Example #1
0
<?php include template("manage_header");?>
<style>
.yellow td {background:yellow}
</style>
<div id="bdw" class="bdw">
	<div id="bd" class="cf">
		<div id="coupons">
			<div class="dashboard" id="dashboard">
				<ul>
					<?php echo mcurrent_card('order'); ?>
				</ul>
			</div>
			<div id="content" class="clear mainwide">
				<div class="clear box">
					<div class="box-top"></div>
					<div class="box-content">
						<div class="head">
		                    <h2>消费订单列表</h2>
						</div>
		                <div class="sect">
						<table id="orders-list" cellspacing="0" cellpadding="0" border="0" class="coupons-table" style="font-size:12px!important;" >
							<tr>								
								<th>订单ID</th>
								<th>POS机流水号</th>	
								<th>消费会员</th>
								<th>消费时间</th>
								<th>商户</th>	 								      
								<th>消费金额</th>	 
								<th>订单类型</th>
								<th>冲正</th>
							</tr>     
Example #2
0
<?php include template("manage_header");?>

<div id="bdw" class="bdw">
	<div id="bd" class="cf">
		<div id="coupons">
			<div class="dashboard" id="dashboard">
				<ul>
					<?php echo mcurrent_card('charge'); ?>
				</ul>
			</div>
			<div id="content" class="clear mainwide">
				<div class="clear box">
					<div class="box-top"></div>
					<div class="box-content">
						<div class="head">
		                    <h2>会员卡充值</h2>
						</div>
		                <div class="sect">
						<form id="-user-form" method="post" action="/manage/card/charge.php" enctype="multipart/form-data" class="validator">
							
							<div class="field">
								<label>充值卡号</label>
								<input type="text" size="30" name="card_no"  class="f-input"/>
							</div>
							<div class="field">
								<label>充值金额</label> 
								<input type="text" size="10" name="money"   class="f-input"/>
							</div>


							<input type="submit" value="提交" name="commit" id="leader-submit" class="formbutton" style="margin:10px 0 0 120px;"/>
Example #3
0
<?php include template("manage_header");?>

<div id="bdw" class="bdw">
	<div id="bd" class="cf">
		<div id="coupons">
			<div class="dashboard" id="dashboard">
				<ul>
					<?php echo mcurrent_card('log'); ?>
				</ul>
			</div>
			<div id="content" class="clear mainwide">
				<div class="clear box">
					<div class="box-top"></div>
					<div class="box-content">
						<div class="head">
		                    <h2>日志列表</h2>  
						</div>
		                <div class="sect">
						<table style="font-family:'Arial';font-size:12px;" id="orders-list" cellspacing="0" cellpadding="0" border="0" class="coupons-table" style="font-size:12px!important;" >
							<tr>								
								<th>#ID</th>
								<th>商户号</th>
								<th>录入时间</th>
								<th>内容</th>
								<th>类型</th>
								<th>处理结果</th>
								<th>关联ID</th>								    
							</tr>    
							<?php if(is_array($logs)){foreach($logs AS $index=>$one) { ?>
							<tr <?php echo $index%2?'':'class="alt"'; ?> id="team-list-id-<?php echo $one['id']; ?>">								  
								<td><?php echo $one['id']; ?></td>