Beispiel #1
0
} 
}
 ?>
 </form>

 
 <!--<div class="bkgd-stripes-orange">&nbsp;</div>-->
 <div class="inPageCartBlock" style="color:#5C5C5C;font-weight:bold;font-size:18px;margin-top:10px;padding-right:0px;">

 Current Order Total : $<span id="" class="total_order" style="font-size: 18px;font-weight:bold;"><?php if($_SESSION['session_order'] == ''){if($_GET['sub'] !=''){ echo $_GET['sub'];}else{ ?><?php if($_REQUEST['all_total'] != ''){echo number_format($_REQUEST['all_total'], 2, '.','');}else{ ?>0.00<?php } } }else{echo number_format($_SESSION['session_order'], 2, '.','');}?></span>
     <input type="hidden" class="total_order_txt" id="total_order_val" name="all_total" value="<?php if($_SESSION['session_order'] == ''){echo ($_GET['sub'] != '') ? $_GET['sub'] : $_REQUEST['all_total'];}else{echo number_format($_SESSION['session_order'], 2, '.','');} ?>"/>
 
 </div>
 <?php $select_customer = SupplyCustomer(); 
       $supply_usr_rand =randomPassword(); 
       $sele_usr_conti_shop = SupplyUsrContShopp($_SESSION['supply_comp_id'],$_SESSION['supply_usr_id']);
       $state_all = StateAll();
 ?>
 <input type="hidden" id="supply_usr_rand" name="supply_usr_rand" value="<?php echo $supply_usr_rand; ?>" />
 <input type="hidden" id="usr_id" name="usr_id" value="<?php echo $_GET['usr_id']; ?>" />
 <input type="hidden" id="new_user_session" name="new_user_session" value="<?php echo $_SESSION['new_user_session']; ?>" />
 <!--<div style="margin-bottom:0;" class="bkgd-stripes-orange">&nbsp;</div>-->
 <div style="clear:both;"></div>
 <div id="login_window">    	
        <div class="close"></div>
       	<span class="ecs_tooltip">Press Esc to close <span class="arrow"></span></span>
        <div id="popup_content" class="supply_login"> <!--your content start-->
                <h1>Select Customer</h1>
                <span id="alert_msg" style="color:#FF0000;font-size: 12px;"></span>
                <ul>
                    <li><label>Select Customer</label>
<?php

include './config.php';
include './auth.php';
$comp_id = $_GET['comp_id'];
$user_id = $_GET['user_id'];
$acc_id = $_GET['acc_id'];
$sele_usr = SupplyUsrContShopp($comp_id, $user_id);
$select_company = companyName($comp_id);
//echo '<pre>';
//print_r($sele_usr);
?>
<style>

   /* Supply Login */
.shipp_window{
    width: 265px;   
    padding: 0px 20px;
    float:left;     
}

.shipp_window ul{
    float: left;
    width: 100%;    
    color:#5f5f5f; font-size: 16px; 
    padding: 0px;
}
.shipp_window h1{
    font-size: 18px;
    float: left;
    width: 100%;