@@ -87,7 +87,7 @@ a{text-decoration:none!important} | |||||
<input type="hidden" name="job" value="upload"> | <input type="hidden" name="job" value="upload"> | ||||
上传:<input type="file" name="uploadfile" size="24" style="width:50%;border:none"> | 上传:<input type="file" name="uploadfile" size="24" style="width:50%;border:none"> | ||||
改名:<input type="text" name="newname" style="width:160px"> | 改名:<input type="text" name="newname" style="width:160px"> | ||||
<button type="submit" name="sb1" class="btn btn-success btn-sm">上传</button> | |||||
<button type="submit" name="sb1" class="btn btn-success btn-sm">保存</button> | |||||
</form> | </form> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
@@ -68,7 +68,7 @@ a{text-decoration:none!important} | |||||
<input type="hidden" name="job" value="upload"> | <input type="hidden" name="job" value="upload"> | ||||
上传:<input type="file" name="uploadfile" style="width:50%;border:none"> | 上传:<input type="file" name="uploadfile" style="width:50%;border:none"> | ||||
改名:<input type="text" name="filename" style="width:160px"> | 改名:<input type="text" name="filename" style="width:160px"> | ||||
<button type="submit" name="sb1" class="btn btn-success btn-sm">上传</button> | |||||
<button type="submit" name="sb1" class="btn btn-success btn-sm">保存</button> | |||||
</form> | </form> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
@@ -1 +1 @@ | |||||
body{line-height:1.5;font:14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;color:#424b51;background:#fff}main.login-from{background-image:url('../img/member_bg.jpg');background-repeat:no-repeat;background-position:top center;height:620px;padding-top:5em}.login-area{background-color:white;max-width:500px;padding:1em;float:right}.login-area .btnLogin{width:100%;padding:.5em}.login-area small.des{color:#B5B5B5}.login-area .licence a{color:#28a745}.copyright.light{background-color:white}.flink,.flink a,.copyright.light,.copyright.light a{color:#424b51}.member a{color:#28a745}.member .member-actions{font-size:16px}.member .member-logo{border-radius:50%;max-width:72px;min-height:72px}.member-actions a{color:#868686;margin-left:1em;line-height:64px}main.member{background:url("../img/member_home_bg.jpg");background-repeat:no-repeat;background-position:top center}.member .member-rank a{color:white}.member .member-info{padding-top:3.5em}.member .member-type span{padding:.6em;position:relative;top:-12px}.member .pannel{background-color:#F3F3F3}.member a.btn-success{color:white}.member .pannel .dropdown{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.member .pannel .pannel-main .pannel-main-container{background-color:white;padding:1em}.member .list-group-item.active a{color:white}.member .member-menu .list-group-flush>.list-group-item{cursor:pointer}.member .pannel-main .nav-link.active{font-weight:bold}option.option2{background-color:#DDD}@media only screen and (max-width:576px){.login-area{float:none;margin:auto}} | |||||
body{line-height:1.5;font:14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;color:#424b51;background:#fff}main.login-from{background-image:url('../img/member_bg.jpg');background-repeat:no-repeat;background-position:top center;height:620px;padding-top:5em}.login-area{background-color:white;max-width:500px;padding:1em;float:right}.login-area .btnLogin{width:100%;padding:.5em}.login-area small.des{color:#B5B5B5}.login-area .licence a{color:#28a745}.copyright.light{background-color:white}.flink,.flink a,.copyright.light,.copyright.light a{color:#424b51}.member a{color:#28a745}.member .member-actions{font-size:16px}.member .member-logo{border-radius:50%;max-width:72px;min-height:72px}.member-actions a{color:#868686;margin-left:1em;line-height:64px}main.member{background:url("../img/member_home_bg.jpg");background-repeat:no-repeat;background-position:top center}.member .member-rank a{color:white}.member .member-info{padding-top:3.5em}.member .member-type span{padding:.6em;position:relative;top:-12px}.member .pannel{background-color:#F3F3F3}.member a.btn-success{color:white}.member .pannel .dropdown{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.member .pannel .pannel-main .pannel-main-container{background-color:white;padding:1em}.member .list-group-item.active a{color:white}.member .member-menu .list-group-flush>.list-group-item{cursor:pointer}.member .pannel-main .nav-link.active{font-weight:bold}option.option2{background-color:#DDD}@media only screen and (max-width:576px){.login-area{float:none;margin:auto}}.btn+.btn,.btn-text+.btn-text{margin-left:10px}.fa{font-size:14px!important;color:inherit}.table{color:#424b51}.table td,.table th{padding:.6rem;vertical-align:middle}.table th img,.table td img{vertical-align:text-bottom} |
@@ -17,7 +17,7 @@ $dsql->SetQuery("SELECT * FROM `#@__moneycard_type`"); | |||||
$dsql->Execute(); | $dsql->Execute(); | ||||
while ($row = $dsql->GetObject()) { | while ($row = $dsql->GetObject()) { | ||||
$row->money = sprintf("%01.2f", $row->money); | $row->money = sprintf("%01.2f", $row->money); | ||||
$moneycards .= "<tr align='center'> | |||||
$moneycards .= "<tr> | |||||
<td><input type='radio' name='pid' value='{$row->tid}'></td> | <td><input type='radio' name='pid' value='{$row->tid}'></td> | ||||
<td>{$row->pname}</td> | <td>{$row->pname}</td> | ||||
<td>{$row->num}个</td> | <td>{$row->num}个</td> | ||||
@@ -29,7 +29,7 @@ $dsql->SetQuery("SELECT `#@__member_type`.*,`#@__arcrank`.membername,`#@__arcran | |||||
$dsql->Execute(); | $dsql->Execute(); | ||||
while ($row = $dsql->GetObject()) { | while ($row = $dsql->GetObject()) { | ||||
$row->money = sprintf("%01.2f", $row->money); | $row->money = sprintf("%01.2f", $row->money); | ||||
$membertypes .= "<tr align='center'> | |||||
$membertypes .= "<tr> | |||||
<td><input type='radio' name='pid' value='{$row->aid}'></td> | <td><input type='radio' name='pid' value='{$row->aid}'></td> | ||||
<td>{$row->pname}</td> | <td>{$row->pname}</td> | ||||
<td>{$row->membername}</td> | <td>{$row->membername}</td> | ||||
@@ -43,8 +43,8 @@ | |||||
<table width="100%" cellpadding="0" cellspacing="0" class="table"> | <table width="100%" cellpadding="0" cellspacing="0" class="table"> | ||||
<tbody> | <tbody> | ||||
<tr> | <tr> | ||||
<td width="15%" align="right">兑换数量:</td> | |||||
<td width="35%"><input name="money" type="text" id="money" size="38" class="form-control" value="<?php echo $canCav; ?>"></td> | |||||
<td width="20%" align="right">兑换数量:</td> | |||||
<td width="270"><input name="money" type="text" id="money" class="form-control" value="<?php echo $canCav; ?>" style="width:260px"></td> | |||||
<td align="left"><button class="btn btn-success btn-sm" type="submit">兑换</button></td> | <td align="left"><button class="btn btn-success btn-sm" type="submit">兑换</button></td> | ||||
</tr> | </tr> | ||||
</tbody> | </tbody> | ||||
@@ -60,23 +60,21 @@ | |||||
<table width="100%" cellpadding="0" cellspacing="0" class="table"> | <table width="100%" cellpadding="0" cellspacing="0" class="table"> | ||||
<tbody> | <tbody> | ||||
<tr> | <tr> | ||||
<td width="15%" align="right">点卡密码:</td> | |||||
<td><input name="cardid" type="text" id="cardid" size="38" class="form-control" style="width:200px"></td> | |||||
<td width="20%" align="right">点卡密码:</td> | |||||
<td><input name="cardid" type="text" id="cardid" size="38" class="form-control" style="width:260px"></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td align="right">验证码</td> | <td align="right">验证码</td> | ||||
<td> | |||||
<td width="270"> | |||||
<input name="vdcode" type="text" id="vdcode" class="form-control" style="display:inline-block;width:260px;text-transform:uppercase"> | <input name="vdcode" type="text" id="vdcode" class="form-control" style="display:inline-block;width:260px;text-transform:uppercase"> | ||||
<img src="../apps/vdimgck.php" alt="验证码" title="验证码" onclick="this.src=this.src+'?'" style="cursor:pointer"> | <img src="../apps/vdimgck.php" alt="验证码" title="验证码" onclick="this.src=this.src+'?'" style="cursor:pointer"> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</tbody> | |||||
<tfoot> | |||||
<tr> | <tr> | ||||
<td align="right"></td> | <td align="right"></td> | ||||
<td><button class="btn btn-success btn-sm" type="submit">充值</button></td> | <td><button class="btn btn-success btn-sm" type="submit">充值</button></td> | ||||
</tr> | </tr> | ||||
</tfoot> | |||||
</tbody> | |||||
</table> | </table> | ||||
</form> | </form> | ||||
</div> | </div> | ||||
@@ -88,8 +86,8 @@ | |||||
<tr style="background:#F8FCF1"> | <tr style="background:#F8FCF1"> | ||||
<th width="10%">选择</th> | <th width="10%">选择</th> | ||||
<th>点卡类型</th> | <th>点卡类型</th> | ||||
<th width="15%">金币数量</th> | |||||
<th width="15%">购买价格</th> | |||||
<th width="16%">金币数量</th> | |||||
<th width="12%">购买价格</th> | |||||
</tr> | </tr> | ||||
<tbody> | <tbody> | ||||
<?php echo $moneycards; ?> | <?php echo $moneycards; ?> | ||||
@@ -112,8 +110,8 @@ | |||||
<th width="10%">选择</th> | <th width="10%">选择</th> | ||||
<th>产品名称</th> | <th>产品名称</th> | ||||
<th width="12%">会员类型</th> | <th width="12%">会员类型</th> | ||||
<th width="12%">时限(天)</th> | |||||
<th width="10%">价格</th> | |||||
<th width="16%">时限(天)</th> | |||||
<th width="12%">价格</th> | |||||
</tr> | </tr> | ||||
<tbody> | <tbody> | ||||
<?php echo $membertypes?> | <?php echo $membertypes?> | ||||
@@ -57,26 +57,26 @@ | |||||
<thead> | <thead> | ||||
<tr> | <tr> | ||||
<th width="30%">文章标题</th> | <th width="30%">文章标题</th> | ||||
<th width="10%">类目</th> | |||||
<th width="12%">类目</th> | |||||
<th width="10%">状态</th> | <th width="10%">状态</th> | ||||
<th width="10%">点击</th> | <th width="10%">点击</th> | ||||
<th width="10%">时间</th> | |||||
<th>操作</th> | |||||
<th width="16%">时间</th> | |||||
<th align="center">操作</th> | |||||
</tr> | </tr> | ||||
</thead> | </thead> | ||||
<tbody> | <tbody> | ||||
{dede:datalist} | {dede:datalist} | ||||
<tr> | <tr> | ||||
<td class="tabTitle"><a href="<?php echo $cfg_phpurl; ?>/view.php?aid=<?php echo $fields['id']; ?>" target="_blank"><?php echo $fields['title']; ?><?php echo IsPicArchives($fields['litpic']); ?></a></td> | <td class="tabTitle"><a href="<?php echo $cfg_phpurl; ?>/view.php?aid=<?php echo $fields['id']; ?>" target="_blank"><?php echo $fields['title']; ?><?php echo IsPicArchives($fields['litpic']); ?></a></td> | ||||
<td align="center"><?php echo $fields['typename']; ?></td> | |||||
<td align="center"> | |||||
<td><?php echo $fields['typename']; ?></td> | |||||
<td> | |||||
<?php | <?php | ||||
if($fields['arcrank']>=0) echo "已审核"; | if($fields['arcrank']>=0) echo "已审核"; | ||||
else if($fields['arcrank']==-2) echo "<span style='color:#007bff'>审核失败</span>"; | else if($fields['arcrank']==-2) echo "<span style='color:#007bff'>审核失败</span>"; | ||||
else echo "<span class='text-danger'>未审核</span>"; | else echo "<span class='text-danger'>未审核</span>"; | ||||
?> | ?> | ||||
</td> | </td> | ||||
<td align="center"><?php echo $fields['click']; ?></td> | |||||
<td><?php echo $fields['click']; ?></td> | |||||
<td><?php echo GetDateMk($fields['senddate']); ?></td> | <td><?php echo GetDateMk($fields['senddate']); ?></td> | ||||
<td align="center" class="doPost"> | <td align="center" class="doPost"> | ||||
<?php | <?php | ||||
@@ -87,7 +87,7 @@ | |||||
<a href="javascript:delArc(<?php echo $fields['id']?>);" class="btn btn-success btn-sm">删除</a> | <a href="javascript:delArc(<?php echo $fields['id']?>);" class="btn btn-success btn-sm">删除</a> | ||||
<?php | <?php | ||||
} else { | } else { | ||||
echo "<span class='btn btn-success btn-sm'>无操作</span>"; | |||||
echo "<span class='btn btn-sm'>无操作</span>"; | |||||
} | } | ||||
?> | ?> | ||||
<a href="javascript:viewArc(<?php echo $fields['id']; ?>);" class="btn btn-success btn-sm">预览</a> | <a href="javascript:viewArc(<?php echo $fields['id']; ?>);" class="btn btn-success btn-sm">预览</a> | ||||
@@ -57,27 +57,27 @@ | |||||
<thead> | <thead> | ||||
<tr> | <tr> | ||||
<th width="30%">文章标题</th> | <th width="30%">文章标题</th> | ||||
<th width="10%">类目</th> | |||||
<th width="12%">类目</th> | |||||
<th width="10%">状态</th> | <th width="10%">状态</th> | ||||
<th width="10%">点击</th> | <th width="10%">点击</th> | ||||
<th width="10%">时间</th> | |||||
<th>操作</th> | |||||
<th width="16%">时间</th> | |||||
<th align="center">操作</th> | |||||
</tr> | </tr> | ||||
</thead> | </thead> | ||||
<tbody> | <tbody> | ||||
{dede:datalist} | {dede:datalist} | ||||
<tr> | <tr> | ||||
<td class="tabTitle"><a href="<?php echo $cfg_phpurl; ?>/view.php?aid=<?php echo $fields['aid']; ?>" target="_blank"><?php echo $fields['title']; ?></a></td> | <td class="tabTitle"><a href="<?php echo $cfg_phpurl; ?>/view.php?aid=<?php echo $fields['aid']; ?>" target="_blank"><?php echo $fields['title']; ?></a></td> | ||||
<td align="center"><?php echo $fields['typename']; ?></td> | |||||
<td align="center"> | |||||
<td><?php echo $fields['typename']; ?></td> | |||||
<td> | |||||
<?php | <?php | ||||
if($fields['arcrank']>=0) echo "已审核"; | if($fields['arcrank']>=0) echo "已审核"; | ||||
else if($fields['arcrank']==-2) echo "<span style='color:#007bff'>审核失败</span>"; | else if($fields['arcrank']==-2) echo "<span style='color:#007bff'>审核失败</span>"; | ||||
else echo "<span class='text-danger'>未审核</span>"; | else echo "<span class='text-danger'>未审核</span>"; | ||||
?> | ?> | ||||
</td> | </td> | ||||
<td align="center"><?php echo $fields['click']; ?></td> | |||||
<td align="center"><?php echo GetDateMk($fields['senddate']); ?></td> | |||||
<td><?php echo $fields['click']; ?></td> | |||||
<td><?php echo GetDateMk($fields['senddate']); ?></td> | |||||
<td align="center" class="doPost"> | <td align="center" class="doPost"> | ||||
<a href="javascript:editArc(<?php echo $fields['aid']?>,<?php echo $fields['channel']?>);" class="btn btn-success btn-sm">修改</a> | <a href="javascript:editArc(<?php echo $fields['aid']?>,<?php echo $fields['channel']?>);" class="btn btn-success btn-sm">修改</a> | ||||
<a href="javascript:delArc(<?php echo $fields['aid']?>);" class="btn btn-success btn-sm">删除</a> | <a href="javascript:delArc(<?php echo $fields['aid']?>);" class="btn btn-success btn-sm">删除</a> | ||||
@@ -27,7 +27,7 @@ | |||||
<table width="100%" cellpadding="0" cellspacing="0" class="table"> | <table width="100%" cellpadding="0" cellspacing="0" class="table"> | ||||
<thead> | <thead> | ||||
<tr> | <tr> | ||||
<th width="10%"></th> | |||||
<th width="6%"></th> | |||||
<th width="10%">ID</th> | <th width="10%">ID</th> | ||||
<th>标题</th> | <th>标题</th> | ||||
<th width="20%">消费金币</th> | <th width="20%">消费金币</th> | ||||
@@ -27,11 +27,11 @@ | |||||
<table width="100%" cellpadding="0" cellspacing="0" class="table"> | <table width="100%" cellpadding="0" cellspacing="0" class="table"> | ||||
<thead> | <thead> | ||||
<tr> | <tr> | ||||
<th width="25%" colspan="2">订单号</th> | |||||
<th width="25%">产品</th> | |||||
<th>详细状态信息</th> | |||||
<th width="30%" colspan="2">订单号</th> | |||||
<th width="10%">状态</th> | |||||
<th width="10%">产品</th> | |||||
<th width="12%">状态</th> | <th width="12%">状态</th> | ||||
<th width="15%">时间</th> | |||||
<th width="16%">时间</th> | |||||
</tr> | </tr> | ||||
</thead> | </thead> | ||||
<tbody> | <tbody> | ||||
@@ -40,8 +40,8 @@ | |||||
{dede:datalist} | {dede:datalist} | ||||
<tr> | <tr> | ||||
<td align="center"><input type="checkbox" name="deleteid" value="{dede:field.aid/}" /></td> | <td align="center"><input type="checkbox" name="deleteid" value="{dede:field.aid/}" /></td> | ||||
<td>{dede:field.buyid/}</td> | |||||
<td><?php echo $fields['pname']; ?></td> | <td><?php echo $fields['pname']; ?></td> | ||||
<td>{dede:field.buyid/}</td> | |||||
<td align="center"><?php echo $fields['oldinfo']; ?></td> | <td align="center"><?php echo $fields['oldinfo']; ?></td> | ||||
<td align="center">{dede:field.sta function="GetSta(@me)" /}</td> | <td align="center">{dede:field.sta function="GetSta(@me)" /}</td> | ||||
<td align="center">{dede:field.mtime function="GetDateMk(@me)" /}</td> | <td align="center">{dede:field.mtime function="GetDateMk(@me)" /}</td> | ||||
@@ -62,7 +62,7 @@ | |||||
<table class="table"> | <table class="table"> | ||||
<thead> | <thead> | ||||
<tr> | <tr> | ||||
<th scope="col"> </th> | |||||
<th scope="col"></th> | |||||
<th scope="col">标题</th> | <th scope="col">标题</th> | ||||
<th scope="col"> | <th scope="col"> | ||||
<?php | <?php | ||||
@@ -35,7 +35,7 @@ | |||||
<div class="postForm mt-3" style="padding-bottom: 0px;"> | <div class="postForm mt-3" style="padding-bottom: 0px;"> | ||||
<form name="form3" action="shops_products.php" method="get"> | <form name="form3" action="shops_products.php" method="get"> | ||||
<div class="input-group" style="padding-left:120px"> | <div class="input-group" style="padding-left:120px"> | ||||
订单号:<input class="form-control" type="text" name="oid" size="40" value=""> | |||||
<input class="form-control" type="text" name="oid" size="40" placeholder="请输入订单号" value=""> | |||||
<div class="input-group-append"> | <div class="input-group-append"> | ||||
<button class="btn btn-success btn-sm" type="submit">搜索</button> | <button class="btn btn-success btn-sm" type="submit">搜索</button> | ||||
</div> | </div> | ||||
@@ -45,11 +45,11 @@ | |||||
<table width="100%" cellpadding="0" cellspacing="0" class="table mt-3"> | <table width="100%" cellpadding="0" cellspacing="0" class="table mt-3"> | ||||
<thead> | <thead> | ||||
<tr> | <tr> | ||||
<th width="25%" colspan="2">订单号</th> | |||||
<th>状态</th> | |||||
<th width="30%" colspan="2">订单号</th> | |||||
<th width="10%">状态</th> | |||||
<th width="10%">数量</th> | <th width="10%">数量</th> | ||||
<th width="12%">总计(元)</th> | <th width="12%">总计(元)</th> | ||||
<th width="15%">时间</th> | |||||
<th width="16%">时间</th> | |||||
</tr> | </tr> | ||||
</thead> | </thead> | ||||
<form name="form1" action="shops_orders.php" method="post"> | <form name="form1" action="shops_orders.php" method="post"> | ||||