@@ -51,31 +51,27 @@ else if ($action == 'editload') { | |||
$row = $dsql->GetOne("SELECT * FROM `#@__co_onepage` WHERE id='$id' "); | |||
AjaxHead(); | |||
?> | |||
<form name='addform' action='article_coonepage_rule.php' method='post'> | |||
<input type='hidden' name='id' value='<?php echo $id; ?>' /> | |||
<input type='hidden' name='action' value='editsave' /> | |||
<form name="addform" action="article_coonepage_rule.php" method="post"> | |||
<input type="hidden" name="id" value="<?php echo $id; ?>"> | |||
<input type="hidden" name="action" value="editsave"> | |||
<table width="430" cellspacing="0" cellpadding="0"> | |||
<tr> | |||
<td width="102" height="26">网站名称:</td> | |||
<td width="302"><input name="title" type="text" id="title" style="width:200px" value="<?php echo $row['title']; ?>" /></td> | |||
<td width="302"><input name="title" type="text" id="title" style="width:200px" value="<?php echo $row['title']; ?>"></td> | |||
<td width="26" align="center"><a href="javascript:CloseEditNode()" class="mr-3"><i class="fa fa-window-close-o"></i></a></td> | |||
</tr> | |||
<tr> | |||
<td height="26">原内容编码:</td> | |||
<td colspan="2"> | |||
<label><input type="radio" name="lang" value="utf-8" <?php echo ($row['lang'] == 'utf-8' ? ' checked="checked" ' : ''); ?> /> | |||
UTF-8</label> | |||
<label><input type="radio" name="lang" value="gb2312" <?php echo ($row['lang'] == 'gb2312' ? ' checked="checked" ' : ''); ?> /> | |||
GB2312/GBK</label> | |||
<label><input type="radio" name="lang" value="utf-8" <?php echo ($row['lang'] == 'utf-8' ? ' checked="checked" ' : ''); ?>> UTF-8</label> | |||
<label><input type="radio" name="lang" value="gb2312" <?php echo ($row['lang'] == 'gb2312' ? ' checked="checked" ' : ''); ?>> GB2312/GBK</label> | |||
</td> | |||
</tr> | |||
<tr> | |||
<td height="26">用作文章来源:</td> | |||
<td colspan="2"> | |||
<label><input type="radio" name="issource" value="0" <?php echo ($row['issource'] == 0 ? ' checked="checked" ' : ''); ?> /> | |||
否</label> | |||
<label><input name="issource" type="radio" value="1" <?php echo ($row['issource'] == 1 ? ' checked="checked" ' : ''); ?> /> | |||
是</label> | |||
<label><input type="radio" name="issource" value="0" <?php echo ($row['issource'] == 0 ? ' checked="checked" ' : ''); ?>> 否</label> | |||
<label><input name="issource" type="radio" value="1" <?php echo ($row['issource'] == 1 ? ' checked="checked" ' : ''); ?>> 是</label> | |||
</td> | |||
</tr> | |||
<tr> | |||
@@ -101,8 +97,10 @@ else if ($action == 'editload') { | |||
</tr> | |||
<tr> | |||
<td height="26"></td> | |||
<td colspan="2"><button class="btn btn-success btn-sm" type="submit" name="Submit" value="">保存规则</button> | |||
<button type="reset" class="btn btn-success btn-sm" name="Submit2">重置</button></td> | |||
<td colspan="2"> | |||
<button class="btn btn-success btn-sm" type="submit" name="Submit" value="">保存</button> | |||
<button type="reset" class="btn btn-success btn-sm" name="Submit2">重置</button> | |||
</td> | |||
</tr> | |||
</table> | |||
</form> | |||
@@ -183,7 +183,7 @@ | |||
</tr> | |||
<tr> | |||
<td colspan="3" align="center" class="py-3"> | |||
<button class="btn btn-success btn-sm" type="submit" name="Submit" value="">保存规则</button> | |||
<button class="btn btn-success btn-sm" type="submit" name="Submit" value="">保存</button> | |||
<button type="reset" class="btn btn-success btn-sm" name="Submit2">重置</button> | |||
</td> | |||
</tr> | |||
@@ -51,7 +51,6 @@ | |||
<tr> | |||
<td bgcolor="#f8f8f8" colspan="2" align="center" class="py-3"> | |||
<button type="submit" name="B1" class="btn btn-success btn-sm">保存</button> | |||
<button type="reset" name="B2" class="btn btn-success btn-sm">重置</button> | |||
<button type="button" name="B4" class="btn btn-success btn-sm" onClick="javascript:history.go(-1);">返回</button> | |||
</td> | |||
</tr> | |||
@@ -103,8 +103,7 @@ | |||
</tr> | |||
<tr> | |||
<td colspan="2" align="center" class="py-3"> | |||
<button type="submit" name="Submit" class="btn btn-success btn-sm">确定提升</button> | |||
<button type="reset" name="Submit22" class="btn btn-success btn-sm">重置</button> | |||
<button type="submit" name="Submit" class="btn btn-success btn-sm">保存</button> | |||
<button type="button" onclick="javascript:history.go(-1);" class="btn btn-success btn-sm">返回</button> | |||
</td> | |||
</tr> | |||
@@ -178,7 +178,6 @@ | |||
<tr> | |||
<td colspan="2" align="center" class="py-3"> | |||
<button type="submit" name="Submit" class="btn btn-success btn-sm">保存</button> | |||
<button type="reset" name="Submit22" class="btn btn-success btn-sm">重置</button> | |||
<button type="button" onclick="javascript:history.go(-1);" class="btn btn-success btn-sm">返回</button> | |||
</td> | |||
</tr> | |||
@@ -112,7 +112,6 @@ | |||
<tr> | |||
<td bgcolor="#f8f8f8" colspan="2" align="center" class="py-3"> | |||
<button type="submit" name="B1" class="btn btn-success btn-sm">保存</button> | |||
<button type="reset" name="B2" class="btn btn-success btn-sm">重置</button> | |||
<button type="button" name="B4" class="btn btn-success btn-sm" onClick="javascript:history.go(-1);">返回</button> | |||
</td> | |||
</tr> | |||
@@ -75,7 +75,6 @@ | |||
<tr> | |||
<td bgcolor="#f8f8f8" colspan="2" class="py-3"> | |||
<button type="submit" name="B1" class="btn btn-success btn-sm">保存</button> | |||
<button type="reset" name="B2" class="btn btn-success btn-sm">重置</button> | |||
<button type="button" name="B4" class="btn btn-success btn-sm" onClick="javascript:history.go(-1);">返回</button> | |||
</td> | |||
</tr> | |||
@@ -192,7 +192,6 @@ class OxWindow | |||
<tr> | |||
<td align='center' colspan='2' class='py-3'> | |||
<button type='submit' class='btn btn-success btn-sm'>$tt</button> | |||
<button type='button' class='btn btn-success btn-sm' onClick='this.form.reset();return false;'>重置</button> | |||
<button type='button' class='btn btn-success btn-sm' onClick='history.go(-1);'>返回</button> | |||
</td> | |||
</tr>"; | |||
@@ -3,19 +3,19 @@ | |||
<head> | |||
<meta charset="{dede:global name='cfg_soft_lang'/}"> | |||
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | |||
<title>购物车-{dede:var.carts.orders_id/}订单号</title> | |||
<title>订单号{dede:var.carts.orders_id/}-购物车-<?php echo $cfg_webname; ?></title> | |||
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/style.css"> | |||
<script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script> | |||
</head> | |||
<body class="buycarpage"> | |||
<?php include(DEDETEMPLATE."/plus/plus_header.htm") ;?> | |||
<?php include(DEDETEMPLATE."/plus/plus_header.htm"); ?> | |||
<div class="container"> | |||
<div class="sp-title"> | |||
<h2>购物车</h2> | |||
</div> | |||
<div id="errorChickCookie" class="clear center mt1" style="font-style:inherit;color:#424b51;font-weight:normal;padding-top:8px;padding-bottom:8px;text-align:center;"> | |||
<div id="errorChickCookie" class="clear center mt1" style="font-style:inherit;color:#424b51;font-weight:normal;padding:10px 0;text-align:center"> | |||
</div> | |||
<div class="buycar"> | |||
<h3>我的购物车 - <em id="carId">{dede:var.carts.orders_id/}</em>订单号</h3> | |||
@@ -117,7 +117,7 @@ | |||
} | |||
} | |||
</script> | |||
<?php include(DEDETEMPLATE."/plus/plus_footer.htm") ;?> | |||
<?php include(DEDETEMPLATE."/plus/plus_footer.htm"); ?> | |||
<script> | |||
if (!navigator.cookieEnabled) { | |||
$('#errorChickCookie').html('您浏览器的 cookie 功能被禁用,请启用此功能'); | |||
@@ -3,14 +3,14 @@ | |||
<head> | |||
<meta charset="{dede:global name='cfg_soft_lang'/}"> | |||
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | |||
<title>购物车-下单购买{dede:var.carts.orders_id/}</title> | |||
<title>下单购买{dede:var.carts.orders_id/}-购物车-<?php echo $cfg_webname; ?></title> | |||
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/style.css"> | |||
<script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script> | |||
</head> | |||
<body class="buycarpage"> | |||
<?php include(DEDETEMPLATE."/plus/plus_header.htm") ;?> | |||
<?php include(DEDETEMPLATE."/plus/plus_header.htm"); ?> | |||
<div class="container"> | |||
<div class="sp-title"> | |||
<h3>商品购买</h3> | |||
@@ -19,7 +19,7 @@ | |||
<?php if(!$cfg_ml->IsLogin()){ ?> | |||
<table cellpadding="0" cellspacing="0" class="table"> | |||
<tr> | |||
<td style="color:#F00">您好,欢迎来到本网站,请 <a href="../user/login.php?gourl=<?php echo urlencode(GetCurUrl());?>">登录</a> 或 <a href="../user/index_do.php?fmdo=user&dopost=regnew">注册</a></td> | |||
<td style="color:#F00">欢迎来到本网站,请 <a href="../user/login.php?gourl=<?php echo urlencode(GetCurUrl());?>">登录</a> 或 <a href="../user/index_do.php?fmdo=user&dopost=regnew">注册</a></td> | |||
</tr> | |||
</table> | |||
<?php } ?> | |||
@@ -179,6 +179,6 @@ | |||
document.getElementById("vdimgck_img").src = '../apps/vdimgck.php?' + Math.random(); | |||
} | |||
</script> | |||
<?php include(DEDETEMPLATE."/plus/plus_footer.htm") ;?> | |||
<?php include(DEDETEMPLATE."/plus/plus_footer.htm"); ?> | |||
</body> | |||
</html> |
@@ -3,8 +3,7 @@ | |||
<head> | |||
<meta charset="{dede:global name='cfg_soft_lang'/}"> | |||
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | |||
<title><?php echo $title; ?>-下载地址列表-<?php echo $cfg_webname;?></title> | |||
<meta name="viewport" content="width=device-width, initial-scale=1"> | |||
<title><?php echo $title; ?>-下载地址列表-<?php echo $cfg_webname; ?></title> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css"> | |||
@@ -19,7 +18,7 @@ | |||
<?php include("plus_header.htm") ; ?> | |||
<div class="container"> | |||
<div class="sp-title"> | |||
<h2>软件名称:<a href='<?php echo $arcurl; ?>'><?php echo $title; ?></a></h2> | |||
<h2>文件:<a href="<?php echo $arcurl; ?>"><?php echo $title; ?></a></h2> | |||
</div> | |||
<div class="formbox"> | |||
<table width="100%" align="center" cellspacing="2" class="table"> | |||
@@ -3,9 +3,7 @@ | |||
<head> | |||
<meta charset="{dede:global name='cfg_soft_lang'/}"> | |||
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | |||
<meta name="viewport" content="width=device-width, initial-scale=1"> | |||
<title><?php echo $cfg_webname;?>-申请友情链接</title> | |||
<meta name="viewport" content="width=device-width, initial-scale=1"> | |||
<title>申请友链-<?php echo $cfg_webname; ?></title> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css"> | |||
@@ -3,8 +3,7 @@ | |||
<head> | |||
<meta charset="{dede:global name='cfg_soft_lang'/}"> | |||
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | |||
<title><?php echo $cfg_webname;?>-所有链接</title> | |||
<meta name="viewport" content="width=device-width, initial-scale=1"> | |||
<title>所有友链-<?php echo $cfg_webname; ?></title> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css"> | |||
@@ -3,8 +3,7 @@ | |||
<head> | |||
<meta charset="{dede:global name='cfg_soft_lang'/}"> | |||
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | |||
<title><?php echo $cfg_webname;?>-高级搜索</title> | |||
<meta name="viewport" content="width=device-width, initial-scale=1"> | |||
<title>高级搜索-<?php echo $cfg_webname; ?></title> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css"> | |||
@@ -78,10 +77,8 @@ | |||
<tr> | |||
<td height="26" align="center">关键词模式:</td> | |||
<td height="26"> | |||
<label><input name="kwtype" type="radio" value="1" checked> | |||
或</label> | |||
<label><input type="radio" name="kwtype" value="0"> | |||
与</label> | |||
<label><input name="kwtype" type="radio" value="1" checked> 或</label> | |||
<label><input type="radio" name="kwtype" value="0"> 与</label> | |||
</td> | |||
</tr> | |||
<tr> | |||
@@ -3,8 +3,7 @@ | |||
<head> | |||
<meta charset="{dede:global name='cfg_soft_lang'/}"> | |||
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | |||
<title><?php echo $diy->name; ?>-Powered by DedeBIZ</title> | |||
<meta name="viewport" content="width=device-width, initial-scale=1"> | |||
<title><?php echo $diy->name; ?>-<?php echo $cfg_webname; ?></title> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css"> | |||
@@ -12,7 +11,7 @@ | |||
</head> | |||
<body> | |||
<div class="main mceneter"> | |||
<?php include(DEDETEMPLATE."/plus/plus_header.htm") ;?> | |||
<?php include(DEDETEMPLATE."/plus/plus_header.htm"); ?> | |||
<div class="container"> | |||
<div class="ctitle"> | |||
<nav class="navbar navbar-expand-lg"> | |||
@@ -21,13 +20,13 @@ | |||
<h3><?php echo $diy->name; ?>内容列表</h3> | |||
</li> | |||
</ul> | |||
<span class="navbar-text"><a href="diy.php?action=post&diyid=<?php echo $diy->diyid;?>" class="btn btn-success btn-sm">发布信息</a></span> | |||
<span class="navbar-text"><a href="diy.php?action=post&diyid=<?php echo $diy->diyid; ?>" class="btn btn-success btn-sm">发布信息</a></span> | |||
</nav> | |||
</div> | |||
<div class="cbox mceneter"> | |||
<div class="maplist"> | |||
{dede:datalist} | |||
<table class='table' cellspacing="1"> | |||
<table class="table" cellspacing="1"> | |||
<?php | |||
if(!empty($fields)) | |||
{ | |||
@@ -70,6 +69,6 @@ | |||
</div> | |||
</div> | |||
</div> | |||
<?php include(DEDETEMPLATE."/plus/plus_footer.htm") ;?> | |||
<?php include(DEDETEMPLATE."/plus/plus_footer.htm"); ?> | |||
</body> | |||
</html> |
@@ -1,7 +1,7 @@ | |||
<footer class="bg-success mt-3"> | |||
<div class="copyright py-5"> | |||
<p class="text-center"> | |||
{dede:global.cfg_powerby/} {dede:global.cfg_beian/} Powered by <a href="https://www.dedebiz.com" title="DedeBIZ内容管理系统-国内流行的内容管理系统多端全媒体解决方案" target="_blank">DedeBIZ{dede:global.cfg_version/}</a> | |||
<?php echo $cfg_powerby; ?> <?php echo $cfg_beian; ?> Powered by <a href="https://www.dedebiz.com" title="DedeBIZ内容管理系统-国内流行的内容管理系统多端全媒体解决方案" target="_blank">DedeBIZ<?php echo $cfg_version; ?></a> | |||
</p> | |||
</div> | |||
</footer> | |||
@@ -3,8 +3,7 @@ | |||
<head> | |||
<meta charset="{dede:global name='cfg_soft_lang'/}"> | |||
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | |||
<title><?php echo $diy->name;?>-Powered by DedeBIZ</title> | |||
<meta name="viewport" content="width=device-width, initial-scale=1"> | |||
<title><?php echo $diy->name;?>-<?php echo $cfg_webname; ?></title> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css"> | |||
@@ -12,15 +11,14 @@ | |||
</head> | |||
<body> | |||
<div class="main mceneter"> | |||
<?php include(DEDETEMPLATE."/plus/plus_header.htm") ;?> | |||
<?php include(DEDETEMPLATE."/plus/plus_header.htm"); ?> | |||
<div class="container"> | |||
<div class="ctitle"> | |||
<h3><?php echo $diy->name;?>发布</h3> | |||
<h3><?php echo $diy->name; ?>发布</h3> | |||
</div> | |||
<div class="cbox mceneter"> | |||
<div class="maplist"> | |||
<form action="<?php echo $cfg_cmspath;?>/apps/diy.php" enctype="multipart/form-data" | |||
method="post"> | |||
<form action="<?php echo $cfg_cmspath;?>/apps/diy.php" enctype="multipart/form-data" method="post"> | |||
<input type="hidden" name="action" value="post"> | |||
<input type="hidden" name="diyid" value="<?php echo $diyid;?>"> | |||
<input type="hidden" name="do" value="2"> | |||
@@ -38,6 +36,6 @@ | |||
</div> | |||
</div> | |||
</div> | |||
<?php include(DEDETEMPLATE."/plus/plus_footer.htm") ;?> | |||
<?php include(DEDETEMPLATE."/plus/plus_footer.htm"); ?> | |||
</body> | |||
</html> |
@@ -12,29 +12,27 @@ | |||
padding: 10px; | |||
width: 240px; | |||
height: 300px; | |||
background: #fff; | |||
font-size: 12px; | |||
background: #fff; | |||
} | |||
.dede_weixin_popup .dede_weixin_popup_head { | |||
font-size: 12px; | |||
font-weight: bold; | |||
text-align: left; | |||
line-height: 16px; | |||
height: 16px; | |||
position: relative; | |||
height: 16px; | |||
line-height: 16px; | |||
font-size: 12px; | |||
color: #000; | |||
text-align: left; | |||
} | |||
.dede_weixin_popup .dede_weixin_popup_foot { | |||
font-size: 12px; | |||
text-align: left; | |||
line-height: 22px; | |||
font-size: 12px; | |||
color: #666; | |||
text-align: center; | |||
} | |||
</style> | |||
</head> | |||
<body> | |||
<div id="dede_weixin_qrcode_dialog" class="dede_weixin_popup" style="width: 240px; height: 300px;"> | |||
<div id="dede_weixin_qrcode_dialog" class="dede_weixin_popup" style="width:240px;height:300px"> | |||
<div class="dede_weixin_popup_head"><span>分享到微信朋友圈</span> | |||
</div> | |||
<div id="dede_weixin_qrcode_dialog_qr" class="dede_weixin_popup_main"> | |||
@@ -3,8 +3,7 @@ | |||
<head> | |||
<meta charset="{dede:global name='cfg_soft_lang'/}"> | |||
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | |||
<title>推荐<?php echo $title; ?>-{dede:global name='cfg_webname'/}</title> | |||
<meta name="viewport" content="width=device-width, initial-scale=1"> | |||
<title>推荐<?php echo $title; ?>-<?php echo $cfg_webname; ?></title> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css"> | |||
@@ -3,15 +3,14 @@ | |||
<head> | |||
<meta charset="{dede:global name='cfg_soft_lang'/}"> | |||
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | |||
<title>下单购买-{dede:var.carts.orders_id/}</title> | |||
<meta name="viewport" content="width=device-width, initial-scale=1"> | |||
<title>下单购买{dede:var.carts.orders_id/}-<?php echo $cfg_webname; ?></title> | |||
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/style.css"> | |||
<script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script> | |||
</head> | |||
<body class="buycarpage"> | |||
<?php include(DEDETEMPLATE."/plus/plus_header.htm") ;?> | |||
<?php include(DEDETEMPLATE."/plus/plus_header.htm"); ?> | |||
<div class="container"> | |||
<div class="sp-title"> | |||
<h3>商品购买</h3> | |||
@@ -67,6 +66,6 @@ | |||
</table> | |||
</div> | |||
</div> | |||
<?php include(DEDETEMPLATE."/plus/plus_footer.htm") ;?> | |||
<?php include(DEDETEMPLATE."/plus/plus_footer.htm"); ?> | |||
</body> | |||
</html> |
@@ -3,8 +3,8 @@ | |||
<head> | |||
<meta charset="{dede:global name='cfg_soft_lang'/}"> | |||
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | |||
<title><?php echo $arctitle; ?></title> | |||
<link href="<?php echo $cfg_templets_skin; ?>/style/search.css" rel="stylesheet" media="screen"> | |||
<title><?php echo $arctitle; ?>-<?php echo $cfg_webname; ?></title> | |||
<link rel="stylesheet" href="<?php echo $cfg_templets_skin; ?>/style/search.css"> | |||
</head> | |||
<body> | |||
<div class="header"> | |||
@@ -18,10 +18,8 @@ | |||
<table width="100%" cellpadding="2" cellspacing="1"> | |||
<tr> | |||
<td align="center"> | |||
<a href="<?php echo $nextlink; ?>"> | |||
<img src="<?php echo $src?>"> | |||
</a> | |||
<div style="line-height:32px"> | |||
<a href="<?php echo $nextlink; ?>"><img src="<?php echo $src?>"></a> | |||
<div style="line-height:30px"> | |||
<a href="<?php echo $src; ?>" target="_blank">[查看原图]</a> | |||
</div> | |||
<div style="line-height:32px;border-top:1px dashed #BED6A7"> | |||
@@ -3,8 +3,7 @@ | |||
<head> | |||
<meta charset="{dede:global name='cfg_soft_lang'/}"> | |||
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | |||
<title><?php echo $diy->name;?>-Powered by DedeBIZ</title> | |||
<meta name="viewport" content="width=device-width, initial-scale=1"> | |||
<title><?php echo $diy->name; ?>-<?php echo $cfg_webname; ?></title> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css"> | |||
@@ -12,14 +11,13 @@ | |||
</head> | |||
<body> | |||
<div class="main mceneter"> | |||
<?php include(DEDETEMPLATE."/plus/plus_header.htm") ;?> | |||
<?php include(DEDETEMPLATE."/plus/plus_header.htm"); ?> | |||
<div class="container"> | |||
<div class="ctitle"> | |||
<h3><?php echo $diy->name;?>详细内容</h3> | |||
</div> | |||
<div class="cbox mceneter"> | |||
<div class="maplist"> | |||
<br> | |||
<table cellspacing="1" class="table"> | |||
<?php | |||
echo '<tbody>'; | |||
@@ -50,6 +48,6 @@ | |||
</div> | |||
</div> | |||
</div> | |||
<?php include(DEDETEMPLATE."/plus/plus_footer.htm") ;?> | |||
<?php include(DEDETEMPLATE."/plus/plus_footer.htm"); ?> | |||
</body> | |||
</html> |
@@ -3,8 +3,7 @@ | |||
<head> | |||
<meta charset="{dede:global name='cfg_soft_lang'/}"> | |||
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | |||
<title><?php echo $msgtitle; ?></title> | |||
<meta name="viewport" content="width=device-width, initial-scale=1"> | |||
<title><?php echo $msgtitle; ?>-<?php echo $cfg_webname; ?></title> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css"> | |||
@@ -3,7 +3,7 @@ | |||
<head> | |||
<meta charset="{dede:global name='cfg_soft_lang'/}"> | |||
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | |||
<title><?php echo $msgtitle; ?></title> | |||
<title><?php echo $msgtitle; ?>-<?php echo $cfg_webname; ?></title> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css"> | |||
@@ -48,7 +48,7 @@ | |||
<div class="footer_body"> | |||
<span class="gotop"><a href="javascript:scroll(0,0)"><img src="<?php echo $cfg_templets_skin; ?>/images/top.gif"></a></span> | |||
<p class="powered"> | |||
{dede:global.cfg_powerby/} {dede:global.cfg_beian/} Powered by <a href="https://www.dedebiz.com" title="DedeBIZ内容管理系统-国内流行的内容管理系统多端全媒体解决方案" target="_blank">DedeBIZ{dede:global.cfg_version/}</a> | |||
<?php echo $cfg_powerby; ?> <?php echo $cfg_beian; ?> Powered by <a href="https://www.dedebiz.com" title="DedeBIZ内容管理系统-国内流行的内容管理系统多端全媒体解决方案" target="_blank">DedeBIZ<?php echo $cfg_version; ?></a> | |||
</p> | |||
</div> | |||
</div> | |||
@@ -3,22 +3,21 @@ | |||
<head> | |||
<meta charset="{dede:global name='cfg_soft_lang'/}"> | |||
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> | |||
<title><?php echo $cfg_webname?>-投票结果</title> | |||
<meta name="viewport" content="width=device-width, initial-scale=1"> | |||
<title>投票结果-<?php echo $cfg_webname; ?></title> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/bootstrap.min.css"> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css"> | |||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css"> | |||
<script src="<?php echo $cfg_cmsurl; ?>/static/web/js/jquery.min.js"></script> | |||
</head> | |||
<body class="flinkpage"> | |||
<?php include("plus_header.htm") ; ?> | |||
<?php include("plus_header.htm"); ?> | |||
<div class="container"> | |||
<div class="sp-title"> | |||
<h3><?php echo $voname?></h3> | |||
<p> | |||
<span class="more"> | |||
投票开始时间:<?php echo $starttime;?> | |||
投票结束时间:<?php echo $endtime;?> | |||
投票开始时间:<?php echo $starttime;?><br> | |||
投票结束时间:<?php echo $endtime;?><br> | |||
投票人数:<?php echo $totalcount;?> | |||
</span> | |||
</p> | |||
@@ -30,6 +29,6 @@ | |||
<?php echo $votelist; ?> | |||
</div> | |||
</div> | |||
<?php include("plus_footer.htm") ; ?> | |||
<?php include("plus_footer.htm"); ?> | |||
</body> | |||
</html> |
@@ -1,4 +0,0 @@ | |||
<?xml version="1.0" encoding="{dede:global.cfg_soft_lang/}" ?> | |||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> | |||
{dede:freelist/} | |||
</urlset> |