Exemplo n.º 1
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_order('credit');
?>
</ul>
	</div>
    <div id="content" class="coupons-box clear mainwide">
		<div class="box clear">
            <div class="box-top"></div>
            <div class="box-content">
                <div class="head">
                    <h2>余额支付</h2>
				</div>
				<div class="sect" style="padding:0 10px;">
					<form method="get">
						<p style="margin:5px 0;">订单编号:<input type="text" name="id" value="<?php 
echo htmlspecialchars($id);
?>
" class="h-input"/>&nbsp;用户:<input type="text" name="uemail" class="h-input" value="<?php 
echo htmlspecialchars($uemail);
?>
" >&nbsp;项目编号:<input type="text" name="team_id" class="h-input number" value="<?php 
echo $team_id;
Exemplo n.º 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_order('unpay');
?>
</ul>
	</div>
    <div id="content" class="coupons-box clr mainwide">
		<div class="box clr">
            <div class="box-top"></div>
            <div class="box-content">
                <div class="head">
                    <h2>Unpaid Order</h2>
					<ul class="filter">
						<li><form action="/manage/order/unpay.php" method="get">User's Email:<input type="text" name="uemail" value="<?php 
echo htmlspecialchars($uemail);
?>
" >&nbsp;<input type="submit" value="Filter" class="formbutton"  style="padding:1px 6px;"/><form></li>
					</ul>
				</div>
                <div class="sect">
					<table id="orders-list" cellspacing="0" cellpadding="0" border="0" class="coupons-table">
					<tr><th width="40">ID</th><th width="440">Item</th><th width="180">User</th><th width="40">Quantity</th><th width="50">Total</th><th width="50">Unpaid</th><th width="50">Pay</th></tr>
					<?php 
Exemplo n.º 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_order('index'); ?></ul>
	</div>
    <div id="content" class="coupons-box clear mainwide">
		<div class="box clear">
            <div class="box-top"></div>
            <div class="box-content">
                <div class="head">
                    <h2>当期订单</h2>
				</div>
				<div class="sect" style="padding:0 10px;">
					<form method="get">
						<p style="margin:5px 0;">订单编号:<input type="text" name="id" value="<?php echo htmlspecialchars($id); ?>" class="h-input"/>
						&nbsp;交易(商户)单号:<input type="text" name="pay_id" value="<?php echo htmlspecialchars($pay_id); ?>" class="h-input"/>&nbsp;用户:<input type="text" name="uemail" class="h-input" value="<?php echo htmlspecialchars($uemail); ?>" >&nbsp;项目编号:<input type="text" name="team_id" class="h-input number" value="<?php echo $team_id; ?>" ></p>
						<p style="margin:5px 0;">下单日期:<input type="text" class="h-input" onFocus="WdatePicker({isShowClear:false,readOnly:true})" name="cbday" value="<?php echo $cbday; ?>" /> - <input type="text" class="h-input" onFocus="WdatePicker({isShowClear:false,readOnly:true})" name="ceday" value="<?php echo $ceday; ?>" />&nbsp;付款日期:<input type="text" class="h-input" onFocus="WdatePicker({isShowClear:false,readOnly:true})" name="pbday" value="<?php echo $pbday; ?>" /> - <input type="text" class="h-input" onFocus="WdatePicker({isShowClear:false,readOnly:true})" name="peday" value="<?php echo $peday; ?>" /></p>
						<p style="margin:5px 0;"><input type="submit" value="筛选" class="formbutton"  style="padding:1px 6px;"/></p>
					<form>
				</div>
                <div class="sect">
					<table id="orders-list" cellspacing="0" cellpadding="0" border="0" class="coupons-table">
					<tr><th width="80">ID</th><th width="320">项目</th><th width="160">用户</th><th width="40" nowrap>数量</th><th width="50" nowrap>总款</th><th width="50" nowrap>余付</th><th width="50" nowrap>支付</th><th width="50" nowrap>递送</th><th width="50" nowrap>操作</th></tr>
					<?php if(is_array($orders)){foreach($orders AS $index=>$one) { ?>
					<tr <?php echo $index%2?'':'class="alt"'; ?> id="order-list-id-<?php echo $one['id']; ?>">
						<td>
						<?php echo $one['id']; ?>
						<br/>
Exemplo n.º 4
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_order('pay');
?>
</ul>
	</div>
    <div id="content" class="coupons-box clear mainwide">
		<div class="box clear">
            <div class="box-top"></div>
            <div class="box-content">
                <div class="head">
                    <h2>付款订单</h2>
				</div>
				<div class="sect" style="padding:0 10px;">
					<form method="get">
						<p style="margin:5px 0;">订单编号:<input type="text" name="id" value="<?php 
echo htmlspecialchars($id);
?>
" class="h-input"/>&nbsp;用户:<input type="text" name="uemail" class="h-input" value="<?php 
echo htmlspecialchars($uemail);
?>
" >&nbsp;项目编号:<input type="text" name="team_id" class="h-input number" value="<?php 
echo $team_id;
Exemplo n.º 5
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_order('express');
?>
</ul>
	</div>
    <div id="content" class="coupons-box clear mainwide">
		<div class="box clear">
            <div class="box-top"></div>
            <div class="box-content">
                <div class="head">
                    <h2>上传快递单号</h2>
				</div>
				<div class="sect" style="padding:0 10px;">
					<form method="post" action="/manage/order/express.php" enctype="multipart/form-data">
					<div class="field">
						<label>上传文本文件</label>
						<input type="file" size="30" name="upload_express" id="partner-create-image" class="f-input f-hint" />
						<span class="hint">规定每行一条数据,格式为 “订单号,快递单号,快递ID,快递名称” ,每行数据使用 逗号,空格等分隔开</span>
					</div>
				    <div class="act">
                      <input type="submit" value="上传" class="formbutton"/>
                  </div>
Exemplo n.º 6
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_order('refund');
?>
</ul>
	</div>
    <div id="content" class="coupons-box clear mainwide">
		<div class="box clear">
            <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">
					<tr><th width="40">ID</th><th width="340">项目</th><th width="180">用户</th><th width="40" nowrap>数量</th><th width="50" nowrap>总款</th><th width="50" nowrap>余付</th><th width="50" nowrap>支付</th><th width="50" nowrap>递送</th><th width="50" nowrap>操作</th></tr>
					<?php 
if (is_array($orders)) {
    foreach ($orders as $index => $one) {
        ?>
					<tr <?php 
        echo $index % 2 ? '' : 'class="alt"';
        ?>
Exemplo n.º 7
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_order('index');
?>
</ul>
	</div>
    <div id="content" class="coupons-box clr mainwide">
		<div class="box clr">
            <div class="box-top"></div>
            <div class="box-content">
                <div class="head">
                    <h2>Current Order</h2>
					<ul class="filter"><li><form action="/manage/order/index.php" method="get">User's Email:<input type="text" name="uemail" class="h-input" value="<?php 
echo htmlspecialchars($uemail);
?>
" >&nbsp;<input type="submit" value="Filter" class="formbutton"  style="padding:1px 6px;"/><form></li>
					</ul>
				</div>
                <div class="sect">
					<table id="orders-list" cellspacing="0" cellpadding="0" border="0" class="coupons-table">
					<tr><th width="40">ID</th><th width="390">Item</th><th width="180">Username</th><th width="40">Quantity</th><th width="50">Total Amount</th><th width="50">Unpaid Amount</th><th width="50">Pay</th><th width="50">Operation</th></tr>
					<?php 
if (is_array($orders)) {