@@ -25,7 +25,7 @@ if ($dopost == 'delete') { | |||||
$showhtml .= "预览:<iframe name='testfrm' frameborder='0' src='ad_edit.php?aid={$aid}&dopost=testjs' id='testfrm' width='100%' height='200'></iframe>"; | $showhtml .= "预览:<iframe name='testfrm' frameborder='0' src='ad_edit.php?aid={$aid}&dopost=testjs' id='testfrm' width='100%' height='200'></iframe>"; | ||||
$row = $dsql->GetOne("SELECT tagname from `#@__myad` WHERE aid='$aid' "); | $row = $dsql->GetOne("SELECT tagname from `#@__myad` WHERE aid='$aid' "); | ||||
$showtag = '{'."dede:myad name='{$row['tagname']}'/".'}'; | $showtag = '{'."dede:myad name='{$row['tagname']}'/".'}'; | ||||
$info = "说明:如果嵌入的是织梦CMS广告标签,那么将会解析成标签中的内容到页面,广告修改后需要重新生成<br> | |||||
$info = "说明:如果嵌入的是织梦CMS广告标签,那将会解析成标签中的内容到页面,广告修改后需要重新生成<br> | |||||
如果不希望重新生成所有页面,则直接调用JS代码即可 | 如果不希望重新生成所有页面,则直接调用JS代码即可 | ||||
"; | "; | ||||
$wintitle = "广告管理-获取广告标签"; | $wintitle = "广告管理-获取广告标签"; | ||||
@@ -56,7 +56,7 @@ | |||||
function DelNode(selid) { | function DelNode(selid) { | ||||
if (selid == 0) selid = getCheckboxItem(); | if (selid == 0) selid = getCheckboxItem(); | ||||
if (selid != '') { | if (selid != '') { | ||||
if (window.confirm("您确实要删除这些条目么?")) location = "article_coonepage_rule.php?ids=" + selid + "&action=del"; | |||||
if (window.confirm("您确实要删除这些条目吗")) location = "article_coonepage_rule.php?ids=" + selid + "&action=del"; | |||||
} else { | } else { | ||||
ShowMsg("您没选择任何条目"); | ShowMsg("您没选择任何条目"); | ||||
} | } | ||||
@@ -27,8 +27,7 @@ | |||||
</head> | </head> | ||||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | <body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | ||||
<div class="main"> | <div class="main"> | ||||
<table width="98%" border="0" cellpadding="1" align='center' cellspacing="1" | |||||
class="table maintable table-bordered mt-3"> | |||||
<table width="98%" border="0" cellpadding="1" align='center' cellspacing="1" class="table maintable table-bordered mt-3"> | |||||
<tr> | <tr> | ||||
<td height="26" colspan="6" background="../static/web/img/tbg.gif"> | <td height="26" colspan="6" background="../static/web/img/tbg.gif"> | ||||
<table width="96%" border="0" class="table table-borderless"> | <table width="96%" border="0" class="table table-borderless"> | ||||
@@ -15,7 +15,7 @@ | |||||
<td height="26" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'> | <td height="26" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'> | ||||
<table width="98%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless"> | <table width="98%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless"> | ||||
<tr> | <tr> | ||||
<td width="30%" style="padding-left:10px">点卡生成向导: </td> | |||||
<td width="30%" style="padding-left:10px">点卡生成向导:</td> | |||||
<td align="right"> | <td align="right"> | ||||
<button type="button" name="ss1" onClick="location='cards_type.php';" class='btn btn-success btn-sm'>点卡产品分类</button> | <button type="button" name="ss1" onClick="location='cards_type.php';" class='btn btn-success btn-sm'>点卡产品分类</button> | ||||
<button type="button" name="ss2" onClick="location='cards_manage.php';" class='btn btn-success btn-sm'>点卡使用记录</button> | <button type="button" name="ss2" onClick="location='cards_manage.php';" class='btn btn-success btn-sm'>点卡使用记录</button> | ||||
@@ -30,7 +30,7 @@ | |||||
function DelSel() { | function DelSel() { | ||||
var nid = getCheckboxItem(); | var nid = getCheckboxItem(); | ||||
if (nid == "") { | if (nid == "") { | ||||
alert("请选择要删除的卡!\r\n"); | |||||
alert("请选择要删除的卡"); | |||||
return; | return; | ||||
} | } | ||||
location.href = "cards_manage.php?dopost=delete&aids=" + nid; | location.href = "cards_manage.php?dopost=delete&aids=" + nid; | ||||
@@ -43,14 +43,14 @@ | |||||
<td height="26" colspan="7" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'> | <td height="26" colspan="7" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'> | ||||
<table width="98%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless"> | <table width="98%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless"> | ||||
<tr> | <tr> | ||||
<td width="30%" style="padding-left:10px">点卡业务管理: </td> | |||||
<td width="45%" align="right" style="padding-top:10px;"> | |||||
<td width="30%" style="padding-left:10px">点卡业务管理</td> | |||||
<td width="45%" align="right" style="padding-top:10px"> | |||||
<button type="button" onClick="location='cards_manage.php?isexp=0';" class="btn btn-success btn-sm">未使用</button> | <button type="button" onClick="location='cards_manage.php?isexp=0';" class="btn btn-success btn-sm">未使用</button> | ||||
<button type="button" onClick="location='cards_manage.php?isexp=1';" class="btn btn-success btn-sm">已售出</button> | <button type="button" onClick="location='cards_manage.php?isexp=1';" class="btn btn-success btn-sm">已售出</button> | ||||
<button type="button" onClick="location='cards_manage.php?isexp=-1';" class="btn btn-success btn-sm">已使用</button> | <button type="button" onClick="location='cards_manage.php?isexp=-1';" class="btn btn-success btn-sm">已使用</button> | ||||
<button type="button" onClick="location='cards_manage.php';" class="btn btn-success btn-sm">全部</button> | <button type="button" onClick="location='cards_manage.php';" class="btn btn-success btn-sm">全部</button> | ||||
</td> | </td> | ||||
<td width="25%" align="right" style="padding-top:4px;"> | |||||
<td width="25%" align="right" style="padding-top:10px"> | |||||
<button type="button" onClick="location='cards_make.php';" class="btn btn-success btn-sm">生成点卡</button> | <button type="button" onClick="location='cards_make.php';" class="btn btn-success btn-sm">生成点卡</button> | ||||
<button type="button" onClick="location='cards_type.php';" class="btn btn-success btn-sm">点卡产品分类</button> | <button type="button" onClick="location='cards_type.php';" class="btn btn-success btn-sm">点卡产品分类</button> | ||||
</td> | </td> | ||||
@@ -12,7 +12,7 @@ | |||||
<form name="form1" action="cards_type.php" method="post"> | <form name="form1" action="cards_type.php" method="post"> | ||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<tr> | <tr> | ||||
<td height="26" colspan="4" bgcolor="#EDF9D5" background="../static/web/img/tbg.gif">点卡产品分类:</td> | |||||
<td height="26" colspan="4" bgcolor="#EDF9D5" background="../static/web/img/tbg.gif">点卡产品分类</td> | |||||
</tr> | </tr> | ||||
<tr bgcolor="#FBFCE2"> | <tr bgcolor="#FBFCE2"> | ||||
<td width="26%" height="26" align="center" valign="top">产品名称</td> | <td width="26%" height="26" align="center" valign="top">产品名称</td> | ||||
@@ -117,8 +117,7 @@ | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<table width="100%" border="0" id="needset" cellspacing="0" cellpadding="0" | |||||
style="border:1px solid #dee2e6;background:#ffffff;text-align:left;" class="table"> | |||||
<table width="100%" border="0" id="needset" cellspacing="0" cellpadding="0" style="border:1px solid #dee2e6;background:#ffffff;text-align:left;" class="table"> | |||||
<tr> | <tr> | ||||
<td height="26" bgcolor="#f6f6f6" style="padding-left:10px">公用参数:</td> | <td height="26" bgcolor="#f6f6f6" style="padding-left:10px">公用参数:</td> | ||||
<td bgcolor="#f6f6f6"></td> | <td bgcolor="#f6f6f6"></td> | ||||
@@ -285,8 +284,7 @@ | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#f6f6f6" | |||||
style="border:1px solid #dee2e6;border-top:none;" class="mb-3"> | |||||
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#f6f6f6" style="border:1px solid #dee2e6;border-top:none;" class="mb-3"> | |||||
<tr> | <tr> | ||||
<td width="1%" height="36"></td> | <td width="1%" height="36"></td> | ||||
<td width="99%" valign="bottom" class="py-3"><button type="submit" class="btn btn-success">确定</button> | <td width="99%" valign="bottom" class="py-3"><button type="submit" class="btn btn-success">确定</button> | ||||
@@ -143,8 +143,7 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="30" colspan="2" bgcolor="#ffffff" align="center"> | <td height="30" colspan="2" bgcolor="#ffffff" align="center"> | ||||
<button name="b112" type="button" onClick="document.form1.submit();" | |||||
class="btn btn-success">开始操作</button> | |||||
<button name="b112" type="button" onClick="document.form1.submit();" class="btn btn-success">开始操作</button> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</form> | </form> | ||||
@@ -197,8 +196,7 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="30" colspan="2" bgcolor="#f6f6f6" align="center"> | <td height="30" colspan="2" bgcolor="#f6f6f6" align="center"> | ||||
<button name="b112" type="button" onClick="document.form2.submit();" | |||||
class="btn btn-success">开始操作</button> | |||||
<button name="b112" type="button" onClick="document.form2.submit();" class="btn btn-success">开始操作</button> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</form> | </form> | ||||
@@ -41,7 +41,7 @@ img{margin-right:0} | |||||
<table width="98%" cellpadding="1" cellspacing="1" align="center" class="mb-3" style="margin-top:10px;border:1px solid #dee2e6"> | <table width="98%" cellpadding="1" cellspacing="1" align="center" class="mb-3" style="margin-top:10px;border:1px solid #dee2e6"> | ||||
<tr> | <tr> | ||||
<td style="background:#f6f6f6"> | <td style="background:#f6f6f6"> | ||||
<table cellpadding="0" cellspacing="0" height="36"> | |||||
<table border="0" cellpadding="0" cellspacing="0"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<select name='cid' style="margin:0 10px;width:160px"> | <select name='cid' style="margin:0 10px;width:160px"> | ||||
@@ -37,7 +37,7 @@ | |||||
<table width="98%" cellpadding="1" cellspacing="1" align="center" class="mb-3" style="margin-top:10px;border:1px solid #dee2e6"> | <table width="98%" cellpadding="1" cellspacing="1" align="center" class="mb-3" style="margin-top:10px;border:1px solid #dee2e6"> | ||||
<tr> | <tr> | ||||
<td style="background:#f6f6f6"> | <td style="background:#f6f6f6"> | ||||
<table cellpadding="0" cellspacing="0" height="36"> | |||||
<table border="0" cellpadding="0" cellspacing="0"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<select name="cid" style="margin:0 10px;width:160px"> | <select name="cid" style="margin:0 10px;width:160px"> | ||||
@@ -120,7 +120,7 @@ function noSelAll() { | |||||
<table width="98%" cellpadding="1" cellspacing="1" align="center" class="mb-3" style="margin-top:10px;border:1px solid #dee2e6"> | <table width="98%" cellpadding="1" cellspacing="1" align="center" class="mb-3" style="margin-top:10px;border:1px solid #dee2e6"> | ||||
<tr> | <tr> | ||||
<td style="background:#f6f6f6"> | <td style="background:#f6f6f6"> | ||||
<table cellpadding="0" cellspacing="0" height="36"> | |||||
<table border="0" cellpadding="0" cellspacing="0"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<select name="cid" style="margin:0 10px;width:160px"> | <select name="cid" style="margin:0 10px;width:160px"> | ||||
@@ -164,7 +164,7 @@ | |||||
<table width="98%" cellpadding="1" cellspacing="1" align="center" class="mb-3" style="margin-top:10px;border:1px solid #dee2e6"> | <table width="98%" cellpadding="1" cellspacing="1" align="center" class="mb-3" style="margin-top:10px;border:1px solid #dee2e6"> | ||||
<tr> | <tr> | ||||
<td style="background:#f6f6f6"> | <td style="background:#f6f6f6"> | ||||
<table cellpadding="0" cellspacing="0" height="36"> | |||||
<table border="0" cellpadding="0" cellspacing="0"> | |||||
<tr> | <tr> | ||||
<td> | <td> | ||||
<select name='cid' style="margin:0 10px;width:160px"> | <select name='cid' style="margin:0 10px;width:160px"> | ||||
@@ -20,7 +20,7 @@ | |||||
} | } | ||||
//删除 | //删除 | ||||
function DelNote(gourl) { | function DelNote(gourl) { | ||||
if (!window.confirm("您确认要删除这条记录么")) { return false; } | |||||
if (!window.confirm("您确认要删除这条记录吗")) { return false; } | |||||
location.href = gourl; | location.href = gourl; | ||||
} | } | ||||
</script> | </script> | ||||
@@ -57,7 +57,7 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td width="170" height="26" align="left" bgcolor="#FFFFFF">自定义表单 diyid:<br> | <td width="170" height="26" align="left" bgcolor="#FFFFFF">自定义表单 diyid:<br> | ||||
<span class="STYLE2" id='help1'>数字,创建后不可修改,并具有唯一性</span> </td> | |||||
<span class="STYLE2" id='help1'>数字,创建后不可修改,并具有唯一性</span></td> | |||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
<?php echo $diyid; ?> | <?php echo $diyid; ?> | ||||
<img src="../static/web/img/help.gif" alt="帮助" border="0" style="cursor:hand" onClick="showHide2('help1')"> | <img src="../static/web/img/help.gif" alt="帮助" border="0" style="cursor:hand" onClick="showHide2('help1')"> | ||||
@@ -95,12 +95,12 @@ td{ padding:2px; padding-left:6px; } | |||||
$dtype = $ctag->GetAtt('type'); | $dtype = $ctag->GetAtt('type'); | ||||
if($dtype!='' && isset($fieldtypes[$dtype])) | if($dtype!='' && isset($fieldtypes[$dtype])) | ||||
{ | { | ||||
echo " <option value='{$dtype}'>{$fieldtypes[$dtype]}</option>\r\n"; | |||||
echo "<option value='{$dtype}'>{$fieldtypes[$dtype]}</option>\r\n"; | |||||
$canchange = true; | $canchange = true; | ||||
} | } | ||||
else | else | ||||
{ | { | ||||
echo " <option value='{$dtype}'>系统专用类型</option>\r\n"; | |||||
echo "<option value='{$dtype}'>系统专用类型</option>\r\n"; | |||||
$canchange = false; | $canchange = false; | ||||
} | } | ||||
if($canchange) | if($canchange) | ||||
@@ -42,7 +42,7 @@ | |||||
} | } | ||||
//删除 | //删除 | ||||
function DelNote(nid) { | function DelNote(nid) { | ||||
if (!window.confirm("您确认要删除这条记录么")) { return false; } | |||||
if (!window.confirm("您确认要删除这条记录吗")) { return false; } | |||||
var listArea = $Obj('rslist'); | var listArea = $Obj('rslist'); | ||||
totalrow = totalrow - 1; | totalrow = totalrow - 1; | ||||
var pagenum = Math.ceil(totalrow / pagesize); | var pagenum = Math.ceil(totalrow / pagesize); | ||||
@@ -89,7 +89,7 @@ function CheckSubmit() | |||||
$dsql->Execute(); | $dsql->Execute(); | ||||
while($row=$dsql->GetObject()) | while($row=$dsql->GetObject()) | ||||
{ | { | ||||
echo " <option value='".$row->id."'>".$row->typename."</option>\r\n"; | |||||
echo " <option value='".$row->id."'>".$row->typename."</option>\r\n"; | |||||
} | } | ||||
?> | ?> | ||||
</select> | </select> | ||||
@@ -72,11 +72,11 @@ | |||||
<td> | <td> | ||||
<select name="typeid" id="typeid"> | <select name="typeid" id="typeid"> | ||||
<?php | <?php | ||||
echo " <option value='".$myLink['typeid']."'>".$myLink['typename']."</option>\r\n"; | |||||
echo " <option value='".$myLink['typeid']."'>".$myLink['typename']."</option>\r\n"; | |||||
$dsql->SetQuery("select * from #@__flinktype where id<>'".$myLink['typeid']."'"); | $dsql->SetQuery("select * from #@__flinktype where id<>'".$myLink['typeid']."'"); | ||||
$dsql->Execute(); | $dsql->Execute(); | ||||
while($row=$dsql->GetObject()){ | while($row=$dsql->GetObject()){ | ||||
echo " <option value='".$row->id."'>".$row->typename."</option>\r\n"; | |||||
echo " <option value='".$row->id."'>".$row->typename."</option>\r\n"; | |||||
} | } | ||||
?> | ?> | ||||
</select> | </select> | ||||
@@ -24,16 +24,16 @@ | |||||
</style> | </style> | ||||
</head> | </head> | ||||
<body class="showmenu"> | <body class="showmenu"> | ||||
<?php | |||||
if(preg_match( '/MSIE/i',$_SERVER['HTTP_USER_AGENT']) || preg_match( '/Trident/i',$_SERVER['HTTP_USER_AGENT'])){ | |||||
?> | |||||
<div id="browsehappy" style="padding:30px;font-size:14px;line-height:16px;color:#856404;background:#fff3cd;border-radius:.25rem;border:none;"> | |||||
<a onclick="document.getElementById('browsehappy').style.display='none';" style="float:right;cursor:pointer"><span aria-hidden="true">×</span></a> | |||||
<span>您正在使用一个过时的浏览器,请您<a href="https://www.dedebiz.com/browsehappy" target="_blank">升级浏览器</a>,以提高您的后台体验</span> | |||||
</div> | |||||
<?php | |||||
} | |||||
?> | |||||
<?php | |||||
if(preg_match('/MSIE/i',$_SERVER['HTTP_USER_AGENT']) || preg_match('/Trident/i',$_SERVER['HTTP_USER_AGENT'])){ | |||||
?> | |||||
<div id="browsehappy" style="padding:20px 30px;font-size:14px;line-height:16px;color:#856404;background:#fff3cd;border-radius:.25rem;border:none"> | |||||
<a onclick="document.getElementById('browsehappy').style.display='none';" style="float:right;cursor:pointer">×</a> | |||||
<span>您正在使用一个过时的浏览器,请您<a href="https://www.dedebiz.com/browsehappy" target="_blank">升级浏览器</a>,以提高您对后台体验</span> | |||||
</div> | |||||
<?php | |||||
} | |||||
?> | |||||
<div class="pagemask"></div> | <div class="pagemask"></div> | ||||
<iframe class="iframemask"></iframe> | <iframe class="iframemask"></iframe> | ||||
<div class="allmenu"> | <div class="allmenu"> | ||||
@@ -30,7 +30,7 @@ | |||||
function DelSel() { | function DelSel() { | ||||
var nid = getCheckboxItem(); | var nid = getCheckboxItem(); | ||||
if (nid == "") { | if (nid == "") { | ||||
alert("请选择项目!\r\n"); | |||||
alert("请选择项目"); | |||||
return; | return; | ||||
} | } | ||||
location.href = "log_edit.php?dopost=del&ids=" + nid; | location.href = "log_edit.php?dopost=del&ids=" + nid; | ||||
@@ -24,16 +24,16 @@ header .logo{width:300px;padding:1rem 0} | |||||
</style> | </style> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
<?php | |||||
if(preg_match( '/MSIE/i',$_SERVER['HTTP_USER_AGENT']) || preg_match( '/Trident/i',$_SERVER['HTTP_USER_AGENT'])){ | |||||
?> | |||||
<div id="browsehappy" style="padding:30px;font-size:14px;line-height:16px;color:#856404;background:#fff3cd;border-radius:.25rem;border:none;"> | |||||
<a onclick="document.getElementById('browsehappy').style.display='none';" style="float:right;cursor:pointer"><span aria-hidden="true">×</span></a> | |||||
<span>您正在使用一个过时的浏览器,请您<a href="https://www.dedebiz.com/browsehappy" target="_blank">升级浏览器</a>,以提高您的后台体验</span> | |||||
</div> | |||||
<?php | |||||
} | |||||
?> | |||||
<?php | |||||
if(preg_match('/MSIE/i',$_SERVER['HTTP_USER_AGENT']) || preg_match('/Trident/i',$_SERVER['HTTP_USER_AGENT'])){ | |||||
?> | |||||
<div id="browsehappy" style="padding:20px 30px;font-size:14px;line-height:16px;color:#856404;background:#fff3cd;border-radius:.25rem;border:none"> | |||||
<a onclick="document.getElementById('browsehappy').style.display='none';" style="float:right;cursor:pointer">×</a> | |||||
<span>您正在使用一个过时的浏览器,请您<a href="https://www.dedebiz.com/browsehappy" target="_blank">升级浏览器</a>,以提高您对后台体验</span> | |||||
</div> | |||||
<?php | |||||
} | |||||
?> | |||||
<header> | <header> | ||||
<div class="container top"> | <div class="container top"> | ||||
<div class="row"> | <div class="row"> | ||||
@@ -42,7 +42,7 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" colspan="2" valign="top" bgcolor="#FFFFFF">默认的情况下,生成的首页文件放在CMS的安装目录,如果您的CMS不是安装在网站根目录的,又想把首页创建到网站根目录,那么请用相对路径来表示“首页位置” | <td height="26" colspan="2" valign="top" bgcolor="#FFFFFF">默认的情况下,生成的首页文件放在CMS的安装目录,如果您的CMS不是安装在网站根目录的,又想把首页创建到网站根目录,那么请用相对路径来表示“首页位置” | ||||
<br>例:您的CMS安装在 http://www.abc.com/DedeBIZ/ 目录,您想生成的首页为 http://www.abc.com/index.html,那么首页位置就应该用:“../index.html”</td> | |||||
<br>例:您的CMS安装在 http://www.abc.com/DedeBIZ/ 目录,您想生成的首页为 http://www.abc.com/index.html,那吗首页位置就应该用:“../index.html”</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" valign="top" bgcolor="#FFFFFF">首页位置:</td> | <td height="26" valign="top" bgcolor="#FFFFFF">首页位置:</td> | ||||
@@ -48,7 +48,7 @@ | |||||
function DelSel() { | function DelSel() { | ||||
var nid = getCheckboxItem(); | var nid = getCheckboxItem(); | ||||
if (nid == "") { | if (nid == "") { | ||||
alert("请选择项目!\r\n"); | |||||
alert("请选择项目"); | |||||
return; | return; | ||||
} | } | ||||
location.href = "media_edit.php?dopost=del&ids=" + nid; | location.href = "media_edit.php?dopost=del&ids=" + nid; | ||||
@@ -83,7 +83,7 @@ | |||||
<td width="10"></td> | <td width="10"></td> | ||||
<td width="90" align="center">关键词:</td> | <td width="90" align="center">关键词:</td> | ||||
<td width="90"> | <td width="90"> | ||||
<input name="keyword" type="text" id="keyword" style="width:100" value="<?php echo $keyword?>"> | |||||
<input name="keyword" type="text" id="keyword" style="width:100px" value="<?php echo $keyword?>"> | |||||
</td> | </td> | ||||
<td width="90" align="center"> | <td width="90" align="center"> | ||||
<select name='mediatype' style='width:80'> | <select name='mediatype' style='width:80'> | ||||
@@ -9,65 +9,60 @@ | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<script language="javascript" src="js/member.js"></script> | <script language="javascript" src="js/member.js"></script> | ||||
<style> | <style> | ||||
.rb { | |||||
border-right: 1px solid #666666 | |||||
} | |||||
.tb { | |||||
border-top: 1px solid #666666 | |||||
} | |||||
.table td,.table th{border-top:0} | |||||
</style> | </style> | ||||
</head> | </head> | ||||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | <body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | ||||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" style="margin-bottom:10px" class="table maintable table-bordered mt-3"> | |||||
<form action="member_main.php" name="form1" method="get"> | |||||
<table width="98%" border="0" cellspacing="1" align="center" class="table maintable mt-3" style="margin-bottom:10px"> | |||||
<tr> | <tr> | ||||
<td height="30" align="center" bgcolor="#f6f6f6"> | |||||
<form action="member_main.php" name="form1" method="get"> | |||||
<table border="0" cellspacing="0" cellpadding="3" class="table table-borderless" style="width: 790px;"> | |||||
<tr> | |||||
<td>关键词:</td> | |||||
<td><input name="keyword" type="text" id="keyword" size="12" style="width:120px" value="{dede:global name='keyword'/}"></td> | |||||
<td> 排序:</td> | |||||
<td> | |||||
<select name="sortkey" id="sortkey" style="width:120px"> | |||||
{dede:global name='sortform'/} | |||||
<option value="mid">mid/注册时间</option> | |||||
<option value="logintime">登录时间</option> | |||||
<option value="rank">会员等级</option> | |||||
<option value="money">会员金币</option> | |||||
<option value="scores">会员积分</option> | |||||
</select> | |||||
</td> | |||||
<td> | |||||
<select name="sex" id="sex" style="width:60px"> | |||||
{dede:global name='sexform'/} | |||||
<option value="男">男</option> | |||||
<option value="女">女</option> | |||||
<option value="保密">保密</option> | |||||
</select> | |||||
</td> | |||||
<td> | |||||
<select name="spacesta" id="spacesta" style="width:150px"> | |||||
<option value='-10'>会员状态</option> | |||||
<?php | |||||
foreach($staArr as $k=>$v) | |||||
{ | |||||
if($spacesta==$k) echo "<option value='$k' selected>$v</option>\r\n"; | |||||
else echo "<option value='$k'>$v</option>\r\n"; | |||||
} | |||||
?> | |||||
</select></td> | |||||
<td> | |||||
<button type="submit" class="btn btn-success btn-sm">搜索</button> | |||||
</td> | |||||
</tr> | |||||
</table> | |||||
</form> | |||||
<td style="background:#f6f6f6"> | |||||
<table border="0" cellpadding="0" cellspacing="0"> | |||||
<tr> | |||||
<td>关键词:</td> | |||||
<td><input name="keyword" type="text" id="keyword" value="{dede:global name='keyword'/}" style="margin-right:10px;width:260px"></td> | |||||
<td>排序:</td> | |||||
<td> | |||||
<select name="sortkey" id="sortkey" style="margin-right:10px;width:160px"> | |||||
{dede:global name='sortform'/} | |||||
<option value="mid">mid/注册时间</option> | |||||
<option value="logintime">登录时间</option> | |||||
<option value="rank">会员等级</option> | |||||
<option value="money">会员金币</option> | |||||
<option value="scores">会员积分</option> | |||||
</select> | |||||
</td> | |||||
<td> | |||||
<select name="sex" id="sex" style="margin-right:10px;width:160px"> | |||||
{dede:global name='sexform'/} | |||||
<option value="男">男</option> | |||||
<option value="女">女</option> | |||||
<option value="保密">保密</option> | |||||
</select> | |||||
</td> | |||||
<td> | |||||
<select name="spacesta" id="spacesta" style="margin-right:10px;width:160px"> | |||||
<option value='-10'>会员状态</option> | |||||
<?php | |||||
foreach($staArr as $k=>$v) | |||||
{ | |||||
if($spacesta==$k) echo "<option value='$k' selected>$v</option>"; | |||||
else echo "<option value='$k'>$v</option>"; | |||||
} | |||||
?> | |||||
</select> | |||||
</td> | |||||
<td> | |||||
<button type="submit" class="btn btn-success btn-sm">搜索</button> | |||||
</td> | |||||
</tr> | |||||
</table> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</form> | |||||
<form name="form2"> | <form name="form2"> | ||||
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="1" | |||||
class="table table-bordered maintable"> | |||||
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="1" class="table table-bordered maintable"> | |||||
<tr> | <tr> | ||||
<td height="26" colspan="9" background="../static/web/img/tbg.gif"> | <td height="26" colspan="9" background="../static/web/img/tbg.gif"> | ||||
<table width="99%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless"> | <table width="99%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless"> | ||||
@@ -99,15 +94,16 @@ | |||||
<td><input name="mid" type="checkbox" id="mid" value="{dede:field.mid/}" class="np"></td> | <td><input name="mid" type="checkbox" id="mid" value="{dede:field.mid/}" class="np"></td> | ||||
<td>{dede:field.mid/}</td> | <td>{dede:field.mid/}</td> | ||||
<td><a href="../user/index.php?uid={dede:field.userid/}" target='_blank'> | <td><a href="../user/index.php?uid={dede:field.userid/}" target='_blank'> | ||||
<?php | |||||
echo ''.$fields['userid'].''; | |||||
if($fields['spacesta']==-2) echo "<span style='color:#e74d58'>(禁言)</span>"; | |||||
if($fields['spacesta']==-1) echo "<span style='color:#e74d58'>(未审核)</span>"; | |||||
if(!empty($fields['face'])) { | |||||
echo "<br><img src='{$fields['face']}' width='60' alt='浏览会员空间' />"; | |||||
} | |||||
?> | |||||
</a></td> | |||||
<?php | |||||
echo ''.$fields['userid'].''; | |||||
if($fields['spacesta']==-2) echo "<span style='color:#e74d58'>(禁言)</span>"; | |||||
if($fields['spacesta']==-1) echo "<span style='color:#e74d58'>(未审核)</span>"; | |||||
if(!empty($fields['face'])) { | |||||
echo "<br><img src='{$fields['face']}' alt='浏览会员空间' style='max-width:80px;height:auto'>"; | |||||
} | |||||
?> | |||||
</a> | |||||
</td> | |||||
<td> | <td> | ||||
{dede:field.email/} | {dede:field.email/} | ||||
<br> | <br> | ||||
@@ -6,6 +6,9 @@ | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<style> | |||||
.table td,.table th{border-top:0} | |||||
</style> | |||||
<script language="javascript"> | <script language="javascript"> | ||||
//获得选中项 | //获得选中项 | ||||
function getCheckboxItem() { | function getCheckboxItem() { | ||||
@@ -30,7 +33,7 @@ | |||||
function DelSel() { | function DelSel() { | ||||
var nid = getCheckboxItem(); | var nid = getCheckboxItem(); | ||||
if (nid == "") { | if (nid == "") { | ||||
alert("请选择要删除的业务记录!\r\n"); | |||||
alert("请选择要删除的业务记录"); | |||||
return; | return; | ||||
} | } | ||||
location.href = "member_do.php?dopost=deoperations&nid=" + nid; | location.href = "member_do.php?dopost=deoperations&nid=" + nid; | ||||
@@ -38,7 +41,7 @@ | |||||
function UpSel() { | function UpSel() { | ||||
var nid = getCheckboxItem(); | var nid = getCheckboxItem(); | ||||
if (nid == "") { | if (nid == "") { | ||||
alert("请选择要修改的业务记录!\r\n"); | |||||
alert("请选择要修改的业务记录"); | |||||
return; | return; | ||||
} | } | ||||
location.href = "member_do.php?dopost=upoperations&nid=" + nid; | location.href = "member_do.php?dopost=upoperations&nid=" + nid; | ||||
@@ -46,7 +49,7 @@ | |||||
function OkSel() { | function OkSel() { | ||||
var nid = getCheckboxItem(); | var nid = getCheckboxItem(); | ||||
if (nid == "") { | if (nid == "") { | ||||
alert("请选择要修改的业务记录!\r\n"); | |||||
alert("请选择要修改的业务记录"); | |||||
return; | return; | ||||
} | } | ||||
location.href = "member_do.php?dopost=okoperations&nid=" + nid; | location.href = "member_do.php?dopost=okoperations&nid=" + nid; | ||||
@@ -54,36 +57,34 @@ | |||||
</script> | </script> | ||||
</head> | </head> | ||||
<body background="../static/web/img/allbg.gif" leftmargin='8' topmargin='8'> | <body background="../static/web/img/allbg.gif" leftmargin='8' topmargin='8'> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3" style="background:#cbd8ac;margin-bottom:10px;"> | |||||
<tr> | |||||
<td height="30" align="center" bgcolor="#f6f6f6"> | |||||
<form name="form2" method="get" action="member_operations.php"> | |||||
<table border="0" cellspacing="0" cellpadding="0" class="table table-borderless" style="width: 400px;"> | |||||
<form name="form2" method="get" action="member_operations.php"> | |||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable mt-3" style="margin-bottom:10px"> | |||||
<tr> | |||||
<td bgcolor="#f6f6f6"> | |||||
<table border="0" cellpadding="0" cellspacing="0"> | |||||
<tr> | <tr> | ||||
<td>输入订单号:</td> | <td>输入订单号:</td> | ||||
<td> | |||||
<input name="buyid" type="text" id="buyid"></td> | |||||
<td width="90" align="center"> <button type="submit" class="btn btn-success btn-sm">搜索</button> | |||||
</td> | |||||
<td><input name="buyid" type="text" id="buyid" style="margin-right:10px;width:260px"></td> | |||||
<td width="90" align="center"><button type="submit" class="btn btn-success btn-sm">搜索</button></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</form> | |||||
</td> | |||||
</tr> | |||||
</table> | |||||
</td> | |||||
</tr> | |||||
</table> | |||||
</form> | |||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered"> | ||||
<tr> | <tr> | ||||
<td height="26" colspan="8" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'> | <td height="26" colspan="8" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'> | ||||
<table width="98%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless"> | <table width="98%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless"> | ||||
<tr> | <tr> | ||||
<td width="30%" style="padding-left:10px">会员消费管理: </td> | |||||
<td width="45%" align="right" style="padding-top:4px;"> | |||||
<td width="30%" style="padding-left:10px">会员消费管理:</td> | |||||
<td width="45%" align="right" style="padding-top:10px"> | |||||
<button type="button" onClick="location='member_operations.php?sta=0';" class="btn btn-success btn-sm">未付款</button> | <button type="button" onClick="location='member_operations.php?sta=0';" class="btn btn-success btn-sm">未付款</button> | ||||
<button type="button" onClick="location='member_operations.php?sta=1';" class="btn btn-success btn-sm">已付款</button> | <button type="button" onClick="location='member_operations.php?sta=1';" class="btn btn-success btn-sm">已付款</button> | ||||
<button type="button" onClick="location='member_operations.php?sta=2';" class="btn btn-success btn-sm">已完成</button> | <button type="button" onClick="location='member_operations.php?sta=2';" class="btn btn-success btn-sm">已完成</button> | ||||
<button type="button" onClick="location='member_operations.php';" class="btn btn-success btn-sm">全部</button> | <button type="button" onClick="location='member_operations.php';" class="btn btn-success btn-sm">全部</button> | ||||
</td> | </td> | ||||
<td width="25%" align="right" style="padding-top:4px;"> | |||||
<td width="25%" align="right" style="padding-top:10px"> | |||||
<button type="button" onClick="location='member_main.php';" class="btn btn-success btn-sm">会员管理</button> | <button type="button" onClick="location='member_main.php';" class="btn btn-success btn-sm">会员管理</button> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
@@ -133,7 +134,7 @@ | |||||
{/dede:datalist} | {/dede:datalist} | ||||
</form> | </form> | ||||
<tr> | <tr> | ||||
<td height="26" colspan="8" bgcolor="#FCFDF7" style="padding-top:4px;"> | |||||
<td height="26" colspan="8" bgcolor="#FCFDF7" style="padding-top:10px"> | |||||
| | ||||
<button type="button" onClick="ReSel();" class="btn btn-success btn-sm">反选</button> | <button type="button" onClick="ReSel();" class="btn btn-success btn-sm">反选</button> | ||||
<button type="button" onClick="DelSel();" class="btn btn-success btn-sm">删除</button> | <button type="button" onClick="DelSel();" class="btn btn-success btn-sm">删除</button> | ||||
@@ -8,54 +8,37 @@ | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<style> | <style> | ||||
.rb { | |||||
border-right: 1px solid #98CAEF | |||||
} | |||||
.tb { | |||||
border-top: 1px solid #98CAEF | |||||
} | |||||
.current { | |||||
border: 1px solid #dee2e6; | |||||
padding: 5px; | |||||
background: #FFFEF4; | |||||
color: #FF0000; | |||||
} | |||||
.current{border:1px solid #dee2e6;padding:5px;background:#FFFEF4;color:#FF0000} | |||||
</style> | </style> | ||||
</head> | </head> | ||||
<body background="../static/web/img/allbg.gif"> | <body background="../static/web/img/allbg.gif"> | ||||
<div class="bodytitle mt-3"> | |||||
<div class="bodytitle mt-3 mb-3"> | |||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt">短信管理</div> | <div class="bodytitletxt">短信管理</div> | ||||
</div> | </div> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-borderless" style="background:#CFCFCF;margin-bottom:10px;"> | |||||
<tr> | |||||
<td height="30" align="center" bgcolor="#f6f6f6"> | |||||
<form action="member_pm.php" name="form1" method="get"> | |||||
<table width="684" border="0" cellpadding="0" cellspacing="0"> | |||||
<form action="member_pm.php" name="form1" method="get"> | |||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-borderless" style="margin-bottom:10px"> | |||||
<tr> | |||||
<td style="background:#f6f6f6"> | |||||
<table border="0" cellpadding="0" cellspacing="0"> | |||||
<tr> | <tr> | ||||
<td width="90"> 关键词:</td> | |||||
<td width="110" align="center"> | |||||
<input name="keyword" type="text" id="keyword" size="12" style="width:100" value="{dede:global name='keyword'/}"> | |||||
</td> | |||||
<td width="86"> 用户:</td> | |||||
<td width="74"><input name="username" type="text" id="username" size="12" style="width:100" value="{dede:global name='username'/}"></td> | |||||
<td width="90" align="center"> | |||||
<select name="folder" id="folder"> | |||||
<td>关键词:</td> | |||||
<td><input name="keyword" type="text" id="keyword" value="{dede:global name='keyword'/}" style="margin-right:10px;width:260px"></td> | |||||
<td>用户:</td> | |||||
<td><input name="username" type="text" id="username" size="12" value="{dede:global name='username'/}" style="margin-right:10px;width:260px"></td> | |||||
<td> | |||||
<select name="folder" id="folder" style="margin:0 10px;width:160px"> | |||||
<option value="inbox">收件箱</option> | <option value="inbox">收件箱</option> | ||||
<option value="outbox">发件箱</option> | <option value="outbox">发件箱</option> | ||||
</select> | </select> | ||||
</td> | </td> | ||||
<td width="60" align="center"> | |||||
<button type="submit" class="btn btn-success btn-sm">搜索</button> | |||||
</td> | |||||
<td><button type="submit" class="btn btn-success btn-sm">搜索</button></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</form> | |||||
</td> | |||||
</tr> | |||||
</table> | |||||
</td> | |||||
</tr> | |||||
</table> | |||||
</form> | |||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered"> | ||||
<tr> | <tr> | ||||
<td height="26" colspan="9" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'> | <td height="26" colspan="9" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'> | ||||
@@ -1,43 +1,44 @@ | |||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||||
<html xmlns="http://www.w3.org/1999/xhtml"> | <html xmlns="http://www.w3.org/1999/xhtml"> | ||||
<head> | <head> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | |||||
<title>用户短信管理</title> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<style> | |||||
.rb{ border-right:1px solid #98CAEF } | |||||
.tb{ border-top:1px solid #98CAEF } | |||||
.current {border:1px solid #dee2e6;padding:5px;background:#FFFEF4;color:#FF0000;} | |||||
</style> | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | |||||
<title>用户短信管理</title> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<style> | |||||
.current{border:1px solid #dee2e6;padding:5px;background:#FFFEF4;color:#FF0000} | |||||
</style> | |||||
</head> | </head> | ||||
<body background='../static/web/img/allbg.gif'> | <body background='../static/web/img/allbg.gif'> | ||||
<div class="bodytitle"> | |||||
<div class="bodytitle mt-3 mb-3"> | |||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt">短信管理</div> | <div class="bodytitletxt">短信管理</div> | ||||
</div> | </div> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#CFCFCF;margin-bottom:10px"> | |||||
<tr> | |||||
<td height="30" align="center" bgcolor="#f6f6f6"> | |||||
<form action="member_pm.php" name="form1" method="get"> | |||||
<table border="0" cellpadding="0" cellspacing="0"> | |||||
<form action="member_pm.php" name="form1" method="get"> | |||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-borderless" style="margin-bottom:10px"> | |||||
<tr> | |||||
<td style="background:#f6f6f6"> | |||||
<table border="0" cellpadding="0" cellspacing="0"> | |||||
<tr> | <tr> | ||||
<td width="90"> 关键词:</td> | |||||
<td width="110" align="center"><input name="keyword" type="text" id="keyword" size="12" style="width:100px"></td> | |||||
<td width="86"> 用户:</td> | |||||
<td width="74"><input name="username" type="text" id="username" size="12" style="width:100px"></td> | |||||
<td width="90" align="center"><select name="folder" id="folder"> | |||||
<option value="inbox">收件箱</option> | |||||
<option value="outbox">发件箱</option> | |||||
</select> | |||||
<td>关键词:</td> | |||||
<td><input name="keyword" type="text" id="keyword" style="margin-right:10px;width:260px"></td> | |||||
<td>用户:</td> | |||||
<td><input name="username" type="text" id="username" style="margin-right:10px;width:260px"></td> | |||||
<td> | |||||
<select name="folder" id="folder" style="margin:0 10px;width:160px"> | |||||
<option value="inbox">收件箱</option> | |||||
<option value="outbox">发件箱</option> | |||||
</select> | |||||
</td> | </td> | ||||
<td width="60" align="center"><input name="imageField" type="submit" class="coolbg np" value="搜索"/></td> | |||||
<td><button type="submit" class="btn btn-success btn-sm">搜索</button></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</form> | |||||
</td> | |||||
</tr> | |||||
</table> | |||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle"> | |||||
</td> | |||||
</tr> | |||||
</table> | |||||
</form> | |||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable"> | |||||
<tr> | <tr> | ||||
<td height="30" colspan="9" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'> | <td height="30" colspan="9" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'> | ||||
<a href='member_pm.php'>短信列表</a> <span class="current" id="cate_1">群发短信</span> <a href='member_pmone.php'>单独短信</a> | <a href='member_pm.php'>短信列表</a> <span class="current" id="cate_1">群发短信</span> <a href='member_pmone.php'>单独短信</a> | ||||
@@ -50,15 +51,12 @@ | |||||
<table width="100%" border="0" cellpadding="1" cellspacing="1"> | <table width="100%" border="0" cellpadding="1" cellspacing="1"> | ||||
<tr> | <tr> | ||||
<td width="13%" height="30" align="right">标题:</td> | <td width="13%" height="30" align="right">标题:</td> | ||||
<td width="87%" height="26"><input name="subject" type="text" id="subject" class="company_manage_form_label" style="width:250px;height:16px;margin-top:10px;margin-left:10px"> | |||||
标题少于70个字符内</td> | |||||
<td width="87%" height="26"><input name="subject" type="text" id="subject" class="company_manage_form_label">标题少于70个字符内</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="12" align="right" valign="top" style="padding-top:5px;"><label for="pm_textarea">内容:</label></td> | <td height="12" align="right" valign="top" style="padding-top:5px;"><label for="pm_textarea">内容:</label></td> | ||||
<td height="120" ><textarea name="message" id="message" cols="40" rows="5" class="company_manage_form_label1" style="width:350px;height:100px;margin-top:10px;margin-left:10px"></textarea> | |||||
1000个字符以内</td> | |||||
<td height="120" ><textarea name="message" id="message" cols="40" rows="5" class="company_manage_form_label1" style="width:360px;height:100px"></textarea>1000个字符以内</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" align="right" valign="top"></td> | <td height="26" align="right" valign="top"></td> | ||||
<td height="30"><input type="submit" value="提交" class="button01"></td> | <td height="30"><input type="submit" value="提交" class="button01"></td> | ||||
@@ -1,44 +1,44 @@ | |||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||||
<html xmlns="http://www.w3.org/1999/xhtml"> | <html xmlns="http://www.w3.org/1999/xhtml"> | ||||
<head> | <head> | ||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | |||||
<title>用户短信管理</title> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<style> | |||||
.rb{ border-right:1px solid #98CAEF } | |||||
.tb{ border-top:1px solid #98CAEF } | |||||
.current {border:1px solid #dee2e6;padding:5px;background:#FFFEF4;color:#FF0000;} | |||||
</style> | |||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>"> | |||||
<title>用户短信管理</title> | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | |||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | |||||
<style> | |||||
.current{border:1px solid #dee2e6;padding:5px;background:#FFFEF4;color:#FF0000} | |||||
</style> | |||||
</head> | </head> | ||||
<body background='../static/web/img/allbg.gif'> | <body background='../static/web/img/allbg.gif'> | ||||
<div class="bodytitle"> | |||||
<div class="bodytitle mt-3 mb-3"> | |||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt">短信管理</div> | <div class="bodytitletxt">短信管理</div> | ||||
</div> | </div> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#CFCFCF;margin-bottom:10px"> | |||||
<tr> | |||||
<td height="30" align="center" bgcolor="#f6f6f6"> | |||||
<form action="member_pm.php" name="form1" method="get"> | |||||
<table border="0" cellpadding="0" cellspacing="0"> | |||||
<form action="member_pm.php" name="form1" method="get"> | |||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-borderless" style="margin-bottom:10px"> | |||||
<tr> | |||||
<td style="background:#f6f6f6"> | |||||
<table border="0" cellpadding="0" cellspacing="0"> | |||||
<tr> | <tr> | ||||
<td width="90"> 关键词:</td> | |||||
<td width="110" align="center"> | |||||
<input name="keyword" type="text" id="keyword" size="12" style="width:100px"></td> | |||||
<td width="86"> 用户:</td> | |||||
<td width="74"><input name="username" type="text" id="username" size="12" style="width:100px"></td> | |||||
<td width="90" align="center"><select name="folder" id="folder"> | |||||
<option value="inbox">收件箱</option> | |||||
<option value="outbox">发件箱</option> | |||||
</select> | |||||
<td>关键词:</td> | |||||
<td><input name="keyword" type="text" id="keyword" style="margin-right:10px;width:260px"></td> | |||||
<td>用户:</td> | |||||
<td><input name="username" type="text" id="username" style="margin-right:10px;width:260px"></td> | |||||
<td> | |||||
<select name="folder" id="folder" style="margin:0 10px;width:160px"> | |||||
<option value="inbox">收件箱</option> | |||||
<option value="outbox">发件箱</option> | |||||
</select> | |||||
</td> | </td> | ||||
<td width="60" align="center"><input name="imageField" type="submit" class="coolbg np" value="搜索"/></td> | |||||
<td><button type="submit" class="btn btn-success btn-sm">搜索</button></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</form> | |||||
</td> | |||||
</tr> | |||||
</table> | |||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle"> | |||||
</td> | |||||
</tr> | |||||
</table> | |||||
</form> | |||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable"> | |||||
<tr> | <tr> | ||||
<td height="30" colspan="9" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'> | <td height="30" colspan="9" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'> | ||||
<a href='member_pm.php'>短信列表</a> <a href='member_pmall.php'>群发短信</a> <span class="current" id="cate_1">单独短信</span> | <a href='member_pm.php'>短信列表</a> <a href='member_pmall.php'>群发短信</a> <span class="current" id="cate_1">单独短信</span> | ||||
@@ -51,20 +51,16 @@ | |||||
<table width="100%" border="0" cellpadding="1" cellspacing="1"> | <table width="100%" border="0" cellpadding="1" cellspacing="1"> | ||||
<tr> | <tr> | ||||
<td width="13%" height="30" align="right">发送到:</td> | <td width="13%" height="30" align="right">发送到:</td> | ||||
<td width="87%" height="26"><input name="msgtoid" type="text" class="text" value="<?php echo empty($touid)? "" : $touid?>" size="28" maxlength="20" style="width:250px;height:16px;margin-top:5px;margin-left:10px"> | |||||
填写用户的登录id(网址uid=后面跟的id)</td> | |||||
<td width="87%" height="26"><input name="msgtoid" type="text" class="text" value="<?php echo empty($touid)? '' : $touid?>">填写用户的登录id(网址uid=后面跟的id)</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td width="13%" height="30" align="right">标题:</td> | <td width="13%" height="30" align="right">标题:</td> | ||||
<td width="87%" height="26"><input name="subject" type="text" id="subject" class="company_manage_form_label" style="width:250px;height:16px;margin-top:5px;margin-left:10px"> | |||||
标题少于70个字符内</td> | |||||
<td width="87%" height="26"><input name="subject" type="text" id="subject" class="company_manage_form_label">标题少于70个字符内</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="12" align="right" valign="top" style="padding-top:5px;"><label for="pm_textarea">内容:</label></td> | <td height="12" align="right" valign="top" style="padding-top:5px;"><label for="pm_textarea">内容:</label></td> | ||||
<td height="120"><textarea name="message" id="message" cols="40" rows="5" class="company_manage_form_label1" style="width:350px;height:100px;margin-top:5px;margin-left:10px;"></textarea> | |||||
1000个字符以内</td> | |||||
<td height="120"><textarea name="message" id="message" cols="40" rows="5" class="company_manage_form_label1" style="width:360px;height:100px"></textarea>1000个字符以内</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" align="right" valign="top"></td> | <td height="26" align="right" valign="top"></td> | ||||
<td height="30"><input type="submit" value="提交" class="button01"></td> | <td height="30"><input type="submit" value="提交" class="button01"></td> | ||||
@@ -12,7 +12,7 @@ | |||||
<input type="hidden" name="dopost" value="save"> | <input type="hidden" name="dopost" value="save"> | ||||
<table width="98%" border="0" cellpadding="3" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | <table width="98%" border="0" cellpadding="3" cellspacing="1" align="center" class="table maintable table-bordered mt-3"> | ||||
<tr height="26"> | <tr height="26"> | ||||
<td colspan="6" background='../static/web/img/tbg.gif'>会员管理 > 会员级别设置:</td> | |||||
<td colspan="6" background='../static/web/img/tbg.gif'>会员管理 > 会员级别设置</td> | |||||
</tr> | </tr> | ||||
<tr bgcolor="#F8FCF1" height="26"> | <tr bgcolor="#F8FCF1" height="26"> | ||||
<td colspan="6">级别名称和级别值:(注册会员这个级别不能删除,否则会员系统将会无法正常使用某些功能)</td> | <td colspan="6">级别名称和级别值:(注册会员这个级别不能删除,否则会员系统将会无法正常使用某些功能)</td> | ||||
@@ -21,7 +21,7 @@ | |||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
</head> | </head> | ||||
<body background="../static/web/img/allbg.gif"> | <body background="../static/web/img/allbg.gif"> | ||||
<div class="bodytitle mt-3"> | |||||
<div class="bodytitle mt-3 mb-3"> | |||||
<div class="bodytitleleft"></div> | <div class="bodytitleleft"></div> | ||||
<div class="bodytitletxt">积分头衔设置</div> | <div class="bodytitletxt">积分头衔设置</div> | ||||
</div> | </div> | ||||
@@ -30,12 +30,11 @@ | |||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="border:1px solid #dee2e6;border-bottom:none;"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="border:1px solid #dee2e6;border-bottom:none;"> | ||||
<tr bgcolor="#EDF9D5"> | <tr bgcolor="#EDF9D5"> | ||||
<td width="100%" height="26" background='../static/web/img/tbg.gif' style="padding-left:10px"> | <td width="100%" height="26" background='../static/web/img/tbg.gif' style="padding-left:10px"> | ||||
<a href="member_main.php">会员管理</a> > 积分头衔设置: | |||||
<a href="member_main.php">会员管理</a> > 积分头衔设置 | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" | |||||
class="table maintable table-bordered"> | |||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered"> | |||||
<tr> | <tr> | ||||
<td width="6%" align="center" valign="middle" bgcolor="#FBFCE2"> | <td width="6%" align="center" valign="middle" bgcolor="#FBFCE2"> | ||||
<input type="checkbox" name="chkall" id="chkall" onClick="CheckAll(this.form)" class='np' /> | <input type="checkbox" name="chkall" id="chkall" onClick="CheckAll(this.form)" class='np' /> | ||||
@@ -15,8 +15,8 @@ | |||||
<td height="26" colspan="5" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'> | <td height="26" colspan="5" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'> | ||||
<table width="98%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless"> | <table width="98%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless"> | ||||
<tr> | <tr> | ||||
<td width="30%" style="padding-left:10px">会员产品分类:</td> | |||||
<td align="right" style="padding-top:4px;"> | |||||
<td width="30%" style="padding-left:10px">会员产品分类</td> | |||||
<td align="right" style="padding-top:10px"> | |||||
<button type="button" class="btn btn-success" onClick="location='member_rank.php';">会员级别管理</button> | <button type="button" class="btn btn-success" onClick="location='member_rank.php';">会员级别管理</button> | ||||
<button type="button" class="btn btn-success" onClick="location='member_operations.php';">会员业务记录</button> | <button type="button" class="btn btn-success" onClick="location='member_operations.php';">会员业务记录</button> | ||||
</td> | </td> | ||||
@@ -42,8 +42,7 @@ | |||||
<input type="hidden" name="ID_<?php echo $k?>" value="<?php echo $row->aid?>"> | <input type="hidden" name="ID_<?php echo $k?>" value="<?php echo $row->aid?>"> | ||||
<tr align="center" bgcolor="#FFFFFF"> | <tr align="center" bgcolor="#FFFFFF"> | ||||
<td height="26" valign="top"> | <td height="26" valign="top"> | ||||
<input name="pname_<?php echo $k?>" value="<?php echo $row->pname?>" type="text" id="pname_<?php echo $k?>" | |||||
style="width:90%" class='pubinputs' /> | |||||
<input name="pname_<?php echo $k?>" value="<?php echo $row->pname?>" type="text" id="pname_<?php echo $k?>" style="width:90%" class='pubinputs' /> | |||||
</td> | </td> | ||||
<td height="26" valign="top"> | <td height="26" valign="top"> | ||||
<select name='rank_<?php echo $k?>' id='rank_<?php echo $k?>' style='width:90%' /> | <select name='rank_<?php echo $k?>' id='rank_<?php echo $k?>' style='width:90%' /> | ||||
@@ -56,8 +55,7 @@ | |||||
</select> | </select> | ||||
</td> | </td> | ||||
<td> | <td> | ||||
<input name="money_<?php echo $k?>" value="<?php echo $row->money?>" type="text" id="money_<?php echo $k?>" | |||||
style="width:80%" class='pubinputs' /> | |||||
<input name="money_<?php echo $k?>" value="<?php echo $row->money?>" type="text" id="money_<?php echo $k?>" style="width:80%" class='pubinputs' /> | |||||
(元) | (元) | ||||
</td> | </td> | ||||
<td> | <td> | ||||
@@ -38,7 +38,7 @@ | |||||
<table width="96%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle"> | <table width="96%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle"> | ||||
<tr> | <tr> | ||||
<td width="100%" height="26"> <a href="plus_main.php">模块管理</a> | <td width="100%" height="26"> <a href="plus_main.php">模块管理</a> | ||||
> DedeBIZ模块开发指南: </td> | |||||
> DedeBIZ模块开发指南:</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
@@ -43,7 +43,7 @@ | |||||
<input type='hidden' name='action' value='make'> | <input type='hidden' name='action' value='make'> | ||||
<tr> | <tr> | ||||
<td height="26" colspan="2" bgcolor="#EDF9D5" background="../static/web/img/tbg.gif" style="padding-left:10px"><a href="module_main.php">模块管理</a> | <td height="26" colspan="2" bgcolor="#EDF9D5" background="../static/web/img/tbg.gif" style="padding-left:10px"><a href="module_main.php">模块管理</a> | ||||
> 模块打包: </td> | |||||
> 模块打包:</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td width="19%" align="center" bgcolor="#FFFFFF">模块名称:</td> | <td width="19%" align="center" bgcolor="#FFFFFF">模块名称:</td> | ||||
@@ -87,8 +87,7 @@ | |||||
<span class="STYLE2" id="help4">频道除主表以外其它自定义类型数据存放数据的表,如果您不使用主表关连的各种特性(推荐、会员权限等),也可以使用完全以附加表作为存储数据</span> | <span class="STYLE2" id="help4">频道除主表以外其它自定义类型数据存放数据的表,如果您不使用主表关连的各种特性(推荐、会员权限等),也可以使用完全以附加表作为存储数据</span> | ||||
</td> | </td> | ||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
<input name="addtable" type="text" id="addtable" value="<?php echo $cfg_dbprefix,'addon',$newid; ?>" | |||||
class="pubinputs"> | |||||
<input name="addtable" type="text" id="addtable" value="<?php echo $cfg_dbprefix,'addon',$newid; ?>" class="pubinputs"> | |||||
必须由英文、数字、下划线组成 * | 必须由英文、数字、下划线组成 * | ||||
<label><input name="isdel" type="checkbox" class="np" id="isdel" value="1"> | <label><input name="isdel" type="checkbox" class="np" id="isdel" value="1"> | ||||
删除已有表</label> | 删除已有表</label> | ||||
@@ -98,7 +97,7 @@ | |||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
模型性质<br> | 模型性质<br> | ||||
<span class="STYLE2" id="help5">如果为系统模型将禁止删除,此选项不可修改,对于独立模型,系统强制创建字段aid,typeid,senddate,title, mid, | <span class="STYLE2" id="help5">如果为系统模型将禁止删除,此选项不可修改,对于独立模型,系统强制创建字段aid,typeid,senddate,title, mid, | ||||
channel,独立模型的文档内容必须点击栏目进入列表才能管理</span> </td> | |||||
channel,独立模型的文档内容必须点击栏目进入列表才能管理</span></td> | |||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
<label><input type="radio" name="issystem" id='is1' class="np" value="0" onClick="PublicDefault()" checked='1' /> | <label><input type="radio" name="issystem" id='is1' class="np" value="0" onClick="PublicDefault()" checked='1' /> | ||||
自动模型 </label> | 自动模型 </label> | ||||
@@ -9,39 +9,32 @@ | |||||
else if (window.navigator.userAgent.indexOf("Firefox") >= 1) return 'FF'; | else if (window.navigator.userAgent.indexOf("Firefox") >= 1) return 'FF'; | ||||
else return "OT"; | else return "OT"; | ||||
} | } | ||||
function $Obj(objname) { | function $Obj(objname) { | ||||
return document.getElementById(objname); | return document.getElementById(objname); | ||||
} | } | ||||
function ShowHide2(objname) { | function ShowHide2(objname) { | ||||
var obj = $Obj(objname); | var obj = $Obj(objname); | ||||
if (obj.style.display != 'block') { obj.style.display = 'block' } | if (obj.style.display != 'block') { obj.style.display = 'block' } | ||||
else { obj.style.display = 'none'; } | else { obj.style.display = 'none'; } | ||||
} | } | ||||
//删除 | //删除 | ||||
function DelNote(gourl) { | function DelNote(gourl) { | ||||
if (!window.confirm("您确认要删除这个字段么")) { return false; } | |||||
if (!window.confirm("您确认要删除这个字段吗")) { return false; } | |||||
location.href = gourl; | location.href = gourl; | ||||
} | } | ||||
function ShowObj(objname) { | function ShowObj(objname) { | ||||
var obj = document.getElementById(objname); | var obj = document.getElementById(objname); | ||||
if (Nav() == 'IE') { obj.style.display = "block"; obj.style.display = "block"; } | if (Nav() == 'IE') { obj.style.display = "block"; obj.style.display = "block"; } | ||||
else obj.style.display = "table"; | else obj.style.display = "table"; | ||||
} | } | ||||
function HideObj(objname) { | function HideObj(objname) { | ||||
var obj = document.getElementById(objname); | var obj = document.getElementById(objname); | ||||
obj.style.display = "none"; | obj.style.display = "none"; | ||||
} | } | ||||
function ShowItem1() { | function ShowItem1() { | ||||
ShowObj('head1'); ShowObj('needset'); | ShowObj('head1'); ShowObj('needset'); | ||||
HideObj('head2'); HideObj('adset'); | HideObj('head2'); HideObj('adset'); | ||||
} | } | ||||
function ShowItem2() { | function ShowItem2() { | ||||
setTimeout(() => { | setTimeout(() => { | ||||
var editor = CodeMirror.fromTextArea(document.getElementById('fieldset'), { | var editor = CodeMirror.fromTextArea(document.getElementById('fieldset'), { | ||||
@@ -71,10 +64,7 @@ | |||||
<input type='hidden' name='issystem' value='<?php echo $row['issystem']; ?>'> | <input type='hidden' name='issystem' value='<?php echo $row['issystem']; ?>'> | ||||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" style="margin-bottom:10px" class="table maintable table-bordered mt-3"> | <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" style="margin-bottom:10px" class="table maintable table-bordered mt-3"> | ||||
<tr> | <tr> | ||||
<td height="26" colspan="2" background="../static/web/img/tbg.gif" style="padding-left:10px"> | |||||
<a href="mychannel_main.php">内容模型管理</a> | |||||
> 修改内容模型: | |||||
</td> | |||||
<td height="26" colspan="2" background="../static/web/img/tbg.gif" style="padding-left:10px"><a href="mychannel_main.php">内容模型管理</a> > 修改内容模型</td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<table width="98%" border="0" cellspacing="0" id="head1" cellpadding="0" align="center" style="display:block"> | <table width="98%" border="0" cellspacing="0" id="head1" cellpadding="0" align="center" style="display:block"> | ||||
@@ -82,7 +72,7 @@ | |||||
<td colspan="2"> | <td colspan="2"> | ||||
<table border="0" cellpadding="0" cellspacing="0"> | <table border="0" cellpadding="0" cellspacing="0"> | ||||
<tr> | <tr> | ||||
<td width="86" height="26" align="center" background="../static/web/img/itemnote1.gif">基本设置 </td> | |||||
<td width="86" height="26" align="center" background="../static/web/img/itemnote1.gif">基本设置</td> | |||||
<td width="86" align="center" background="../static/web/img/itemnote2.gif"><a href="javascript:;" onClick="ShowItem2()">字段管理</a></td> | <td width="86" align="center" background="../static/web/img/itemnote2.gif"><a href="javascript:;" onClick="ShowItem2()">字段管理</a></td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -96,7 +86,7 @@ | |||||
<table border="0" cellpadding="0" cellspacing="0"> | <table border="0" cellpadding="0" cellspacing="0"> | ||||
<tr> | <tr> | ||||
<td width="86" height="26" align="center" background="../static/web/img/itemnote2.gif" bgcolor="#F2F7DF"><a href="javascript:;" onClick="ShowItem1()">基本设置</a></td> | <td width="86" height="26" align="center" background="../static/web/img/itemnote2.gif" bgcolor="#F2F7DF"><a href="javascript:;" onClick="ShowItem1()">基本设置</a></td> | ||||
<td width="86" align="center" background="../static/web/img/itemnote1.gif">字段管理 </td> | |||||
<td width="86" align="center" background="../static/web/img/itemnote1.gif">字段管理</td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
@@ -142,15 +132,13 @@ | |||||
<tr> | <tr> | ||||
<td bgcolor="#FFFFFF">频道名称<br> | <td bgcolor="#FFFFFF">频道名称<br> | ||||
<span class="STYLE2" id="help3">频道的中文名称,在后台管理,前台发布等均使用此名字</span></td> | <span class="STYLE2" id="help3">频道的中文名称,在后台管理,前台发布等均使用此名字</span></td> | ||||
<td bgcolor="#FFFFFF"><input name="typename" type="text" id="typename" value="<?php echo $row['typename']; ?>" | |||||
class="pubinputs"></td> | |||||
<td bgcolor="#FFFFFF"><input name="typename" type="text" id="typename" value="<?php echo $row['typename']; ?>" class="pubinputs"></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td bgcolor="#FFFFFF">附加表<br> | <td bgcolor="#FFFFFF">附加表<br> | ||||
<span class="STYLE2" id="help4">频道除主表以外其它自定义类型数据存放数据的表,如果您不使用主表关连的各种特性(推荐、会员权限等),也可以使用完全以附加表作为存储数据</span> | |||||
<span class="STYLE2" id="help4">频道除主表以外其它自定义类型数据存放数据的表,如果您不使用主表关连的各种特性(推荐、会员权限等),也可以使用完全以附加表作为存储数据</span> | |||||
</td> | </td> | ||||
<td bgcolor="#FFFFFF"><input name="addtable" type="text" id="addtable" value="<?php echo $row['addtable']; ?>" | |||||
class="pubinputs"> | |||||
<td bgcolor="#FFFFFF"><input name="addtable" type="text" id="addtable" value="<?php echo $row['addtable']; ?>" class="pubinputs"> | |||||
( #@__ 是表示数据表前缀)</td> | ( #@__ 是表示数据表前缀)</td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -205,18 +193,15 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td bgcolor="#FFFFFF">档案发布程序</td> | <td bgcolor="#FFFFFF">档案发布程序</td> | ||||
<td bgcolor="#FFFFFF"><input name="addcon" type="text" id="addcon" value="<?php echo $row['addcon']; ?>" | |||||
class="pubinputs"></td> | |||||
<td bgcolor="#FFFFFF"><input name="addcon" type="text" id="addcon" value="<?php echo $row['addcon']; ?>" class="pubinputs"></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td bgcolor="#FFFFFF">档案修改程序</td> | <td bgcolor="#FFFFFF">档案修改程序</td> | ||||
<td bgcolor="#FFFFFF"><input name="editcon" type="text" id="editcon" value="<?php echo $row['editcon']; ?>" | |||||
class="pubinputs"></td> | |||||
<td bgcolor="#FFFFFF"><input name="editcon" type="text" id="editcon" value="<?php echo $row['editcon']; ?>" class="pubinputs"></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td bgcolor="#FFFFFF">档案管理程序</td> | <td bgcolor="#FFFFFF">档案管理程序</td> | ||||
<td bgcolor="#FFFFFF"><input name="mancon" type="text" id="mancon" value="<?php echo $row['mancon']; ?>" | |||||
class="pubinputs"></td> | |||||
<td bgcolor="#FFFFFF"><input name="mancon" type="text" id="mancon" value="<?php echo $row['mancon']; ?>" class="pubinputs"></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td bgcolor="#FFFFFF">前台会员发布程序</td> | <td bgcolor="#FFFFFF">前台会员发布程序</td> | ||||
@@ -235,22 +220,20 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td bgcolor="#FFFFFF">列表附加字段<br> | <td bgcolor="#FFFFFF">列表附加字段<br> | ||||
<span class="STYLE2" id="help6">用","分开,可以在列表模板{dede:list}{/dede:list}中用[field:name /]调用</span></td> | |||||
<span class="STYLE2" id="help6">用","分开,可以在列表模板{dede:list}{/dede:list}中用[field:name/]调用</span></td> | |||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
<input name="listfields" type="text" id="listfields" size="50" value="<?php echo $row['listfields']; ?>" | |||||
class="pubinputs" style="width:80%"></td> | |||||
<input name="listfields" type="text" id="listfields" size="50" value="<?php echo $row['listfields']; ?>" class="pubinputs" style="width:80%"></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td bgcolor="#FFFFFF">投稿标题使用名称</td> | <td bgcolor="#FFFFFF">投稿标题使用名称</td> | ||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
<input name="titlename" type="text" id="titlename" value="<?php echo $row['titlename']; ?>" | |||||
class="pubinputs"></td> | |||||
<input name="titlename" type="text" id="titlename" value="<?php echo $row['titlename']; ?>" class="pubinputs"></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
投稿是否使用摘要 | 投稿是否使用摘要 | ||||
<br> | <br> | ||||
<span class="STYLE2">如果不使用主表(独立模型),缩略图设置同</span> | |||||
<span class="STYLE2">如果不使用主表(独立模型)缩略图设置同</span> | |||||
</td> | </td> | ||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
<label><input name="needdes" type="radio" class="np" value="1" | <label><input name="needdes" type="radio" class="np" value="1" | ||||
@@ -272,14 +255,13 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td bgcolor="#FFFFFF">默认栏目ID<br> | <td bgcolor="#FFFFFF">默认栏目ID<br> | ||||
<span class="STYLE2" id="help8">与投稿是唯一性结合可以用模型设计自定义表单</span> </td> | |||||
<span class="STYLE2" id="help8">与投稿是唯一性结合可以用模型设计自定义表单</span></td> | |||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
<input name="dfcid" type="text" id="dfcid" value="<?php echo $row['dfcid']; ?>" class="pubinputs" | |||||
style="width:80px"></td> | |||||
<input name="dfcid" type="text" id="dfcid" value="<?php echo $row['dfcid']; ?>" class="pubinputs" style="width:80px"></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td bgcolor="#FFFFFF">投稿具有唯一性<br> | <td bgcolor="#FFFFFF">投稿具有唯一性<br> | ||||
<span class="STYLE2" id="help9">如果投稿是唯一的(会员只能在这个模型对应的栏目中发布单篇文档),其作用相当于自定义表单</span> </td> | |||||
<span class="STYLE2" id="help9">如果投稿是唯一会员只能在这个模型对应的栏目中发布单篇文档,其作用相当于自定义表单</span></td> | |||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
<label><input name="onlyone" type="radio" class="np" value="1" | <label><input name="onlyone" type="radio" class="np" value="1" | ||||
<?php if($row['onlyone']==1) echo " checked='1'"; ?> /> | <?php if($row['onlyone']==1) echo " checked='1'"; ?> /> | ||||
@@ -24,35 +24,26 @@ | |||||
var autofield = (theform.autofield[0].checked ? theform.autofield[0].value : theform.autofield[1].value); | var autofield = (theform.autofield[0].checked ? theform.autofield[0].value : theform.autofield[1].value); | ||||
var islist = (theform.islist.checked ? 1 : 0); | var islist = (theform.islist.checked ? 1 : 0); | ||||
var notsend = (theform.notsend.checked ? 1 : 0); | var notsend = (theform.notsend.checked ? 1 : 0); | ||||
if (itemname == "") { | if (itemname == "") { | ||||
ShowMsg("表单提示名称不能为空"); | ShowMsg("表单提示名称不能为空"); | ||||
theform.itemname.focus(); | theform.itemname.focus(); | ||||
return false; | return false; | ||||
} | } | ||||
if ((dtype == "radio" || dtype == "select" || dtype == "checkbox") && vdefault == "") { | if ((dtype == "radio" || dtype == "select" || dtype == "checkbox") && vdefault == "") { | ||||
ShowMsg("您选择的select或radio、checkbox类型,必须默认值设置选择的项目(用逗号[,]分开)"); | ShowMsg("您选择的select或radio、checkbox类型,必须默认值设置选择的项目(用逗号[,]分开)"); | ||||
return false; | return false; | ||||
} | } | ||||
if (spage == "no") spage = ""; | if (spage == "no") spage = ""; | ||||
relstr = ""; | relstr = ""; | ||||
if (dtype==="relation") { | if (dtype==="relation") { | ||||
relstr = " automake=\""+automake+"\" channel=\""+$("#channeltype").val()+"\""; | relstr = " automake=\""+automake+"\" channel=\""+$("#channeltype").val()+"\""; | ||||
} | } | ||||
revalue = "<field:" + fieldname + " itemname=\"" + itemname + "\" autofield=\"" + autofield + "\" notsend=\"" + notsend + "\" type=\"" + dtype + "\""; | revalue = "<field:" + fieldname + " itemname=\"" + itemname + "\" autofield=\"" + autofield + "\" notsend=\"" + notsend + "\" type=\"" + dtype + "\""; | ||||
revalue += relstr + " isnull=\"" + sisnull + "\" islist=\"" + islist + "\" default=\"" + vdefault + "\" "; | revalue += relstr + " isnull=\"" + sisnull + "\" islist=\"" + islist + "\" default=\"" + vdefault + "\" "; | ||||
revalue += " maxlength=\"" + maxlength + "\" page=\"" + spage + "\">\r\n" + vinnertext + "</field:" + fieldname + ">\r\n"; | revalue += " maxlength=\"" + maxlength + "\" page=\"" + spage + "\">\r\n" + vinnertext + "</field:" + fieldname + ">\r\n"; | ||||
document.form1.fieldstring.value = revalue; | document.form1.fieldstring.value = revalue; | ||||
return true; | return true; | ||||
} | } | ||||
$(document).ready(function () { | $(document).ready(function () { | ||||
$("#type").change(function (ele) { | $("#type").change(function (ele) { | ||||
if ($(ele.currentTarget).val() === "relation") { | if ($(ele.currentTarget).val() === "relation") { | ||||
@@ -113,15 +104,14 @@ | |||||
<?php if($row['issystem']==1){ ?> | <?php if($row['issystem']==1){ ?> | ||||
<tr> | <tr> | ||||
<td colspan="2" bgcolor="#FFFFFF"> | <td colspan="2" bgcolor="#FFFFFF"> | ||||
<span class="STYLE1">您当前操作的字段属于系统模型字段:修改系统模型有风险,请不要随便改动系统模型的字段相关的属性</span> </td> | |||||
<span class="STYLE1">您当前操作的字段属于系统模型字段:修改系统模型有风险,请不要随便改动系统模型的字段相关的属性</span></td> | |||||
</tr> | </tr> | ||||
<?php } ?> | <?php } ?> | ||||
<tr> | <tr> | ||||
<td bgcolor="#FFFFFF">表单提示文字:<br> | <td bgcolor="#FFFFFF">表单提示文字:<br> | ||||
<span class="STYLE2">发布内容时显示的提示文字</span></td> | <span class="STYLE2">发布内容时显示的提示文字</span></td> | ||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
<input name="itemname" type="text" id="itemname" value="<?php echo $ctag->GetAtt('itemname')?>" | |||||
class="pubinputs"> | |||||
<input name="itemname" type="text" id="itemname" value="<?php echo $ctag->GetAtt('itemname')?>" class="pubinputs"> | |||||
*(发布内容时显示的项名字) </td> | *(发布内容时显示的项名字) </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -159,12 +149,10 @@ | |||||
$dtype = $ctag->GetAtt('type'); | $dtype = $ctag->GetAtt('type'); | ||||
if($dtype!='' && isset($fieldtypes[$dtype])) | if($dtype!='' && isset($fieldtypes[$dtype])) | ||||
{ | { | ||||
echo " <option value='{$dtype}'>{$fieldtypes[$dtype]}</option>\r\n"; | |||||
echo "<option value='{$dtype}'>{$fieldtypes[$dtype]}</option>\r\n"; | |||||
$canchange = true; | $canchange = true; | ||||
} | |||||
else | |||||
{ | |||||
echo " <option value='{$dtype}'>系统专用类型</option>\r\n"; | |||||
} else { | |||||
echo "<option value='{$dtype}'>系统专用类型</option>\r\n"; | |||||
$canchange = false; | $canchange = false; | ||||
} | } | ||||
if($canchange) | if($canchange) | ||||
@@ -234,15 +222,13 @@ | |||||
<td bgcolor="#FFFFFF">默认值:<br> | <td bgcolor="#FFFFFF">默认值:<br> | ||||
<span class="STYLE2"> | <span class="STYLE2"> | ||||
如果定义数据类型为select、radio、checkbox时,此处填写被选择的项目(用“,”分开,如“男,女,人妖”),如果为联动选框,这里填写联动选框项目名称</span></td> | 如果定义数据类型为select、radio、checkbox时,此处填写被选择的项目(用“,”分开,如“男,女,人妖”),如果为联动选框,这里填写联动选框项目名称</span></td> | ||||
<td bgcolor="#FFFFFF"><textarea name="vdefault" type="text" id="vdefault" | |||||
style="width:70%;height:60px"><?php echo $ctag->GetAtt('default'); ?></textarea></td> | |||||
<td bgcolor="#FFFFFF"><textarea name="vdefault" type="text" id="vdefault" style="width:70%;height:60px"><?php echo $ctag->GetAtt('default'); ?></textarea></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td bgcolor="#FFFFFF">最大长度:<br> | <td bgcolor="#FFFFFF">最大长度:<br> | ||||
<span class="STYLE2"> 文本数据必须填写,大于255为text类型 </span></td> | <span class="STYLE2"> 文本数据必须填写,大于255为text类型 </span></td> | ||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
<input name="maxlength" type="text" id="maxlength" value="<?php echo $ctag->GetAtt('maxlength')?>" | |||||
style="width:80px;height:24px;padding-top:3px;"></td> | |||||
<input name="maxlength" type="text" id="maxlength" value="<?php echo $ctag->GetAtt('maxlength')?>" style="width:80px;height:24px;padding-top:3px;"></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td bgcolor="#FFFFFF">自定义表单HTML:</td> | <td bgcolor="#FFFFFF">自定义表单HTML:</td> | ||||
@@ -251,8 +237,7 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td align="center" bgcolor="#FFFFFF"><br> </td> | <td align="center" bgcolor="#FFFFFF"><br> </td> | ||||
<td bgcolor="#FFFFFF"><textarea name="vinnertext" cols="45" rows="5" id="vinnertext" | |||||
style="width:70%; height:120px;"><?php echo $ctag->GetInnerText(); ?></textarea></td> | |||||
<td bgcolor="#FFFFFF"><textarea name="vinnertext" cols="45" rows="5" id="vinnertext" style="width:70%; height:120px;"><?php echo $ctag->GetInnerText(); ?></textarea></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" colspan="2" bgcolor="#f6f6f6"> | <td height="26" colspan="2" bgcolor="#f6f6f6"> | ||||
@@ -34,10 +34,10 @@ function checkSubmit() | |||||
<td height="127" align="center" bgcolor="#FFFFFF"> | <td height="127" align="center" bgcolor="#FFFFFF"> | ||||
<table width="98%" border="0" cellspacing="2" cellpadding="0"> | <table width="98%" border="0" cellspacing="2" cellpadding="0"> | ||||
<tr> | <tr> | ||||
<td height="26" colspan="2" align="left"> 说明:站内新闻是为了方便站长发布站点公告而设置的一种小功能,由于要读取包括text字段的信息,应定期删除太旧的信息,否则可能会让模板解析速度变慢如果没有选择显示频道,则在这个频道中使用这个标记时会被“所有位置”的标记内容代替</td> | |||||
<td height="26" colspan="2" align="left"> 说明:站内新闻是为了方便站长发布站点公告而设置的一种小功能,由于要读取包括text字段的信息,应定期删除太旧的信息,否则可能会让模板解析速度变慢如果没有选择显示频道,则在这个频道中使用这个标记时会被“所有位置”的标记内容代替</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" colspan="2" align="left"> 站内新闻调用代码:{dede:mynews row='条数' titlelen='标题长度'}Innertext{/dede:mynews},Innertext支持的字段为:[field:title | |||||
<td height="26" colspan="2" align="left"> 站内新闻调用代码:{dede:mynews row='条数' titlelen='标题长度'}Innertext{/dede:mynews},Innertext支持的字段为:[field:title | |||||
/],[field:writer /],[field:senddate /](时间),[field:body /] </td> | /],[field:writer /],[field:senddate /](时间),[field:body /] </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -180,11 +180,9 @@ | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="36"> | <td height="36"> | ||||
<button name="Submit1" type="button" id="Submit1" class="btn btn-success" onClick="DoSubmit('gettag')" value="" | |||||
class="coolbg np">生成模板调用标记</button> | |||||
<button name="Submit1" type="button" id="Submit1" class="btn btn-success" onClick="DoSubmit('gettag')" value="" class="coolbg np">生成模板调用标记</button> | |||||
| | ||||
<button name="Submit2" type="button" id="Submit2" class="btn btn-success" onClick="DoSubmit('savetag')" value="保存为自定义标记" | |||||
class="coolbg np">生成模板调用标记</button></td> | |||||
<button name="Submit2" type="button" id="Submit2" class="btn btn-success" onClick="DoSubmit('savetag')" value="保存为自定义标记" class="coolbg np">生成模板调用标记</button></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
@@ -18,7 +18,7 @@ body { | |||||
<input type='hidden' name='dopost' value='saveedit'> | <input type='hidden' name='dopost' value='saveedit'> | ||||
<input type='hidden' name='aid' value='<?php echo $aid?>'> | <input type='hidden' name='aid' value='<?php echo $aid?>'> | ||||
<tr> | <tr> | ||||
<td height="26" colspan="2" background="../static/web/img/tbg.gif" style="padding-left:10px"><a href="plus_main.php">插件管理</a> > 修改插件: </td> | |||||
<td height="26" colspan="2" background="../static/web/img/tbg.gif" style="padding-left:10px"><a href="plus_main.php">插件管理</a> > 修改插件:</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td width="19%" align="center" bgcolor="#FFFFFF">插件名称</td> | <td width="19%" align="center" bgcolor="#FFFFFF">插件名称</td> | ||||
@@ -6,6 +6,9 @@ | |||||
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="../static/web/css/bootstrap.min.css"> | ||||
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css"> | ||||
<link rel="stylesheet" href="../static/web/css/admin.css"> | <link rel="stylesheet" href="../static/web/css/admin.css"> | ||||
<style> | |||||
.table td,.table th{border-top:0} | |||||
</style> | |||||
<script language="javascript"> | <script language="javascript"> | ||||
//获得选中项 | //获得选中项 | ||||
function getCheckboxItem() { | function getCheckboxItem() { | ||||
@@ -30,7 +33,7 @@ | |||||
function DelSel() { | function DelSel() { | ||||
var nid = getCheckboxItem(); | var nid = getCheckboxItem(); | ||||
if (nid == "") { | if (nid == "") { | ||||
alert("请选择要删除的业务记录!\r\n"); | |||||
alert("请选择要删除的业务记录"); | |||||
return; | return; | ||||
} | } | ||||
location.href = "shops_operations.php?dopost=delete&nid=" + nid; | location.href = "shops_operations.php?dopost=delete&nid=" + nid; | ||||
@@ -38,7 +41,7 @@ | |||||
function UpSel() { | function UpSel() { | ||||
var nid = getCheckboxItem(); | var nid = getCheckboxItem(); | ||||
if (nid == "") { | if (nid == "") { | ||||
alert("请选择要修改的订单记录!\r\n"); | |||||
alert("请选择要修改的订单记录"); | |||||
return; | return; | ||||
} | } | ||||
location.href = "shops_operations.php?dopost=up&nid=" + nid; | location.href = "shops_operations.php?dopost=up&nid=" + nid; | ||||
@@ -46,7 +49,7 @@ | |||||
function OkSel() { | function OkSel() { | ||||
var nid = getCheckboxItem(); | var nid = getCheckboxItem(); | ||||
if (nid == "") { | if (nid == "") { | ||||
alert("请选择要修改的订单记录!\r\n"); | |||||
alert("请选择要修改的订单记录"); | |||||
return; | return; | ||||
} | } | ||||
location.href = "shops_operations.php?dopost=ok&nid=" + nid; | location.href = "shops_operations.php?dopost=ok&nid=" + nid; | ||||
@@ -54,7 +57,7 @@ | |||||
function PushSel() { | function PushSel() { | ||||
var nid = getCheckboxItem(); | var nid = getCheckboxItem(); | ||||
if (nid == "") { | if (nid == "") { | ||||
alert("请选择要修改的订单记录!\r\n"); | |||||
alert("请选择要修改的订单记录"); | |||||
return; | return; | ||||
} | } | ||||
location.href = "shops_operations.php?dopost=push&nid=" + nid; | location.href = "shops_operations.php?dopost=push&nid=" + nid; | ||||
@@ -65,37 +68,35 @@ | |||||
</script> | </script> | ||||
</head> | </head> | ||||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | <body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | ||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3" style="background:#cbd8ac;margin-bottom:10px;"> | |||||
<tr> | |||||
<td height="30" align="center" bgcolor="#f6f6f6"> | |||||
<form name="form2" method="get" action="shops_operations.php"> | |||||
<table border="0" cellspacing="0" cellpadding="0" class="table table-borderless" style="width: 400px;"> | |||||
<form name="form2" method="get" action="shops_operations.php"> | |||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable mt-3" style="margin-bottom:10px"> | |||||
<tr> | |||||
<td bgcolor="#f6f6f6"> | |||||
<table border="0" cellpadding="0" cellspacing="0"> | |||||
<tr> | <tr> | ||||
<td>输入订单号:</td> | <td>输入订单号:</td> | ||||
<td> | |||||
<input name="buyid" type="text" id="buyid"></td> | |||||
<td width="90" align="center"> <button type="submit" class="btn btn-success btn-sm">搜索</button> | |||||
</td> | |||||
<td><input name="buyid" type="text" id="buyid" style="margin-right:10px;width:260px"></td> | |||||
<td><button type="submit" class="btn btn-success btn-sm">搜索</button></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</form> | |||||
</td> | |||||
</tr> | |||||
</table> | |||||
</td> | |||||
</tr> | |||||
</table> | |||||
</form> | |||||
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered"> | <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered"> | ||||
<tr> | <tr> | ||||
<td height="26" colspan="11" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'> | <td height="26" colspan="11" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'> | ||||
<table width="98%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless"> | <table width="98%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless"> | ||||
<tr> | <tr> | ||||
<td width="30%" style="padding-left:10px">订单列表: </td> | |||||
<td width="45%" align="right" style="padding-top:4px"> | |||||
<td width="30%" style="padding-left:10px">订单列表:</td> | |||||
<td width="45%" align="right" style="padding-top:10px"> | |||||
<button type="button" onClick="location='shops_operations.php?sta=0'" class="btn btn-success btn-sm">未付款</button> | <button type="button" onClick="location='shops_operations.php?sta=0'" class="btn btn-success btn-sm">未付款</button> | ||||
<button type="button" onClick="location='shops_operations.php?sta=1';" class="btn btn-success btn-sm">已付款</button> | <button type="button" onClick="location='shops_operations.php?sta=1';" class="btn btn-success btn-sm">已付款</button> | ||||
<button type="button" onClick="location='shops_operations.php?sta=2';" class="btn btn-success btn-sm">已发货</button> | <button type="button" onClick="location='shops_operations.php?sta=2';" class="btn btn-success btn-sm">已发货</button> | ||||
<button type="button" onClick="location='shops_operations.php?sta=4';" class="btn btn-success btn-sm">已完成</button> | <button type="button" onClick="location='shops_operations.php?sta=4';" class="btn btn-success btn-sm">已完成</button> | ||||
<button type="button" onClick="location='shops_operations.php';" class="btn btn-success btn-sm">全部</button> | <button type="button" onClick="location='shops_operations.php';" class="btn btn-success btn-sm">全部</button> | ||||
</td> | </td> | ||||
<td width="25%" align="right" style="padding-top:4px"> | |||||
<td width="25%" align="right" style="padding-top:10px"> | |||||
<button type="button" onClick="location='shops_operations.php';" class="btn btn-success btn-sm">订单管理</button> | <button type="button" onClick="location='shops_operations.php';" class="btn btn-success btn-sm">订单管理</button> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
@@ -157,7 +158,7 @@ | |||||
{/dede:datalist} | {/dede:datalist} | ||||
</form> | </form> | ||||
<tr> | <tr> | ||||
<td height="26" colspan="11" bgcolor="#FCFDF7" style="padding-top:4px;"> | |||||
<td height="26" colspan="11" bgcolor="#FCFDF7" style="padding-top:10px"> | |||||
<button type="button" onClick="ReSel();" class="btn btn-success btn-sm">反选</button> | <button type="button" onClick="ReSel();" class="btn btn-success btn-sm">反选</button> | ||||
<button type="button" onClick="DelSel();" class="btn btn-success btn-sm">删除</button> | <button type="button" onClick="DelSel();" class="btn btn-success btn-sm">删除</button> | ||||
<button type="button" onClick="UpSel();" class="btn btn-success btn-sm">设为已付款状态</button> | <button type="button" onClick="UpSel();" class="btn btn-success btn-sm">设为已付款状态</button> | ||||
@@ -137,8 +137,7 @@ | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="62" colspan="2" bgcolor="#FFFFFF"><textarea name="sites" id="sites" | |||||
style="width:99%;height:150px"><?php echo $row['sites']; ?></textarea></td> | |||||
<td height="62" colspan="2" bgcolor="#FFFFFF"><textarea name="sites" id="sites" style="width:99%;height:150px"><?php echo $row['sites']; ?></textarea></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26" colspan="2" bgcolor="#f6f6f6" style="padding-left:10px">下载说明:</td> | <td height="26" colspan="2" bgcolor="#f6f6f6" style="padding-left:10px">下载说明:</td> | ||||
@@ -313,7 +313,7 @@ table{border-collapse:separate} | |||||
<tr> | <tr> | ||||
<td width="310"><input name="notename<?php echo $i?>" type="text" value="<?php echo $nodename; ?>" id="notename<?php echo $i?>" style="width:300px"></td> | <td width="310"><input name="notename<?php echo $i?>" type="text" value="<?php echo $nodename; ?>" id="notename<?php echo $i?>" style="width:300px"></td> | ||||
<td width="90" align="center">节点标识:</td> | <td width="90" align="center">节点标识:</td> | ||||
<td width="200"><input name="noteid<?php echo $i?>" type="text" value="<?php echo $nodeid; ?>" id="noteid<?php echo $i?>" style="width:100"></td> | |||||
<td width="200"><input name="noteid<?php echo $i?>" type="text" value="<?php echo $nodeid; ?>" id="noteid<?php echo $i?>" style="width:100px"></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
@@ -352,7 +352,7 @@ table{border-collapse:separate} | |||||
<tr> | <tr> | ||||
<td width="310"><input name="notename<?php echo $i?>" type="text" id="notename<?php echo $i?>" style="width:300" value="<?php echo $notename?>"></td> | <td width="310"><input name="notename<?php echo $i?>" type="text" id="notename<?php echo $i?>" style="width:300" value="<?php echo $notename?>"></td> | ||||
<td width="90" align="center">节点标识:</td> | <td width="90" align="center">节点标识:</td> | ||||
<td width="200"><input name="noteid<?php echo $i?>" type="text" id="noteid<?php echo $i?>" style="width:100" value="<?php echo $noteid?>"></td> | |||||
<td width="200"><input name="noteid<?php echo $i?>" type="text" id="noteid<?php echo $i?>" style="width:100px" value="<?php echo $noteid?>"></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
@@ -408,7 +408,7 @@ table{border-collapse:separate} | |||||
<tr> | <tr> | ||||
<td width="310"><input name="notename<?php echo $i?>" type="text" id="notename<?php echo $i?>" style="width:300"></td> | <td width="310"><input name="notename<?php echo $i?>" type="text" id="notename<?php echo $i?>" style="width:300"></td> | ||||
<td width="90" align="center">节点标识:</td> | <td width="90" align="center">节点标识:</td> | ||||
<td width="200"><input name="noteid<?php echo $i?>" type="text" id="noteid<?php echo $i?>" style="width:100"></td> | |||||
<td width="200"><input name="noteid<?php echo $i?>" type="text" id="noteid<?php echo $i?>" style="width:100px"></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
@@ -60,7 +60,7 @@ | |||||
$tagname = str_replace('[br]', '<br>', $ls[2]); | $tagname = str_replace('[br]', '<br>', $ls[2]); | ||||
if(!preg_match("#<br \/>#", $tagname) ) $tagname .= "<span>($tag)</span>"; | if(!preg_match("#<br \/>#", $tagname) ) $tagname .= "<span>($tag)</span>"; | ||||
else $tagname = str_replace('<br>', "<span>($tag)</span><br>", $tagname); | else $tagname = str_replace('<br>', "<span>($tag)</span><br>", $tagname); | ||||
echo " <label><input name='purviews[]' type='checkbox' class='np' id='purviews$k' value='$tag'> $tagname</label>\r\n"; | |||||
echo " <label><input name='purviews[]' type='checkbox' class='np' id='purviews$k' value='$tag'> $tagname</label>\r\n"; | |||||
$k++; | $k++; | ||||
} | } | ||||
} | } | ||||
@@ -78,7 +78,7 @@ | |||||
$dsql->SetQuery('Select plusname From #@__plus'); | $dsql->SetQuery('Select plusname From #@__plus'); | ||||
$dsql->Execute(); | $dsql->Execute(); | ||||
while($row=$dsql->GetObject()){ | while($row=$dsql->GetObject()){ | ||||
echo " <label><input name='purviews[]' type='checkbox' class='np' id='purviews$k' value='plus_{$row->plusname}'> {$row->plusname}</label>\r\n"; | |||||
echo " <label><input name='purviews[]' type='checkbox' class='np' id='purviews$k' value='plus_{$row->plusname}'> {$row->plusname}</label>\r\n"; | |||||
$k++; | $k++; | ||||
$l++; | $l++; | ||||
if($l%6==0) echo "<br>"; | if($l%6==0) echo "<br>"; | ||||
@@ -89,8 +89,7 @@ | |||||
<tr> | <tr> | ||||
<td height="50" align="center"></td> | <td height="50" align="center"></td> | ||||
<td height="50" style="text-align:left"> | <td height="50" style="text-align:left"> | ||||
<button type="submit" class="btn btn-success" onClick="DoSubmit('gettag')" | |||||
class="coolbg np">保存</button> | |||||
<button type="submit" class="btn btn-success" onClick="DoSubmit('gettag')" class="coolbg np">保存</button> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -13,7 +13,7 @@ | |||||
<form name='form1' action='sys_group_edit.php' method='post'> | <form name='form1' action='sys_group_edit.php' method='post'> | ||||
<input type='hidden' name='dopost' value='save'> | <input type='hidden' name='dopost' value='save'> | ||||
<tr> | <tr> | ||||
<td height="26" background="../static/web/img/tbg.gif" align="left" style="padding-left:10px"><a href='sys_group.php'>系统用户组管理</a> > 修改用户组:</td> | |||||
<td height="26" background="../static/web/img/tbg.gif" align="left" style="padding-left:10px"><a href='sys_group.php'>系统用户组管理</a> > 修改用户组</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td valign="top" bgcolor="#FFFFFF" align="center"> | <td valign="top" bgcolor="#FFFFFF" align="center"> | ||||
@@ -74,7 +74,7 @@ | |||||
$dsql->SetQuery('SELECT plusname FROM #@__plus'); | $dsql->SetQuery('SELECT plusname FROM #@__plus'); | ||||
$dsql->Execute(); | $dsql->Execute(); | ||||
while($row=$dsql->GetObject()){ | while($row=$dsql->GetObject()){ | ||||
echo " <label></label><input name='purviews[]' type='checkbox' class='np' id='purviews$k' value='plus_{$row->plusname}'".CRank("plus_{$row->plusname}")."> {$row->plusname}</label>\r\n"; | |||||
echo " <label></label><input name='purviews[]' type='checkbox' class='np' id='purviews$k' value='plus_{$row->plusname}'".CRank("plus_{$row->plusname}")."> {$row->plusname}</label>\r\n"; | |||||
$k++; | $k++; | ||||
$l++; | $l++; | ||||
if($l % 6 == 0) echo "<br>"; | if($l % 6 == 0) echo "<br>"; | ||||
@@ -85,8 +85,7 @@ | |||||
<tr> | <tr> | ||||
<td height="50" align="center"></td> | <td height="50" align="center"></td> | ||||
<td height="50"> | <td height="50"> | ||||
<button type="submit" class="btn btn-success" | |||||
class="coolbg np">保存</button> | |||||
<button type="submit" class="btn btn-success" class="coolbg np">保存</button> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -8,7 +8,7 @@ | |||||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | <body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | ||||
<table width="98%" border="0" cellpadding="2" cellspacing="1" align="center"> | <table width="98%" border="0" cellpadding="2" cellspacing="1" align="center"> | ||||
<tr> | <tr> | ||||
<td height="26" background="../static/web/img/tbg.gif">通行证设置: </td> | |||||
<td height="26" background="../static/web/img/tbg.gif">通行证设置:</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td bgcolor="#FFFFFF"> | <td bgcolor="#FFFFFF"> | ||||
@@ -14,8 +14,7 @@ | |||||
</style> | </style> | ||||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | <body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | ||||
<center> | <center> | ||||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" | |||||
class="table maintable table-bordered mt-3"> | |||||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="table maintable table-bordered mt-3"> | |||||
<tr> | <tr> | ||||
<td height="26" background="../static/web/img/tbg.gif" colspan="5" class="table table-borderless"> | <td height="26" background="../static/web/img/tbg.gif" colspan="5" class="table table-borderless"> | ||||
<table width="100%" border="0" cellspacing="0" cellpadding="0"> | <table width="100%" border="0" cellspacing="0" cellpadding="0"> | ||||
@@ -14,8 +14,7 @@ | |||||
</style> | </style> | ||||
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | <body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'> | ||||
<center> | <center> | ||||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" | |||||
class="table maintable table-bordered mt-3"> | |||||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="table maintable table-bordered mt-3"> | |||||
<tr> | <tr> | ||||
<td height="26" background="../static/web/img/tbg.gif"><a href="sys_payment.php">支付接口列表</a> > | <td height="26" background="../static/web/img/tbg.gif"><a href="sys_payment.php">支付接口列表</a> > | ||||
安装支付接口 </td> | 安装支付接口 </td> | ||||
@@ -53,7 +53,7 @@ while($row = $dsql->GetArray('t',MYSQL_BOTH)) | |||||
$dsql->Execute('n'); | $dsql->Execute('n'); | ||||
$row2 = $dsql->GetArray('n',MYSQL_BOTH); | $row2 = $dsql->GetArray('n',MYSQL_BOTH); | ||||
$dd = $row2[0]; | $dd = $row2[0]; | ||||
echo " <option value='".$row[0]."'>".$row[0]."(".$dd.")</option>\r\n"; | |||||
echo " <option value='".$row[0]."'>".$row[0]."(".$dd.")</option>\r\n"; | |||||
} | } | ||||
?> | ?> | ||||
</select> | </select> | ||||
@@ -9,5 +9,5 @@ $safe_codelen = '4'; | |||||
$safe_faq_reg = '0'; | $safe_faq_reg = '0'; | ||||
$safe_faq_send = '0'; | $safe_faq_send = '0'; | ||||
$safe_faq_msg = '1'; | $safe_faq_msg = '1'; | ||||
$safe_faqs = 'a:4:{i:1;a:2:{s:8:"question";s:37:"您最喜欢的网建程序是什么?";s:6:"answer";s:7:"DedeCMS";}i:2;a:2:{s:8:"question";s:6:"1+11=?";s:6:"answer";s:2:"12";}i:3;a:2:{s:8:"question";s:59:"中国哪项体育运动最让人听着伤心,看着揪心?";s:6:"answer";s:6:"足球";}i:4;a:2:{s:8:"question";s:29:"<img src="/images/dede.gif"/>";s:6:"answer";s:24:"织梦内容管理系统";}}'; | |||||
$safe_faqs = 'a:4:{i:1;a:2:{s:8:"question";s:37:"您最喜欢的网建程序是什么";s:6:"answer";s:7:"DedeCMS";}i:2;a:2:{s:8:"question";s:6:"1+11=?";s:6:"answer";s:2:"12";}i:3;a:2:{s:8:"question";s:59:"中国哪项体育运动最让人听着伤心,看着揪心?";s:6:"answer";s:6:"足球";}i:4;a:2:{s:8:"question";s:29:"<img src="/images/dede.gif"/>";s:6:"answer";s:24:"织梦内容管理系统";}}'; | |||||
?> | ?> |
@@ -49,7 +49,7 @@ function MakeUpload(mnum) | |||||
fhtml += "<table width='100%'><tr><td><label><input type='checkbox' name='isokcheck"+startNum+"' id='isokcheck"+startNum+"' value='1' class='np' "+dsel+" onClick='CheckSelTable("+startNum+")' />显示图片 "+startNum+" 的上传框</label></td></tr></table>"; | fhtml += "<table width='100%'><tr><td><label><input type='checkbox' name='isokcheck"+startNum+"' id='isokcheck"+startNum+"' value='1' class='np' "+dsel+" onClick='CheckSelTable("+startNum+")' />显示图片 "+startNum+" 的上传框</label></td></tr></table>"; | ||||
fhtml += "<table width='100%' border=\"0\" id=\"seltb"+startNum+"\" cellpadding=\"1\" cellspacing=\"1\" bgcolor=\"white\" style=\"margin-bottom:6px;margin-left:10px;"+dplay+"\"><tobdy>"; | fhtml += "<table width='100%' border=\"0\" id=\"seltb"+startNum+"\" cellpadding=\"1\" cellspacing=\"1\" bgcolor=\"white\" style=\"margin-bottom:6px;margin-left:10px;"+dplay+"\"><tobdy>"; | ||||
fhtml += "<tr bgcolor=\"#F7F7F7\">\r\n"; | fhtml += "<tr bgcolor=\"#F7F7F7\">\r\n"; | ||||
fhtml += "<td height=\"25\" colspan=\"2\"> <strong>图片"+startNum+":</strong></td>"; | |||||
fhtml += "<td height=\"25\" colspan=\"2\"> <strong>图片"+startNum+":</strong></td>"; | |||||
fhtml += "</tr>"; | fhtml += "</tr>"; | ||||
fhtml += "<tr bgcolor=\"#FFFFFF\"> "; | fhtml += "<tr bgcolor=\"#FFFFFF\"> "; | ||||
fhtml += "<td height=\"25\"> 图片地址:"; | fhtml += "<td height=\"25\"> 图片地址:"; | ||||
@@ -57,7 +57,7 @@ function MakeUpload(mnum) | |||||
fhtml += "<td rowspan=\"2\" align=\"center\"><div id='divpicview"+startNum+"' class='divpre'></div></td>"; | fhtml += "<td rowspan=\"2\" align=\"center\"><div id='divpicview"+startNum+"' class='divpre'></div></td>"; | ||||
fhtml += "</tr>"; | fhtml += "</tr>"; | ||||
fhtml += "<tr bgcolor=\"#FFFFFF\"> "; | fhtml += "<tr bgcolor=\"#FFFFFF\"> "; | ||||
fhtml += "<td height=\"56\" valign=\"top\"> 图片简介:"; | |||||
fhtml += "<td height=\"56\" valign=\"top\"> 图片简介:"; | |||||
fhtml += "<textarea name='imgmsg"+startNum+"' style=\"height:46px;width:330px\"></textarea></td>"; | fhtml += "<textarea name='imgmsg"+startNum+"' style=\"height:46px;width:330px\"></textarea></td>"; | ||||
fhtml += "</tr></tobdy></table>\r\n"; | fhtml += "</tr></tobdy></table>\r\n"; | ||||
upfield.innerHTML += fhtml; | upfield.innerHTML += fhtml; | ||||
@@ -64,12 +64,9 @@ | |||||
{dede:var.carts.price_count/}</span>元 </div> | {dede:var.carts.price_count/}</span>元 </div> | ||||
<div style="float:right; height:33px;"> | <div style="float:right; height:33px;"> | ||||
<!--<input type="button" value="打印购物车" class="btn-2" onclick="printPage(1)"/>--> | <!--<input type="button" value="打印购物车" class="btn-2" onclick="printPage(1)"/>--> | ||||
<input type="button" value="更新订单号" class="btn btn-success btn-sm" | |||||
onclick="makeCarId()" /> | |||||
<input type="button" value="删除已选定" class="btn btn-success btn-sm" | |||||
onclick="DelPost()" /> | |||||
<input type="button" value="清空" | |||||
onclick="if(confirm('确定清空购物车中的商品吗?')){ location='posttocar.php?do=clear' }" | |||||
<input type="button" value="更新订单号" class="btn btn-success btn-sm" onClick="makeCarId()" /> | |||||
<input type="button" value="删除已选定" class="btn btn-success btn-sm" onClick="DelPost()" /> | |||||
<input type="button" value="清空" onClick="if(confirm('确定清空购物车中的商品吗?')){ location='posttocar.php?do=clear' }" | |||||
class="btn btn-success btn-sm" /> | class="btn btn-success btn-sm" /> | ||||
<input onclick="ChangePost()" type="button" value="更新数量" | <input onclick="ChangePost()" type="button" value="更新数量" | ||||
class="btn btn-success btn-sm" /> | class="btn btn-success btn-sm" /> | ||||
@@ -98,7 +98,7 @@ | |||||
<td width="10%" align="right" style="vertical-align:middle;"><input name="paytype" type="radio" value="{dede:value.id/}" /></td> | <td width="10%" align="right" style="vertical-align:middle;"><input name="paytype" type="radio" value="{dede:value.id/}" /></td> | ||||
<td width="20%" valign="middle" style="vertical-align:middle;"> {dede:value.name/} </td> | <td width="20%" valign="middle" style="vertical-align:middle;"> {dede:value.name/} </td> | ||||
<td width="60%"> {dede:value.description/} </td> | <td width="60%"> {dede:value.description/} </td> | ||||
<td width="10%" align="center"> <span class="fc-f60">{dede:value.fee/}元</span> </td> | |||||
<td width="10%" align="center"> <span class="fc-f60">{dede:value.fee/}元</span></td> | |||||
</tr> | </tr> | ||||
{/dede:array} | {/dede:array} | ||||
</tbody> | </tbody> | ||||
@@ -12,10 +12,7 @@ | |||||
<script src="<?php echo $cfg_cmsurl; ?>/static/web/js/jquery.min.js"></script> | <script src="<?php echo $cfg_cmsurl; ?>/static/web/js/jquery.min.js"></script> | ||||
</head> | </head> | ||||
<body class="flinkpage"> | <body class="flinkpage"> | ||||
<?php include("plus_header.htm") ;?> | <?php include("plus_header.htm") ;?> | ||||
<div class="container"> | <div class="container"> | ||||
<div class="sp-title"> | <div class="sp-title"> | ||||
<nav class="navbar navbar-expand-lg"> | <nav class="navbar navbar-expand-lg"> | ||||
@@ -62,7 +59,7 @@ | |||||
$dsql->Execute(); | $dsql->Execute(); | ||||
while($row=$dsql->GetObject()) | while($row=$dsql->GetObject()) | ||||
{ | { | ||||
echo " <option value='".$row->id."'>".$row->typename."</option>\r\n"; | |||||
echo " <option value='".$row->id."'>".$row->typename."</option>\r\n"; | |||||
} | } | ||||
?> | ?> | ||||
</select> </td> | </select> </td> | ||||
@@ -163,12 +163,8 @@ $fields['typeurl'] = GetTypeUrl($fields['typeid'],MfTypedir($fields['typedir']), | |||||
<div class="spage cbox"> | <div class="spage cbox"> | ||||
{dede:pagelist listsize='5'/} | {dede:pagelist listsize='5'/} | ||||
</div> | </div> | ||||
<div class="footer cbox"> | <div class="footer cbox"> | ||||
Powered by <a href="https://www.dedebiz.com" title="DedeBIZ内容管理系统-国内流行的内容管理系统多端全媒体解决方案" target="_blank">DedeBIZ{dede:global name='cfg_version'/}</a> © 2022 <a href="https://www.dedebiz.com/" target="_blank">DedeBIZ</a> Inc.<br><div class="copyright">{dede:global name='cfg_powerby'/} {dede:global name='cfg_beian'/}</div></p> | Powered by <a href="https://www.dedebiz.com" title="DedeBIZ内容管理系统-国内流行的内容管理系统多端全媒体解决方案" target="_blank">DedeBIZ{dede:global name='cfg_version'/}</a> © 2022 <a href="https://www.dedebiz.com/" target="_blank">DedeBIZ</a> Inc.<br><div class="copyright">{dede:global name='cfg_powerby'/} {dede:global name='cfg_beian'/}</div></p> | ||||
</div> | </div> | ||||
</body> | </body> | ||||
</html> | |||||
</html> |
@@ -3,9 +3,7 @@ | |||||
<head> | <head> | ||||
<meta charset="{dede:global.cfg_soft_lang/}"> | <meta charset="{dede:global.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, shrink-to-fit=no"> | ||||
<script> | |||||
const PHPURL='{dede:field name="phpurl"/}'; | |||||
</script> | |||||
<script>const PHPURL = '{dede:field name="phpurl"/}';</script> | |||||
<script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script> | <script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script> | ||||
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css"> | <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/font/css/font-awesome.min.css"> | ||||
@@ -19,12 +17,9 @@ | |||||
<script>hljs.initHighlightingOnLoad();</script> | <script>hljs.initHighlightingOnLoad();</script> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -121,5 +116,4 @@ | |||||
}); | }); | ||||
</script> | </script> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -3,9 +3,7 @@ | |||||
<head> | <head> | ||||
<meta charset="{dede:global.cfg_soft_lang/}"> | <meta charset="{dede:global.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, shrink-to-fit=no"> | ||||
<script> | |||||
const PHPURL = '{dede:field name="phpurl"/}'; | |||||
</script> | |||||
<script>const PHPURL = '{dede:field name="phpurl"/}';</script> | |||||
<script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script> | <script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script> | ||||
<script src="{dede:global.cfg_cmsurl/}/static/web/js/bootstrap.bundle.min.js"></script> | <script src="{dede:global.cfg_cmsurl/}/static/web/js/bootstrap.bundle.min.js"></script> | ||||
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css"> | ||||
@@ -17,12 +15,9 @@ | |||||
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | <meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -34,7 +29,6 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container"> | <main class="container"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-md-8 article-main"> | <div class="col-md-8 article-main"> | ||||
@@ -45,14 +39,11 @@ | |||||
<small>作者:</small>{dede:field.writer/} | <small>作者:</small>{dede:field.writer/} | ||||
<small>点击:</small><span id="_count">...</span>次 | <small>点击:</small><span id="_count">...</span>次 | ||||
</div> | </div> | ||||
<div> | <div> | ||||
<div class="alert alert-warning mt-2" role="alert"> | <div class="alert alert-warning mt-2" role="alert"> | ||||
您会看到这个提示,那是因为您的系统无法识别某栏目的模型信息,或者您新建模型后,没为这个模型设计单独的模板不同模型的文档浏览页的模板为:article_模型名字标识.htm | 您会看到这个提示,那是因为您的系统无法识别某栏目的模型信息,或者您新建模型后,没为这个模型设计单独的模板不同模型的文档浏览页的模板为:article_模型名字标识.htm | ||||
如“article_article.htm”,更多的信息您可以在频道模型管理的地方查看 | 如“article_article.htm”,更多的信息您可以在频道模型管理的地方查看 | ||||
</div> | </div> | ||||
{dede:fieldlist} | {dede:fieldlist} | ||||
<table width="100%" border="0" cellpadding="1" cellspacing="1" bgcolor="#BED1AB" class="table"> | <table width="100%" border="0" cellpadding="1" cellspacing="1" bgcolor="#BED1AB" class="table"> | ||||
<tr> | <tr> | ||||
@@ -61,24 +52,19 @@ | |||||
<br> | <br> | ||||
模板调用标记: | 模板调用标记: | ||||
<br> | <br> | ||||
<script | |||||
language='javascript'>document.write("{" + "dede:field.[field:tagname/] /" + "}");</script> | |||||
<script language='javascript'>document.write("{" + "dede:field.[field:tagname/] /" + "}");</script> | |||||
</td> | </td> | ||||
<td width="77%" bgcolor="#FFFFFF"> [field:value/] </td> | <td width="77%" bgcolor="#FFFFFF"> [field:value/] </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
{/dede:fieldlist} | {/dede:fieldlist} | ||||
</div> | </div> | ||||
<div class="body py-2"> | <div class="body py-2"> | ||||
{dede:field.body/} (责任编辑:{dede:adminname/}) | {dede:field.body/} (责任编辑:{dede:adminname/}) | ||||
</div> | </div> | ||||
<!-- /.body --> | <!-- /.body --> | ||||
<div class="clearfix"></div> | <div class="clearfix"></div> | ||||
{dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} | {dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-md-4 prenext pt-2"> | <div class="col-md-4 prenext pt-2"> | ||||
<div class="pagination-previous">{dede:prenext get='pre'/}</div> | <div class="pagination-previous">{dede:prenext get='pre'/}</div> | ||||
@@ -87,46 +73,29 @@ | |||||
<div class="col-md-8"> | <div class="col-md-8"> | ||||
<div class="row actbox"> | <div class="row actbox"> | ||||
<ul> | <ul> | ||||
<li><i class="fa fa-star-o" aria-hidden="true"></i> <a | |||||
href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}" | |||||
target="_blank">收藏</a></li> | |||||
<li><i class="fa fa-bug" aria-hidden="true"></i> <a | |||||
href="javascript:ErrorAddSave({dede:field.id/}, '{dede:field.title/}');">挑错</a> | |||||
<li><i class="fa fa-star-o" aria-hidden="true"></i> <a href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}" target="_blank">收藏</a></li> | |||||
<li><i class="fa fa-bug" aria-hidden="true"></i> <a href="javascript:ErrorAddSave({dede:field.id/}, '{dede:field.title/}');">挑错</a> | |||||
</li> | </li> | ||||
<li><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <a | |||||
href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}" | |||||
target="_blank">推荐</a></li> | |||||
<li><i class="fa fa-print" aria-hidden="true"></i> <a href="#" | |||||
onClick="window.print();">打印</a></li> | |||||
<li><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <a href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}" target="_blank">推荐</a></li> | |||||
<li><i class="fa fa-print" aria-hidden="true"></i> <a href="#" onClick="window.print();">打印</a></li> | |||||
</ul> | </ul> | ||||
</div><!-- /actbox --> | </div><!-- /actbox --> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
{dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} | {dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} | ||||
</div> | </div> | ||||
<!-- /.article-main --> | <!-- /.article-main --> | ||||
<aside class="col-md-4 article-sidebar"> | <aside class="col-md-4 article-sidebar"> | ||||
{dede:include comment='推荐内容' filename="widget_recommend.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot.htm"/} | {dede:include comment='热点内容' filename="widget_hot.htm"/} | ||||
{dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | {dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | ||||
</aside> | </aside> | ||||
<!-- /.article-sidebar --> | <!-- /.article-sidebar --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
<script> | <script> | ||||
//页面加载触发 | //页面加载触发 | ||||
$(document).ready(function () { | $(document).ready(function () { | ||||
//获取文档点击数统计 | //获取文档点击数统计 | ||||
@@ -137,5 +106,4 @@ | |||||
}); | }); | ||||
</script> | </script> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -3,9 +3,7 @@ | |||||
<head> | <head> | ||||
<meta charset="{dede:global.cfg_soft_lang/}"> | <meta charset="{dede:global.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, shrink-to-fit=no"> | ||||
<script> | |||||
const PHPURL = '{dede:field name="phpurl"/}'; | |||||
</script> | |||||
<script>const PHPURL = '{dede:field name="phpurl"/}';</script> | |||||
<script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script> | <script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script> | ||||
<script src="{dede:global.cfg_cmsurl/}/static/web/js/bootstrap.bundle.min.js"></script> | <script src="{dede:global.cfg_cmsurl/}/static/web/js/bootstrap.bundle.min.js"></script> | ||||
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css"> | ||||
@@ -20,12 +18,9 @@ | |||||
<script>hljs.initHighlightingOnLoad();</script> | <script>hljs.initHighlightingOnLoad();</script> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -37,7 +32,6 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container"> | <main class="container"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-md-8 article-main"> | <div class="col-md-8 article-main"> | ||||
@@ -48,14 +42,11 @@ | |||||
<small>作者:</small>{dede:field.writer/} | <small>作者:</small>{dede:field.writer/} | ||||
<small>点击:</small><span id="_count">...</span>次 | <small>点击:</small><span id="_count">...</span>次 | ||||
</div> | </div> | ||||
<div> | <div> | ||||
<div class="alert alert-warning mt-2" role="alert"> | <div class="alert alert-warning mt-2" role="alert"> | ||||
您会看到这个提示,那是因为您的系统无法识别某栏目的模型信息,或者您新建模型后,没为这个模型设计单独的模板不同模型的文档浏览页的模板为:article_模型名字标识.htm | 您会看到这个提示,那是因为您的系统无法识别某栏目的模型信息,或者您新建模型后,没为这个模型设计单独的模板不同模型的文档浏览页的模板为:article_模型名字标识.htm | ||||
如“article_article.htm”,更多的信息您可以在频道模型管理的地方查看 | 如“article_article.htm”,更多的信息您可以在频道模型管理的地方查看 | ||||
</div> | </div> | ||||
{dede:fieldlist} | {dede:fieldlist} | ||||
<table width="100%" border="0" cellpadding="1" cellspacing="1" bgcolor="#BED1AB" class="table"> | <table width="100%" border="0" cellpadding="1" cellspacing="1" bgcolor="#BED1AB" class="table"> | ||||
<tr> | <tr> | ||||
@@ -64,24 +55,19 @@ | |||||
<br> | <br> | ||||
模板调用标记: | 模板调用标记: | ||||
<br> | <br> | ||||
<script | |||||
language='javascript'>document.write("{" + "dede:field.[field:tagname/] /" + "}");</script> | |||||
<script language='javascript'>document.write("{" + "dede:field.[field:tagname/] /" + "}");</script> | |||||
</td> | </td> | ||||
<td width="77%" bgcolor="#FFFFFF"> [field:value/] </td> | <td width="77%" bgcolor="#FFFFFF"> [field:value/] </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
{/dede:fieldlist} | {/dede:fieldlist} | ||||
</div> | </div> | ||||
<div class="body py-2"> | <div class="body py-2"> | ||||
{dede:field.body/} (责任编辑:{dede:adminname/}) | {dede:field.body/} (责任编辑:{dede:adminname/}) | ||||
</div> | </div> | ||||
<!-- /.body --> | <!-- /.body --> | ||||
<div class="clearfix"></div> | <div class="clearfix"></div> | ||||
{dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} | {dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-md-4 prenext pt-2"> | <div class="col-md-4 prenext pt-2"> | ||||
<div class="pagination-previous">{dede:prenext get='pre'/}</div> | <div class="pagination-previous">{dede:prenext get='pre'/}</div> | ||||
@@ -90,46 +76,29 @@ | |||||
<div class="col-md-8"> | <div class="col-md-8"> | ||||
<div class="row actbox"> | <div class="row actbox"> | ||||
<ul> | <ul> | ||||
<li><i class="fa fa-star-o" aria-hidden="true"></i> <a | |||||
href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}" | |||||
target="_blank">收藏</a></li> | |||||
<li><i class="fa fa-bug" aria-hidden="true"></i> <a | |||||
href="javascript:ErrorAddSave({dede:field.id/}, '{dede:field.title/}');">挑错</a> | |||||
<li><i class="fa fa-star-o" aria-hidden="true"></i> <a href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}" target="_blank">收藏</a></li> | |||||
<li><i class="fa fa-bug" aria-hidden="true"></i> <a href="javascript:ErrorAddSave({dede:field.id/}, '{dede:field.title/}');">挑错</a> | |||||
</li> | </li> | ||||
<li><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <a | |||||
href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}" | |||||
target="_blank">推荐</a></li> | |||||
<li><i class="fa fa-print" aria-hidden="true"></i> <a href="#" | |||||
onClick="window.print();">打印</a></li> | |||||
<li><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <a href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}" target="_blank">推荐</a></li> | |||||
<li><i class="fa fa-print" aria-hidden="true"></i> <a href="#" onClick="window.print();">打印</a></li> | |||||
</ul> | </ul> | ||||
</div><!-- /actbox --> | </div><!-- /actbox --> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
{dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} | {dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} | ||||
</div> | </div> | ||||
<!-- /.article-main --> | <!-- /.article-main --> | ||||
<aside class="col-md-4 article-sidebar"> | <aside class="col-md-4 article-sidebar"> | ||||
{dede:include comment='推荐内容' filename="widget_recommend.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot.htm"/} | {dede:include comment='热点内容' filename="widget_hot.htm"/} | ||||
{dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | {dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | ||||
</aside> | </aside> | ||||
<!-- /.article-sidebar --> | <!-- /.article-sidebar --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
<script> | <script> | ||||
//页面加载触发 | //页面加载触发 | ||||
$(document).ready(function () { | $(document).ready(function () { | ||||
//获取文档点击数统计 | //获取文档点击数统计 | ||||
@@ -140,5 +109,4 @@ | |||||
}); | }); | ||||
</script> | </script> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -3,9 +3,7 @@ | |||||
<head> | <head> | ||||
<meta charset="{dede:global.cfg_soft_lang/}"> | <meta charset="{dede:global.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, shrink-to-fit=no"> | ||||
<script> | |||||
const PHPURL = '{dede:field name="phpurl"/}'; | |||||
</script> | |||||
<script>const PHPURL = '{dede:field name="phpurl"/}';</script> | |||||
<script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script> | <script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script> | ||||
<script src="{dede:global.cfg_cmsurl/}/static/web/js/bootstrap.bundle.min.js"></script> | <script src="{dede:global.cfg_cmsurl/}/static/web/js/bootstrap.bundle.min.js"></script> | ||||
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css"> | ||||
@@ -38,14 +36,11 @@ | |||||
gtimer = setTimeout("dPlayNext()", 10000); | gtimer = setTimeout("dPlayNext()", 10000); | ||||
} | } | ||||
} | } | ||||
//上一张 | //上一张 | ||||
function dPlayPre() { | function dPlayPre() { | ||||
if (npage < 2) { | if (npage < 2) { | ||||
ShowMsg("这是第一页"); | ShowMsg("这是第一页"); | ||||
} | |||||
else { | |||||
} else { | |||||
if (npage == 2) { | if (npage == 2) { | ||||
if (namehand != '') location.href = namehand + shortname; | if (namehand != '') location.href = namehand + shortname; | ||||
else location.href = "view.php?aid={dede:field name='id'/}"; | else location.href = "view.php?aid={dede:field name='id'/}"; | ||||
@@ -56,7 +51,6 @@ | |||||
} | } | ||||
} | } | ||||
} | } | ||||
//下一张 | //下一张 | ||||
function dPlayNext() { | function dPlayNext() { | ||||
if (npage == totalpage) { ShowMsg("没有了哦"); } | if (npage == totalpage) { ShowMsg("没有了哦"); } | ||||
@@ -68,12 +62,9 @@ | |||||
</script> | </script> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -85,7 +76,6 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container"> | <main class="container"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-md-8 article-main"> | <div class="col-md-8 article-main"> | ||||
@@ -96,9 +86,7 @@ | |||||
<small>作者:</small>{dede:field.writer/} | <small>作者:</small>{dede:field.writer/} | ||||
<small>点击:</small><span id="_count">...</span>次 | <small>点击:</small><span id="_count">...</span>次 | ||||
</div> | </div> | ||||
<div class="picbox"> | <div class="picbox"> | ||||
{dede:field name='pagestyle' alt='根据不同的页面风格输出不同的头信息' runphp='yes'} | {dede:field name='pagestyle' alt='根据不同的页面风格输出不同的头信息' runphp='yes'} | ||||
if(@me==3) { | if(@me==3) { | ||||
@me = '<ul class="e8">'; | @me = '<ul class="e8">'; | ||||
@@ -112,26 +100,21 @@ | |||||
<a href='javascript:dStopPlay();' class='btn btn-success'>自动 / 暂停播放</a>\r\n | <a href='javascript:dStopPlay();' class='btn btn-success'>自动 / 暂停播放</a>\r\n | ||||
</div> | </div> | ||||
"; | "; | ||||
} | |||||
else { | |||||
} else { | |||||
@me = ''; | @me = ''; | ||||
} | } | ||||
{/dede:field} | {/dede:field} | ||||
<!-- 如果使用的是多页单图模式(幻灯),把href里的链接改为 javascript:dPlayNext(); 表示点击看下一页 --> | <!-- 如果使用的是多页单图模式(幻灯),把href里的链接改为 javascript:dPlayNext(); 表示点击看下一页 --> | ||||
{dede:field name='imgurls' alt='图片输出区'} | {dede:field name='imgurls' alt='图片输出区'} | ||||
[field:pagestyle runphp='yes'] @me= (@me==3 ? '<li>' : '');[/field:pagestyle] | [field:pagestyle runphp='yes'] @me= (@me==3 ? '<li>' : '');[/field:pagestyle] | ||||
<a href='[field:linkurl/]' [field:pagestyle runphp='yes' ] @me=(@me==3 ? 'class="pic"' : '' | |||||
); [/field:pagestyle]> | |||||
<img src='[field:imgsrc/]' id='bigimg' [field:imgwidth /] alt='[field:alttext /]' | |||||
border='0' /> | |||||
<a href='[field:linkurl/]' [field:pagestyle runphp='yes' ] @me=(@me==3 ? 'class="pic"' : ''); [/field:pagestyle]> | |||||
<img src='[field:imgsrc/]' id='bigimg' [field:imgwidth /] alt='[field:alttext /]'> | |||||
</a> | </a> | ||||
<a href='[field:linkurl/]' [field:pagestyle runphp='yes' ]@me=(@me==3 ? 'class="title"' : '' | |||||
);[/field:pagestyle]> | |||||
<a href='[field:linkurl/]' [field:pagestyle runphp='yes' ]@me=(@me==3 ? 'class="title"' : '');[/field:pagestyle]> | |||||
[field:title /] | [field:title /] | ||||
</a> | </a> | ||||
[field:pagestyle runphp='yes'] @me = (@me==3 ? '</li>' : ''); [/field:pagestyle] | [field:pagestyle runphp='yes'] @me = (@me==3 ? '</li>' : ''); [/field:pagestyle] | ||||
{/dede:field} | {/dede:field} | ||||
{dede:field name='pagestyle' alt='根据不同的风格输出不同的结尾信息' runphp='yes'} | {dede:field name='pagestyle' alt='根据不同的风格输出不同的结尾信息' runphp='yes'} | ||||
if(@me==3) { | if(@me==3) { | ||||
@me = '</ul>'; | @me = '</ul>'; | ||||
@@ -139,22 +122,17 @@ | |||||
else if(@me==2) { | else if(@me==2) { | ||||
@me = " | @me = " | ||||
<script language='javascript'>dStartPlay();</script>\r\n"; | <script language='javascript'>dStartPlay();</script>\r\n"; | ||||
} | |||||
else { | |||||
} else { | |||||
@me = ''; | @me = ''; | ||||
} | } | ||||
{/dede:field} | {/dede:field} | ||||
</div> | </div> | ||||
<div class="body py-2"> | <div class="body py-2"> | ||||
{dede:field.body/} (责任编辑:{dede:adminname/}) | {dede:field.body/} (责任编辑:{dede:adminname/}) | ||||
</div> | </div> | ||||
<!-- /.body --> | <!-- /.body --> | ||||
<div class="clearfix"></div> | <div class="clearfix"></div> | ||||
{dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} | {dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-md-4 prenext pt-2"> | <div class="col-md-4 prenext pt-2"> | ||||
<div class="pagination-previous">{dede:prenext get='pre'/}</div> | <div class="pagination-previous">{dede:prenext get='pre'/}</div> | ||||
@@ -163,46 +141,29 @@ | |||||
<div class="col-md-8"> | <div class="col-md-8"> | ||||
<div class="row actbox"> | <div class="row actbox"> | ||||
<ul> | <ul> | ||||
<li><i class="fa fa-star-o" aria-hidden="true"></i> <a | |||||
href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}" | |||||
target="_blank">收藏</a></li> | |||||
<li><i class="fa fa-bug" aria-hidden="true"></i> <a | |||||
href="javascript:ErrorAddSave({dede:field.id/}, '{dede:field.title/}');">挑错</a> | |||||
<li><i class="fa fa-star-o" aria-hidden="true"></i> <a href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}" target="_blank">收藏</a></li> | |||||
<li><i class="fa fa-bug" aria-hidden="true"></i> <a href="javascript:ErrorAddSave({dede:field.id/}, '{dede:field.title/}');">挑错</a> | |||||
</li> | </li> | ||||
<li><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <a | |||||
href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}" | |||||
target="_blank">推荐</a></li> | |||||
<li><i class="fa fa-print" aria-hidden="true"></i> <a href="#" | |||||
onClick="window.print();">打印</a></li> | |||||
<li><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <a href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}" target="_blank">推荐</a></li> | |||||
<li><i class="fa fa-print" aria-hidden="true"></i> <a href="#" onClick="window.print();">打印</a></li> | |||||
</ul> | </ul> | ||||
</div><!-- /actbox --> | </div><!-- /actbox --> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
{dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} | {dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} | ||||
</div> | </div> | ||||
<!-- /.article-main --> | <!-- /.article-main --> | ||||
<aside class="col-md-4 article-sidebar"> | <aside class="col-md-4 article-sidebar"> | ||||
{dede:include comment='推荐内容' filename="widget_recommend.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot.htm"/} | {dede:include comment='热点内容' filename="widget_hot.htm"/} | ||||
{dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | {dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | ||||
</aside> | </aside> | ||||
<!-- /.article-sidebar --> | <!-- /.article-sidebar --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
<script> | <script> | ||||
//页面加载触发 | //页面加载触发 | ||||
$(document).ready(function () { | $(document).ready(function () { | ||||
//获取文档点击数统计 | //获取文档点击数统计 | ||||
@@ -213,5 +174,4 @@ | |||||
}); | }); | ||||
</script> | </script> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -3,9 +3,7 @@ | |||||
<head> | <head> | ||||
<meta charset="{dede:global.cfg_soft_lang/}"> | <meta charset="{dede:global.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, shrink-to-fit=no"> | ||||
<script> | |||||
const PHPURL='{dede:field name="phpurl"/}'; | |||||
</script> | |||||
<script>const PHPURL = '{dede:field name="phpurl"/}';</script> | |||||
<script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script> | <script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script> | ||||
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css"> | <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/font/css/font-awesome.min.css"> | ||||
@@ -16,12 +14,9 @@ | |||||
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | <meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -33,7 +28,6 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container"> | <main class="container"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-md-8 article-main"> | <div class="col-md-8 article-main"> | ||||
@@ -55,11 +49,8 @@ | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<!-- /.body --> | <!-- /.body --> | ||||
<div class="clearfix"></div> | <div class="clearfix"></div> | ||||
{dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} | {dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-md-4 prenext pt-2"> | <div class="col-md-4 prenext pt-2"> | ||||
<div class="pagination-previous">{dede:prenext get='pre'/}</div> | <div class="pagination-previous">{dede:prenext get='pre'/}</div> | ||||
@@ -68,42 +59,27 @@ | |||||
<div class="col-md-8"> | <div class="col-md-8"> | ||||
<div class="row actbox"> | <div class="row actbox"> | ||||
<ul> | <ul> | ||||
<li><i class="fa fa-star-o" aria-hidden="true"></i> <a | |||||
href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}" | |||||
target="_blank">收藏</a></li> | |||||
<li><i class="fa fa-bug" aria-hidden="true"></i> <a | |||||
href="javascript:ErrorAddSave({dede:field.id/}, '{dede:field.title/}');">挑错</a> | |||||
<li><i class="fa fa-star-o" aria-hidden="true"></i> <a href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}" target="_blank">收藏</a></li> | |||||
<li><i class="fa fa-bug" aria-hidden="true"></i> <a href="javascript:ErrorAddSave({dede:field.id/}, '{dede:field.title/}');">挑错</a> | |||||
</li> | </li> | ||||
<li><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <a | |||||
href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}" | |||||
target="_blank">推荐</a></li> | |||||
<li><i class="fa fa-print" aria-hidden="true"></i> <a href="#" | |||||
onClick="window.print();">打印</a></li> | |||||
<li><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <a href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}" target="_blank">推荐</a></li> | |||||
<li><i class="fa fa-print" aria-hidden="true"></i> <a href="#" onClick="window.print();">打印</a></li> | |||||
</ul> | </ul> | ||||
</div><!-- /actbox --> | </div><!-- /actbox --> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
{dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} | {dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} | ||||
</div> | </div> | ||||
<!-- /.article-main --> | <!-- /.article-main --> | ||||
<aside class="col-md-4 article-sidebar"> | <aside class="col-md-4 article-sidebar"> | ||||
{dede:include comment='推荐内容' filename="widget_recommend_sg.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend_sg.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot_sg.htm"/} | {dede:include comment='热点内容' filename="widget_hot_sg.htm"/} | ||||
{dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | {dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | ||||
</aside> | </aside> | ||||
<!-- /.article-sidebar --> | <!-- /.article-sidebar --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
<script> | <script> | ||||
//页面加载触发 | //页面加载触发 | ||||
@@ -116,5 +92,4 @@ | |||||
}); | }); | ||||
</script> | </script> | ||||
</body> | </body> | ||||
</html> | |||||
</html> |
@@ -3,9 +3,7 @@ | |||||
<head> | <head> | ||||
<meta charset="{dede:global.cfg_soft_lang/}"> | <meta charset="{dede:global.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, shrink-to-fit=no"> | ||||
<script> | |||||
const PHPURL='{dede:field name="phpurl"/}'; | |||||
</script> | |||||
<script>const PHPURL = '{dede:field name="phpurl"/}';</script> | |||||
<script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script> | <script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script> | ||||
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css"> | <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/font/css/font-awesome.min.css"> | ||||
@@ -16,12 +14,9 @@ | |||||
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | <meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -33,7 +28,6 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container"> | <main class="container"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-md-8 article-main"> | <div class="col-md-8 article-main"> | ||||
@@ -59,11 +53,8 @@ | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<!-- /.body --> | <!-- /.body --> | ||||
<div class="clearfix"></div> | <div class="clearfix"></div> | ||||
{dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} | {dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-md-4 prenext pt-2"> | <div class="col-md-4 prenext pt-2"> | ||||
<div class="pagination-previous">{dede:prenext get='pre'/}</div> | <div class="pagination-previous">{dede:prenext get='pre'/}</div> | ||||
@@ -72,46 +63,29 @@ | |||||
<div class="col-md-8"> | <div class="col-md-8"> | ||||
<div class="row actbox"> | <div class="row actbox"> | ||||
<ul> | <ul> | ||||
<li><i class="fa fa-star-o" aria-hidden="true"></i> <a | |||||
href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}" | |||||
target="_blank">收藏</a></li> | |||||
<li><i class="fa fa-bug" aria-hidden="true"></i> <a | |||||
href="javascript:ErrorAddSave({dede:field.id/}, '{dede:field.title/}');">挑错</a> | |||||
<li><i class="fa fa-star-o" aria-hidden="true"></i> <a href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}" target="_blank">收藏</a></li> | |||||
<li><i class="fa fa-bug" aria-hidden="true"></i> <a href="javascript:ErrorAddSave({dede:field.id/}, '{dede:field.title/}');">挑错</a> | |||||
</li> | </li> | ||||
<li><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <a | |||||
href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}" | |||||
target="_blank">推荐</a></li> | |||||
<li><i class="fa fa-print" aria-hidden="true"></i> <a href="#" | |||||
onClick="window.print();">打印</a></li> | |||||
<li><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <a href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}" target="_blank">推荐</a></li> | |||||
<li><i class="fa fa-print" aria-hidden="true"></i> <a href="#" onClick="window.print();">打印</a></li> | |||||
</ul> | </ul> | ||||
</div><!-- /actbox --> | </div><!-- /actbox --> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
{dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} | {dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} | ||||
</div> | </div> | ||||
<!-- /.article-main --> | <!-- /.article-main --> | ||||
<aside class="col-md-4 article-sidebar"> | <aside class="col-md-4 article-sidebar"> | ||||
{dede:include comment='推荐内容' filename="widget_recommend.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot.htm"/} | {dede:include comment='热点内容' filename="widget_hot.htm"/} | ||||
{dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | {dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | ||||
</aside> | </aside> | ||||
<!-- /.article-sidebar --> | <!-- /.article-sidebar --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
<script> | <script> | ||||
//页面加载触发 | //页面加载触发 | ||||
$(document).ready(function () { | $(document).ready(function () { | ||||
//获取文档点击数统计 | //获取文档点击数统计 | ||||
@@ -122,5 +96,4 @@ | |||||
}); | }); | ||||
</script> | </script> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -3,9 +3,7 @@ | |||||
<head> | <head> | ||||
<meta charset="{dede:global.cfg_soft_lang/}"> | <meta charset="{dede:global.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, shrink-to-fit=no"> | ||||
<script> | |||||
const PHPURL='{dede:field name="phpurl"/}'; | |||||
</script> | |||||
<script>const PHPURL = '{dede:field name="phpurl"/}';</script> | |||||
<script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script> | <script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script> | ||||
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css"> | <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/font/css/font-awesome.min.css"> | ||||
@@ -16,12 +14,9 @@ | |||||
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | <meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -33,7 +28,6 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container"> | <main class="container"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-md-8 article-main"> | <div class="col-md-8 article-main"> | ||||
@@ -50,8 +44,7 @@ | |||||
<p><small>发布时间:</small><span>{dede:field.pubdate function="GetDateMk('@me')"/}</span></p> | <p><small>发布时间:</small><span>{dede:field.pubdate function="GetDateMk('@me')"/}</span></p> | ||||
<p><small>官方网址:</small><span>{dede:field.officialurl/}</span></p> | <p><small>官方网址:</small><span>{dede:field.officialurl/}</span></p> | ||||
<p><small>演示网址:</small><span>{dede:field.officialdemo/}</span></p> | <p><small>演示网址:</small><span>{dede:field.officialdemo/}</span></p> | ||||
<p><small>下载次数:</small><span><script src="{dede:field.phpurl/}/disdls.php?aid={dede:field.id/}" | |||||
language="javascript"></script></span></p> | |||||
<p><small>下载次数:</small><span><script src="{dede:field.phpurl/}/disdls.php?aid={dede:field.id/}" language="javascript"></script></span></p> | |||||
<p>下载地址</p> | <p>下载地址</p> | ||||
<p> | <p> | ||||
<ul class="downurllist"> | <ul class="downurllist"> | ||||
@@ -64,11 +57,8 @@ | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<!-- /.body --> | <!-- /.body --> | ||||
<div class="clearfix"></div> | <div class="clearfix"></div> | ||||
{dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} | {dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-md-4 prenext pt-2"> | <div class="col-md-4 prenext pt-2"> | ||||
<div class="pagination-previous">{dede:prenext get='pre'/}</div> | <div class="pagination-previous">{dede:prenext get='pre'/}</div> | ||||
@@ -77,42 +67,27 @@ | |||||
<div class="col-md-8"> | <div class="col-md-8"> | ||||
<div class="row actbox"> | <div class="row actbox"> | ||||
<ul> | <ul> | ||||
<li><i class="fa fa-star-o" aria-hidden="true"></i> <a | |||||
href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}" | |||||
target="_blank">收藏</a></li> | |||||
<li><i class="fa fa-bug" aria-hidden="true"></i> <a | |||||
href="javascript:ErrorAddSave({dede:field.id/}, '{dede:field.title/}');">挑错</a> | |||||
<li><i class="fa fa-star-o" aria-hidden="true"></i> <a href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}" target="_blank">收藏</a></li> | |||||
<li><i class="fa fa-bug" aria-hidden="true"></i> <a href="javascript:ErrorAddSave({dede:field.id/}, '{dede:field.title/}');">挑错</a> | |||||
</li> | </li> | ||||
<li><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <a | |||||
href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}" | |||||
target="_blank">推荐</a></li> | |||||
<li><i class="fa fa-print" aria-hidden="true"></i> <a href="#" | |||||
onClick="window.print();">打印</a></li> | |||||
<li><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <a href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}" target="_blank">推荐</a></li> | |||||
<li><i class="fa fa-print" aria-hidden="true"></i> <a href="#" onClick="window.print();">打印</a></li> | |||||
</ul> | </ul> | ||||
</div><!-- /actbox --> | </div><!-- /actbox --> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
{dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} | {dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} | ||||
</div> | </div> | ||||
<!-- /.article-main --> | <!-- /.article-main --> | ||||
<aside class="col-md-4 article-sidebar"> | <aside class="col-md-4 article-sidebar"> | ||||
{dede:include comment='推荐内容' filename="widget_recommend.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot.htm"/} | {dede:include comment='热点内容' filename="widget_hot.htm"/} | ||||
{dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | {dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | ||||
</aside> | </aside> | ||||
<!-- /.article-sidebar --> | <!-- /.article-sidebar --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
<script> | <script> | ||||
//页面加载触发 | //页面加载触发 | ||||
@@ -125,5 +100,4 @@ | |||||
}); | }); | ||||
</script> | </script> | ||||
</body> | </body> | ||||
</html> | |||||
</html> |
@@ -3,9 +3,7 @@ | |||||
<head> | <head> | ||||
<meta charset="{dede:global.cfg_soft_lang/}"> | <meta charset="{dede:global.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, shrink-to-fit=no"> | ||||
<script> | |||||
const PHPURL = '{dede:field name="phpurl"/}'; | |||||
</script> | |||||
<script>const PHPURL = '{dede:field name="phpurl"/}';</script> | |||||
<script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script> | <script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script> | ||||
<script src="{dede:global.cfg_cmsurl/}/static/web/js/bootstrap.bundle.min.js"></script> | <script src="{dede:global.cfg_cmsurl/}/static/web/js/bootstrap.bundle.min.js"></script> | ||||
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css"> | <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css"> | ||||
@@ -17,12 +15,9 @@ | |||||
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | <meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -34,7 +29,6 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container"> | <main class="container"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-md-8 article-main"> | <div class="col-md-8 article-main"> | ||||
@@ -44,38 +38,25 @@ | |||||
<small>来源:</small>{dede:field.source/} | <small>来源:</small>{dede:field.source/} | ||||
<small>作者:</small>{dede:field.writer/} | <small>作者:</small>{dede:field.writer/} | ||||
</div> | </div> | ||||
<div class="speciallist row pt-2"> | <div class="speciallist row pt-2"> | ||||
{dede:field.note/} | {dede:field.note/} | ||||
</div> | </div> | ||||
<div class="body py-2"> | <div class="body py-2"> | ||||
{dede:field.body/} (责任编辑:{dede:adminname/}) | {dede:field.body/} (责任编辑:{dede:adminname/}) | ||||
</div> | </div> | ||||
<!-- /.body --> | <!-- /.body --> | ||||
<div class="clearfix"></div> | <div class="clearfix"></div> | ||||
</div> | </div> | ||||
<!-- /.article-main --> | <!-- /.article-main --> | ||||
<aside class="col-md-4 article-sidebar"> | <aside class="col-md-4 article-sidebar"> | ||||
{dede:include comment='推荐内容' filename="widget_recommend.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot.htm"/} | {dede:include comment='热点内容' filename="widget_hot.htm"/} | ||||
{dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | {dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | ||||
</aside> | </aside> | ||||
<!-- /.article-sidebar --> | <!-- /.article-sidebar --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -14,12 +14,9 @@ | |||||
<meta name="description" content="{dede:global.cfg_description/}"> | <meta name="description" content="{dede:global.cfg_description/}"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<main class="container mt-3"> | <main class="container mt-3"> | ||||
<div class="index-main"> | <div class="index-main"> | ||||
<div class="col-12"> | <div class="col-12"> | ||||
@@ -28,16 +25,13 @@ | |||||
<div id="carouselIndex" class="carousel slide" data-ride="carousel"> | <div id="carouselIndex" class="carousel slide" data-ride="carousel"> | ||||
<ol class="carousel-indicators"> | <ol class="carousel-indicators"> | ||||
{dede:arclist channelid=1 flag='f' row=6} | {dede:arclist channelid=1 flag='f' row=6} | ||||
<li data-target="#carouselIndex" | |||||
data-slide-to="[field:global.autoindex function='trim(IndexSub(@me,1))'/]" | |||||
class="[field:global.autoindex function='IndexActive(@me)'/]"></li> | |||||
<li data-target="#carouselIndex" data-slide-to="[field:global.autoindex function='trim(IndexSub(@me,1))'/]" class="[field:global.autoindex function='IndexActive(@me)'/]"></li> | |||||
{/dede:arclist} | {/dede:arclist} | ||||
</ol> | </ol> | ||||
<div class="carousel-inner"> | <div class="carousel-inner"> | ||||
{dede:arclist channelid=1 flag='f' row=6} | {dede:arclist channelid=1 flag='f' row=6} | ||||
<div class="carousel-item[field:global.autoindex function='IndexActive(@me)'/]"> | <div class="carousel-item[field:global.autoindex function='IndexActive(@me)'/]"> | ||||
<a href="[field:arcurl/]" title="[field:fulltitle/]"><img src="[field:litpic/]" | |||||
class="mr-3" alt="[field:fulltitle/]"></a> | |||||
<a href="[field:arcurl/]" title="[field:fulltitle/]"><img src="[field:litpic/]" class="mr-3" alt="[field:fulltitle/]"></a> | |||||
</div> | </div> | ||||
{/dede:arclist} | {/dede:arclist} | ||||
</div> | </div> | ||||
@@ -61,8 +55,7 @@ | |||||
</div> | </div> | ||||
<ul class="list-group list-group-flush"> | <ul class="list-group list-group-flush"> | ||||
{dede:arclist flag='h' titlelen='100' row='7' orderby='pubdate'} | {dede:arclist flag='h' titlelen='100' row='7' orderby='pubdate'} | ||||
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]" | |||||
href="[field:arcurl/]">[field:title/]</a> | |||||
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]" href="[field:arcurl/]">[field:title/]</a> | |||||
</li> | </li> | ||||
{/dede:arclist} | {/dede:arclist} | ||||
</ul> | </ul> | ||||
@@ -96,18 +89,15 @@ | |||||
</div> | </div> | ||||
{/dede:arclist} | {/dede:arclist} | ||||
</div> | </div> | ||||
</div> | </div> | ||||
</div><!-- /.spec --> | </div><!-- /.spec --> | ||||
<div class="row"> | <div class="row"> | ||||
{dede:channelartlist} | {dede:channelartlist} | ||||
<div class="col-md-6 mt-3"> | <div class="col-md-6 mt-3"> | ||||
<div class="card ddcard-normal"> | <div class="card ddcard-normal"> | ||||
<div class="card-header"> | <div class="card-header"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-6 caption"><span><a href="{dede:field name='typeurl'/}">{dede:field | |||||
name='typename'/}</a></span></div> | |||||
<div class="col-6 caption"><span><a href="{dede:field name='typeurl'/}">{dede:field name='typename'/}</a></span></div> | |||||
<div class="col-6 d-flex justify-content-end more"> | <div class="col-6 d-flex justify-content-end more"> | ||||
<a href="{dede:field name='typeurl'/}">更多</a> | <a href="{dede:field name='typeurl'/}">更多</a> | ||||
</div> | </div> | ||||
@@ -115,8 +105,7 @@ | |||||
</div> | </div> | ||||
<ul class="list-group list-group-flush"> | <ul class="list-group list-group-flush"> | ||||
{dede:arclist titlelen='60' row='8'} | {dede:arclist titlelen='60' row='8'} | ||||
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]" | |||||
href="[field:arcurl/]">[field:title/]</a> | |||||
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]" href="[field:arcurl/]">[field:title/]</a> | |||||
</li> | </li> | ||||
{/dede:arclist} | {/dede:arclist} | ||||
</ul> | </ul> | ||||
@@ -124,29 +113,21 @@ | |||||
</div> | </div> | ||||
{/dede:channelartlist} | {/dede:channelartlist} | ||||
</div> | </div> | ||||
</div><!-- /.index-left --> | </div><!-- /.index-left --> | ||||
<aside class="col-12 col-lg-3"> | <aside class="col-12 col-lg-3"> | ||||
{dede:include comment='推荐内容' filename="widget_recommend.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot.htm"/} | {dede:include comment='热点内容' filename="widget_hot.htm"/} | ||||
{dede:include comment='投票' filename="widget_vote.htm"/} | {dede:include comment='投票' filename="widget_vote.htm"/} | ||||
{dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | {dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | ||||
</aside><!-- /aside --> | </aside><!-- /aside --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
<div class="container-fluid flink mt-3"> | <div class="container-fluid flink mt-3"> | ||||
<div class="container py-3"> | <div class="container py-3"> | ||||
友情连接:{dede:flink row='24'/} | 友情连接:{dede:flink row='24'/} | ||||
</div> | </div> | ||||
</div> | </div> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -14,12 +14,9 @@ | |||||
<meta name="description" content="{dede:global.cfg_description/}"> | <meta name="description" content="{dede:global.cfg_description/}"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -31,7 +28,6 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container"> | <main class="container"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-12 col-lg-9 index-left"> | <div class="col-12 col-lg-9 index-left"> | ||||
@@ -49,9 +45,7 @@ | |||||
</div> | </div> | ||||
<ul class="list-group list-group-flush"> | <ul class="list-group list-group-flush"> | ||||
{dede:arclist titlelen='60' row='8'} | {dede:arclist titlelen='60' row='8'} | ||||
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a | |||||
title="[field:fulltitle/]" | |||||
href="[field:arcurl/]">[field:title/]</a> | |||||
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]" href="[field:arcurl/]">[field:title/]</a> | |||||
</li> | </li> | ||||
{/dede:arclist} | {/dede:arclist} | ||||
</ul> | </ul> | ||||
@@ -59,22 +53,15 @@ | |||||
</div> | </div> | ||||
{/dede:channelartlist} | {/dede:channelartlist} | ||||
</div> | </div> | ||||
</div><!-- /.index-left --> | </div><!-- /.index-left --> | ||||
<aside class="col-12 col-lg-3"> | <aside class="col-12 col-lg-3"> | ||||
{dede:include comment='推荐内容' filename="widget_recommend.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot.htm"/} | {dede:include comment='热点内容' filename="widget_hot.htm"/} | ||||
{dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | {dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | ||||
</aside><!-- /aside --> | </aside><!-- /aside --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
</body> | </body> | ||||
</html> | |||||
</html> |
@@ -14,12 +14,9 @@ | |||||
<meta name="description" content="{dede:global.cfg_description/}"> | <meta name="description" content="{dede:global.cfg_description/}"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -31,9 +28,7 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container"> | <main class="container"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-12 col-lg-9 index-left"> | <div class="col-12 col-lg-9 index-left"> | ||||
<div class="row"> | <div class="row"> | ||||
@@ -50,9 +45,7 @@ | |||||
</div> | </div> | ||||
<ul class="list-group list-group-flush"> | <ul class="list-group list-group-flush"> | ||||
{dede:arclist titlelen='60' row='8'} | {dede:arclist titlelen='60' row='8'} | ||||
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a | |||||
title="[field:fulltitle/]" | |||||
href="[field:arcurl/]">[field:title/]</a> | |||||
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]" href="[field:arcurl/]">[field:title/]</a> | |||||
</li> | </li> | ||||
{/dede:arclist} | {/dede:arclist} | ||||
</ul> | </ul> | ||||
@@ -60,22 +53,15 @@ | |||||
</div> | </div> | ||||
{/dede:channelartlist} | {/dede:channelartlist} | ||||
</div> | </div> | ||||
</div><!-- /.index-left --> | </div><!-- /.index-left --> | ||||
<aside class="col-12 col-lg-3"> | <aside class="col-12 col-lg-3"> | ||||
{dede:include comment='推荐内容' filename="widget_recommend.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot.htm"/} | {dede:include comment='热点内容' filename="widget_hot.htm"/} | ||||
{dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | {dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | ||||
</aside><!-- /aside --> | </aside><!-- /aside --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
</body> | </body> | ||||
</html> | |||||
</html> |
@@ -14,12 +14,9 @@ | |||||
<meta name="description" content="{dede:global.cfg_description/}"> | <meta name="description" content="{dede:global.cfg_description/}"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -31,7 +28,6 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container"> | <main class="container"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-12 col-lg-9 index-left"> | <div class="col-12 col-lg-9 index-left"> | ||||
@@ -41,8 +37,7 @@ | |||||
<div class="card ddcard-normal"> | <div class="card ddcard-normal"> | ||||
<div class="card-header"> | <div class="card-header"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-6 caption"><span><a href="{dede:field name='typeurl'/}">{dede:field | |||||
name='typename'/}</a></span></div> | |||||
<div class="col-6 caption"><span><a href="{dede:field name='typeurl'/}">{dede:field name='typename'/}</a></span></div> | |||||
<div class="col-6 d-flex justify-content-end more"> | <div class="col-6 d-flex justify-content-end more"> | ||||
<a href="{dede:field name='typeurl'/}">更多</a> | <a href="{dede:field name='typeurl'/}">更多</a> | ||||
</div> | </div> | ||||
@@ -50,8 +45,7 @@ | |||||
</div> | </div> | ||||
<ul class="list-group list-group-flush"> | <ul class="list-group list-group-flush"> | ||||
{dede:arclistsg titlelen='60' row='8'} | {dede:arclistsg titlelen='60' row='8'} | ||||
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]" | |||||
href="[field:arcurl/]">[field:title/]</a> | |||||
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]" href="[field:arcurl/]">[field:title/]</a> | |||||
</li> | </li> | ||||
{/dede:arclistsg} | {/dede:arclistsg} | ||||
</ul> | </ul> | ||||
@@ -59,21 +53,15 @@ | |||||
</div> | </div> | ||||
{/dede:channelartlist} | {/dede:channelartlist} | ||||
</div> | </div> | ||||
</div><!-- /.index-left --> | </div><!-- /.index-left --> | ||||
<aside class="col-12 col-lg-3"> | <aside class="col-12 col-lg-3"> | ||||
{dede:include comment='推荐内容' filename="widget_recommend_sg.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend_sg.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot_sg.htm"/} | {dede:include comment='热点内容' filename="widget_hot_sg.htm"/} | ||||
{dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | {dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | ||||
</aside><!-- /aside --> | </aside><!-- /aside --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -14,12 +14,9 @@ | |||||
<meta name="description" content="{dede:global.cfg_description/}"> | <meta name="description" content="{dede:global.cfg_description/}"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -31,7 +28,6 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container"> | <main class="container"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-12 col-lg-9 index-left"> | <div class="col-12 col-lg-9 index-left"> | ||||
@@ -41,8 +37,7 @@ | |||||
<div class="card ddcard-normal"> | <div class="card ddcard-normal"> | ||||
<div class="card-header"> | <div class="card-header"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-6 caption"><span><a href="{dede:field name='typeurl'/}">{dede:field | |||||
name='typename'/}</a></span></div> | |||||
<div class="col-6 caption"><span><a href="{dede:field name='typeurl'/}">{dede:field name='typename'/}</a></span></div> | |||||
<div class="col-6 d-flex justify-content-end more"> | <div class="col-6 d-flex justify-content-end more"> | ||||
<a href="{dede:field name='typeurl'/}">更多</a> | <a href="{dede:field name='typeurl'/}">更多</a> | ||||
</div> | </div> | ||||
@@ -66,21 +61,15 @@ | |||||
</div> | </div> | ||||
{/dede:channelartlist} | {/dede:channelartlist} | ||||
</div> | </div> | ||||
</div><!-- /.index-left --> | </div><!-- /.index-left --> | ||||
<aside class="col-12 col-lg-3"> | <aside class="col-12 col-lg-3"> | ||||
{dede:include comment='推荐内容' filename="widget_recommend.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot.htm"/} | {dede:include comment='热点内容' filename="widget_hot.htm"/} | ||||
{dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | {dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | ||||
</aside><!-- /aside --> | </aside><!-- /aside --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -14,12 +14,9 @@ | |||||
<meta name="description" content="{dede:global.cfg_description/}"> | <meta name="description" content="{dede:global.cfg_description/}"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -31,7 +28,6 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container"> | <main class="container"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-12 col-lg-9 index-left"> | <div class="col-12 col-lg-9 index-left"> | ||||
@@ -49,9 +45,7 @@ | |||||
</div> | </div> | ||||
<ul class="list-group list-group-flush"> | <ul class="list-group list-group-flush"> | ||||
{dede:arclistsg titlelen='60' row='8'} | {dede:arclistsg titlelen='60' row='8'} | ||||
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a | |||||
title="[field:fulltitle/]" | |||||
href="[field:arcurl/]">[field:title/]</a> | |||||
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]" href="[field:arcurl/]">[field:title/]</a> | |||||
</li> | </li> | ||||
{/dede:arclistsg} | {/dede:arclistsg} | ||||
</ul> | </ul> | ||||
@@ -59,22 +53,15 @@ | |||||
</div> | </div> | ||||
{/dede:channelartlist} | {/dede:channelartlist} | ||||
</div> | </div> | ||||
</div><!-- /.index-left --> | </div><!-- /.index-left --> | ||||
<aside class="col-12 col-lg-3"> | <aside class="col-12 col-lg-3"> | ||||
{dede:include comment='推荐内容' filename="widget_recommend_sg.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend_sg.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot_sg.htm"/} | {dede:include comment='热点内容' filename="widget_hot_sg.htm"/} | ||||
{dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | {dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | ||||
</aside><!-- /aside --> | </aside><!-- /aside --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
</body> | </body> | ||||
</html> | |||||
</html> |
@@ -14,12 +14,9 @@ | |||||
<meta name="description" content="{dede:global.cfg_description/}"> | <meta name="description" content="{dede:global.cfg_description/}"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -31,7 +28,6 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container"> | <main class="container"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-12 col-lg-9 index-left"> | <div class="col-12 col-lg-9 index-left"> | ||||
@@ -41,8 +37,7 @@ | |||||
<div class="card ddcard-normal"> | <div class="card ddcard-normal"> | ||||
<div class="card-header"> | <div class="card-header"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-6 caption"><span><a href="{dede:field name='typeurl'/}">{dede:field | |||||
name='typename'/}</a></span></div> | |||||
<div class="col-6 caption"><span><a href="{dede:field name='typeurl'/}">{dede:field name='typename'/}</a></span></div> | |||||
<div class="col-6 d-flex justify-content-end more"> | <div class="col-6 d-flex justify-content-end more"> | ||||
<a href="{dede:field name='typeurl'/}">更多</a> | <a href="{dede:field name='typeurl'/}">更多</a> | ||||
</div> | </div> | ||||
@@ -50,8 +45,7 @@ | |||||
</div> | </div> | ||||
<ul class="list-group list-group-flush"> | <ul class="list-group list-group-flush"> | ||||
{dede:arclist titlelen='60' row='8'} | {dede:arclist titlelen='60' row='8'} | ||||
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]" | |||||
href="[field:arcurl/]">[field:title/]</a> | |||||
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]" href="[field:arcurl/]">[field:title/]</a> | |||||
</li> | </li> | ||||
{/dede:arclist} | {/dede:arclist} | ||||
</ul> | </ul> | ||||
@@ -59,21 +53,15 @@ | |||||
</div> | </div> | ||||
{/dede:channelartlist} | {/dede:channelartlist} | ||||
</div> | </div> | ||||
</div><!-- /.index-left --> | </div><!-- /.index-left --> | ||||
<aside class="col-12 col-lg-3"> | <aside class="col-12 col-lg-3"> | ||||
{dede:include comment='推荐内容' filename="widget_recommend.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot.htm"/} | {dede:include comment='热点内容' filename="widget_hot.htm"/} | ||||
{dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | {dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | ||||
</aside><!-- /aside --> | </aside><!-- /aside --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -14,12 +14,9 @@ | |||||
<meta name="description" content="{dede:global.cfg_description/}"> | <meta name="description" content="{dede:global.cfg_description/}"> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -31,7 +28,6 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container"> | <main class="container"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-12 col-lg-9 index-left"> | <div class="col-12 col-lg-9 index-left"> | ||||
@@ -41,8 +37,7 @@ | |||||
<div class="card ddcard-normal"> | <div class="card ddcard-normal"> | ||||
<div class="card-header"> | <div class="card-header"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-6 caption"><span><a href="{dede:field name='typeurl'/}">{dede:field | |||||
name='typename'/}</a></span></div> | |||||
<div class="col-6 caption"><span><a href="{dede:field name='typeurl'/}">{dede:field name='typename'/}</a></span></div> | |||||
<div class="col-6 d-flex justify-content-end more"> | <div class="col-6 d-flex justify-content-end more"> | ||||
<a href="{dede:field name='typeurl'/}">更多</a> | <a href="{dede:field name='typeurl'/}">更多</a> | ||||
</div> | </div> | ||||
@@ -50,8 +45,7 @@ | |||||
</div> | </div> | ||||
<ul class="list-group list-group-flush"> | <ul class="list-group list-group-flush"> | ||||
{dede:arclist titlelen='60' row='8'} | {dede:arclist titlelen='60' row='8'} | ||||
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]" | |||||
href="[field:arcurl/]">[field:title/]</a> | |||||
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]" href="[field:arcurl/]">[field:title/]</a> | |||||
</li> | </li> | ||||
{/dede:arclist} | {/dede:arclist} | ||||
</ul> | </ul> | ||||
@@ -59,21 +53,15 @@ | |||||
</div> | </div> | ||||
{/dede:channelartlist} | {/dede:channelartlist} | ||||
</div> | </div> | ||||
</div><!-- /.index-left --> | </div><!-- /.index-left --> | ||||
<aside class="col-12 col-lg-3"> | <aside class="col-12 col-lg-3"> | ||||
{dede:include comment='推荐内容' filename="widget_recommend.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot.htm"/} | {dede:include comment='热点内容' filename="widget_hot.htm"/} | ||||
{dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | {dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | ||||
</aside><!-- /aside --> | </aside><!-- /aside --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -13,12 +13,9 @@ | |||||
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | <meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -30,11 +27,9 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container"> | <main class="container"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-md-8 list-main"> | <div class="col-md-8 list-main"> | ||||
<ul class="list-unstyled items"> | <ul class="list-unstyled items"> | ||||
{dede:list pagesize='10'} | {dede:list pagesize='10'} | ||||
<li class="media border-bottom-dashed"> | <li class="media border-bottom-dashed"> | ||||
@@ -54,35 +49,24 @@ | |||||
</div> | </div> | ||||
</li> | </li> | ||||
{/dede:list} | {/dede:list} | ||||
</ul> | </ul> | ||||
<nav> | <nav> | ||||
<ul class="pagination justify-content-center py-3"> | <ul class="pagination justify-content-center py-3"> | ||||
{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/} | {dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/} | ||||
</ul> | </ul> | ||||
</nav> | </nav> | ||||
</div> | </div> | ||||
<!-- /.list-main --> | <!-- /.list-main --> | ||||
<aside class="col-md-4 article-sidebar"> | <aside class="col-md-4 article-sidebar"> | ||||
{dede:include comment='栏目列表' filename="widget_channels.htm"/} | {dede:include comment='栏目列表' filename="widget_channels.htm"/} | ||||
{dede:include comment='推荐内容' filename="widget_recommend.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot.htm"/} | {dede:include comment='热点内容' filename="widget_hot.htm"/} | ||||
{dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | {dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | ||||
</aside> | </aside> | ||||
<!-- /.article-sidebar --> | <!-- /.article-sidebar --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -13,12 +13,9 @@ | |||||
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | <meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -30,11 +27,9 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container"> | <main class="container"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-md-8 list-main"> | <div class="col-md-8 list-main"> | ||||
<ul class="list-unstyled items"> | <ul class="list-unstyled items"> | ||||
{dede:list pagesize='10'} | {dede:list pagesize='10'} | ||||
<li class="media border-bottom-dashed"> | <li class="media border-bottom-dashed"> | ||||
@@ -54,35 +49,24 @@ | |||||
</div> | </div> | ||||
</li> | </li> | ||||
{/dede:list} | {/dede:list} | ||||
</ul> | </ul> | ||||
<nav> | <nav> | ||||
<ul class="pagination justify-content-center py-3"> | <ul class="pagination justify-content-center py-3"> | ||||
{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/} | {dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/} | ||||
</ul> | </ul> | ||||
</nav> | </nav> | ||||
</div> | </div> | ||||
<!-- /.list-main --> | <!-- /.list-main --> | ||||
<aside class="col-md-4 article-sidebar"> | <aside class="col-md-4 article-sidebar"> | ||||
{dede:include comment='栏目列表' filename="widget_channels.htm"/} | {dede:include comment='栏目列表' filename="widget_channels.htm"/} | ||||
{dede:include comment='推荐内容' filename="widget_recommend.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot.htm"/} | {dede:include comment='热点内容' filename="widget_hot.htm"/} | ||||
{dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | {dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | ||||
</aside> | </aside> | ||||
<!-- /.article-sidebar --> | <!-- /.article-sidebar --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -13,12 +13,9 @@ | |||||
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | <meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -30,11 +27,9 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container"> | <main class="container"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-md-8 list-main"> | <div class="col-md-8 list-main"> | ||||
<ul class="list-unstyled items"> | <ul class="list-unstyled items"> | ||||
{dede:list pagesize='10'} | {dede:list pagesize='10'} | ||||
<li class="media border-bottom-dashed"> | <li class="media border-bottom-dashed"> | ||||
@@ -54,35 +49,24 @@ | |||||
</div> | </div> | ||||
</li> | </li> | ||||
{/dede:list} | {/dede:list} | ||||
</ul> | </ul> | ||||
<nav> | <nav> | ||||
<ul class="pagination justify-content-center py-3"> | <ul class="pagination justify-content-center py-3"> | ||||
{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/} | {dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/} | ||||
</ul> | </ul> | ||||
</nav> | </nav> | ||||
</div> | </div> | ||||
<!-- /.list-main --> | <!-- /.list-main --> | ||||
<aside class="col-md-4 article-sidebar"> | <aside class="col-md-4 article-sidebar"> | ||||
{dede:include comment='栏目列表' filename="widget_channels.htm"/} | {dede:include comment='栏目列表' filename="widget_channels.htm"/} | ||||
{dede:include comment='推荐内容' filename="widget_recommend_sg.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend_sg.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot_sg.htm"/} | {dede:include comment='热点内容' filename="widget_hot_sg.htm"/} | ||||
{dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | {dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | ||||
</aside> | </aside> | ||||
<!-- /.article-sidebar --> | <!-- /.article-sidebar --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -13,12 +13,9 @@ | |||||
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | <meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -30,7 +27,6 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container"> | <main class="container"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-md-8 list-main"> | <div class="col-md-8 list-main"> | ||||
@@ -42,28 +38,18 @@ | |||||
{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/} | {dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/} | ||||
</ul> | </ul> | ||||
</nav> | </nav> | ||||
</div> | </div> | ||||
<!-- /.list-main --> | <!-- /.list-main --> | ||||
<aside class="col-md-4 article-sidebar"> | <aside class="col-md-4 article-sidebar"> | ||||
{dede:include comment='栏目列表' filename="widget_channels.htm"/} | {dede:include comment='栏目列表' filename="widget_channels.htm"/} | ||||
{dede:include comment='推荐内容' filename="widget_recommend.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot.htm"/} | {dede:include comment='热点内容' filename="widget_hot.htm"/} | ||||
{dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | {dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | ||||
</aside> | </aside> | ||||
<!-- /.article-sidebar --> | <!-- /.article-sidebar --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
</body> | </body> | ||||
</html> | |||||
</html> |
@@ -13,12 +13,9 @@ | |||||
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | <meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -30,11 +27,9 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container"> | <main class="container"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-md-8 list-main"> | <div class="col-md-8 list-main"> | ||||
<div class="row row-cols-2 row-cols-md-4"> | <div class="row row-cols-2 row-cols-md-4"> | ||||
{dede:list pagesize='12'} | {dede:list pagesize='12'} | ||||
<div class="col"> | <div class="col"> | ||||
@@ -49,34 +44,23 @@ | |||||
</div> | </div> | ||||
{/dede:list} | {/dede:list} | ||||
</div> | </div> | ||||
<nav> | <nav> | ||||
<ul class="pagination justify-content-center py-3"> | <ul class="pagination justify-content-center py-3"> | ||||
{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/} | {dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/} | ||||
</ul> | </ul> | ||||
</nav> | </nav> | ||||
</div> | </div> | ||||
<!-- /.list-main --> | <!-- /.list-main --> | ||||
<aside class="col-md-4 article-sidebar"> | <aside class="col-md-4 article-sidebar"> | ||||
{dede:include comment='栏目列表' filename="widget_channels.htm"/} | {dede:include comment='栏目列表' filename="widget_channels.htm"/} | ||||
{dede:include comment='推荐内容' filename="widget_recommend.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot.htm"/} | {dede:include comment='热点内容' filename="widget_hot.htm"/} | ||||
{dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | {dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | ||||
</aside> | </aside> | ||||
<!-- /.article-sidebar --> | <!-- /.article-sidebar --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -23,12 +23,9 @@ | |||||
</style> | </style> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -40,7 +37,6 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container"> | <main class="container"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-md-8 list-main"> | <div class="col-md-8 list-main"> | ||||
@@ -71,7 +67,6 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
{/dede:infolink} | {/dede:infolink} | ||||
<ul class="list-unstyled items"> | <ul class="list-unstyled items"> | ||||
{dede:list pagesize='10'} | {dede:list pagesize='10'} | ||||
<li class="media border-bottom-dashed"> | <li class="media border-bottom-dashed"> | ||||
@@ -87,21 +82,16 @@ | |||||
</div> | </div> | ||||
</li> | </li> | ||||
{/dede:list} | {/dede:list} | ||||
</ul> | </ul> | ||||
<nav> | <nav> | ||||
<ul class="pagination justify-content-center py-3"> | <ul class="pagination justify-content-center py-3"> | ||||
{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/} | {dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/} | ||||
</ul> | </ul> | ||||
</nav> | </nav> | ||||
</div> | </div> | ||||
<!-- /.list-main --> | <!-- /.list-main --> | ||||
<aside class="col-md-4 article-sidebar"> | <aside class="col-md-4 article-sidebar"> | ||||
{dede:include comment='栏目列表' filename="widget_channels.htm"/} | {dede:include comment='栏目列表' filename="widget_channels.htm"/} | ||||
<div class="info-search card ddcard pt-3 mt-3"> | <div class="info-search card ddcard pt-3 mt-3"> | ||||
<div class="card-header"> | <div class="card-header"> | ||||
<div class="row"> | <div class="row"> | ||||
@@ -127,21 +117,14 @@ | |||||
{/dede:infoguide} | {/dede:infoguide} | ||||
</div> | </div> | ||||
</div><!-- /.info-search --> | </div><!-- /.info-search --> | ||||
{dede:include comment='推荐内容' filename="widget_recommend_sg.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend_sg.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot_sg.htm"/} | {dede:include comment='热点内容' filename="widget_hot_sg.htm"/} | ||||
{dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | {dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | ||||
</aside> | </aside> | ||||
<!-- /.article-sidebar --> | <!-- /.article-sidebar --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -13,12 +13,9 @@ | |||||
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | <meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -30,11 +27,9 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container"> | <main class="container"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-md-8 list-main"> | <div class="col-md-8 list-main"> | ||||
<ul class="list-unstyled items"> | <ul class="list-unstyled items"> | ||||
{dede:list pagesize='10'} | {dede:list pagesize='10'} | ||||
<li class="media border-bottom-dashed mt-2 py-2"> | <li class="media border-bottom-dashed mt-2 py-2"> | ||||
@@ -56,7 +51,6 @@ | |||||
</div> | </div> | ||||
</li> | </li> | ||||
{/dede:list} | {/dede:list} | ||||
</ul> | </ul> | ||||
<nav> | <nav> | ||||
<ul class="pagination justify-content-center py-3"> | <ul class="pagination justify-content-center py-3"> | ||||
@@ -66,25 +60,16 @@ | |||||
</div> | </div> | ||||
<!-- /.list-main --> | <!-- /.list-main --> | ||||
<aside class="col-md-4 article-sidebar"> | <aside class="col-md-4 article-sidebar"> | ||||
{dede:include comment='栏目列表' filename="widget_channels.htm"/} | {dede:include comment='栏目列表' filename="widget_channels.htm"/} | ||||
{dede:include comment='推荐内容' filename="widget_recommend.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot.htm"/} | {dede:include comment='热点内容' filename="widget_hot.htm"/} | ||||
{dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | {dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | ||||
</aside> | </aside> | ||||
<!-- /.article-sidebar --> | <!-- /.article-sidebar --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -13,12 +13,9 @@ | |||||
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | <meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -30,11 +27,9 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container"> | <main class="container"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-md-8 list-main"> | <div class="col-md-8 list-main"> | ||||
<ul class="list-unstyled items"> | <ul class="list-unstyled items"> | ||||
{dede:list pagesize='10'} | {dede:list pagesize='10'} | ||||
<li class="media border-bottom-dashed mt-2 py-2"> | <li class="media border-bottom-dashed mt-2 py-2"> | ||||
@@ -56,35 +51,24 @@ | |||||
</div> | </div> | ||||
</li> | </li> | ||||
{/dede:list} | {/dede:list} | ||||
</ul> | </ul> | ||||
<nav> | <nav> | ||||
<ul class="pagination justify-content-center py-3"> | <ul class="pagination justify-content-center py-3"> | ||||
{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/} | {dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/} | ||||
</ul> | </ul> | ||||
</nav> | </nav> | ||||
</div> | </div> | ||||
<!-- /.list-main --> | <!-- /.list-main --> | ||||
<aside class="col-md-4 article-sidebar"> | <aside class="col-md-4 article-sidebar"> | ||||
{dede:include comment='栏目列表' filename="widget_channels.htm"/} | {dede:include comment='栏目列表' filename="widget_channels.htm"/} | ||||
{dede:include comment='推荐内容' filename="widget_recommend.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot.htm"/} | {dede:include comment='热点内容' filename="widget_hot.htm"/} | ||||
{dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | {dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | ||||
</aside> | </aside> | ||||
<!-- /.article-sidebar --> | <!-- /.article-sidebar --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -13,12 +13,9 @@ | |||||
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | <meta name="description" content="{dede:field.description function='html2text(@me)'/}" /> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -31,11 +28,9 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container"> | <main class="container"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-md-8 list-main"> | <div class="col-md-8 list-main"> | ||||
<ul class="list-unstyled items"> | <ul class="list-unstyled items"> | ||||
{dede:list pagesize='10'} | {dede:list pagesize='10'} | ||||
<li class="media border-bottom-dashed mt-2 py-2 list-image"> | <li class="media border-bottom-dashed mt-2 py-2 list-image"> | ||||
@@ -57,7 +52,6 @@ | |||||
</div> | </div> | ||||
</li> | </li> | ||||
{/dede:list} | {/dede:list} | ||||
</ul> | </ul> | ||||
<nav> | <nav> | ||||
<ul class="pagination justify-content-center py-3"> | <ul class="pagination justify-content-center py-3"> | ||||
@@ -67,25 +61,16 @@ | |||||
</div> | </div> | ||||
<!-- /.list-main --> | <!-- /.list-main --> | ||||
<aside class="col-md-4 article-sidebar"> | <aside class="col-md-4 article-sidebar"> | ||||
{dede:include comment='栏目列表' filename="widget_channels.htm"/} | {dede:include comment='栏目列表' filename="widget_channels.htm"/} | ||||
{dede:include comment='推荐内容' filename="widget_recommend.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot.htm"/} | {dede:include comment='热点内容' filename="widget_hot.htm"/} | ||||
{dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | {dede:include comment='QR二维码' filename="widget_qrcode.htm"/} | ||||
</aside> | </aside> | ||||
<!-- /.article-sidebar --> | <!-- /.article-sidebar --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -5,7 +5,6 @@ | |||||
aria-controls="navbars" aria-expanded="false" aria-label="展开导航"> | aria-controls="navbars" aria-expanded="false" aria-label="展开导航"> | ||||
<span class="navbar-toggler-icon"></span> | <span class="navbar-toggler-icon"></span> | ||||
</button> | </button> | ||||
<div class="collapse navbar-collapse" id="navbars"> | <div class="collapse navbar-collapse" id="navbars"> | ||||
<ul class="navbar-nav mr-auto"> | <ul class="navbar-nav mr-auto"> | ||||
<li class="nav-item"> | <li class="nav-item"> | ||||
@@ -13,12 +13,9 @@ | |||||
<meta name="description" content="{dede:field name='description' function='html2text(@me)'/}" /> | <meta name="description" content="{dede:field name='description' function='html2text(@me)'/}" /> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -31,11 +28,9 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container"> | <main class="container"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-md-8 list-main"> | <div class="col-md-8 list-main"> | ||||
<ul class="list-unstyled items"> | <ul class="list-unstyled items"> | ||||
{dede:list pagesize='10'} | {dede:list pagesize='10'} | ||||
<li class="media border-bottom-dashed"> | <li class="media border-bottom-dashed"> | ||||
@@ -52,31 +47,22 @@ | |||||
</div> | </div> | ||||
</li> | </li> | ||||
{/dede:list} | {/dede:list} | ||||
</ul> | </ul> | ||||
<nav> | <nav> | ||||
<!-- <ul class="pagination justify-content-center py-3"> --> | <!-- <ul class="pagination justify-content-center py-3"> --> | ||||
{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/} | {dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/} | ||||
<!-- </ul> --> | <!-- </ul> --> | ||||
</nav> | </nav> | ||||
</div> | </div> | ||||
<!-- /.list-main --> | <!-- /.list-main --> | ||||
<aside class="col-md-4 article-sidebar"> | <aside class="col-md-4 article-sidebar"> | ||||
{dede:include comment='推荐内容' filename="widget_recommend.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot.htm"/} | {dede:include comment='热点内容' filename="widget_hot.htm"/} | ||||
</aside> | </aside> | ||||
<!-- /.article-sidebar --> | <!-- /.article-sidebar --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -16,8 +16,6 @@ | |||||
<body class="articleview"> | <body class="articleview"> | ||||
{dede:include filename="head.htm"/} | {dede:include filename="head.htm"/} | ||||
<!-- /header --> | <!-- /header --> | ||||
<div class="w960 center clear mt1"> | <div class="w960 center clear mt1"> | ||||
<div class="pleft"> | <div class="pleft"> | ||||
<div class="place"> | <div class="place"> | ||||
@@ -32,7 +30,6 @@ | |||||
</div> | </div> | ||||
</div><!-- /viewbox --> | </div><!-- /viewbox --> | ||||
</div> | </div> | ||||
<div class="pright"> | <div class="pright"> | ||||
<div class="hot mt1"> | <div class="hot mt1"> | ||||
<dl class="tbox"> | <dl class="tbox"> | ||||
@@ -48,9 +45,7 @@ | |||||
</div> | </div> | ||||
</div><!-- /pright --> | </div><!-- /pright --> | ||||
</div> | </div> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
<!-- /footer --> | <!-- /footer --> | ||||
</body> | </body> | ||||
</html> | |||||
</html> |
@@ -67,12 +67,9 @@ | |||||
</style> | </style> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -84,12 +81,9 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container mb-2"> | <main class="container mb-2"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-md-12 list-main"> | <div class="col-md-12 list-main"> | ||||
<div class="card ddcard-normal"> | <div class="card ddcard-normal"> | ||||
<div class="card-header"> | <div class="card-header"> | ||||
<div class="row"> | <div class="row"> | ||||
@@ -102,7 +96,6 @@ | |||||
{/dede:tag} | {/dede:tag} | ||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="card ddcard-normal mt-3"> | <div class="card ddcard-normal mt-3"> | ||||
<div class="card-header"> | <div class="card-header"> | ||||
<div class="row"> | <div class="row"> | ||||
@@ -115,7 +108,6 @@ | |||||
{/dede:tag} | {/dede:tag} | ||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="card ddcard-normal mt-3"> | <div class="card ddcard-normal mt-3"> | ||||
<div class="card-header"> | <div class="card-header"> | ||||
<div class="row"> | <div class="row"> | ||||
@@ -128,14 +120,11 @@ | |||||
{/dede:tag} | {/dede:tag} | ||||
</div> | </div> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
<!-- /.list-main --> | <!-- /.list-main --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -16,12 +16,9 @@ | |||||
</script> | </script> | ||||
</head> | </head> | ||||
<body> | <body> | ||||
{dede:include filename="top.htm"/} | |||||
{dede:include filename="header.htm"/} | |||||
{dede:include filename="navbar.htm"/} | |||||
{dede:include filename='top.htm'/} | |||||
{dede:include filename='header.htm'/} | |||||
{dede:include filename='navbar.htm'/} | |||||
<div class="container"> | <div class="container"> | ||||
<div class="position"> | <div class="position"> | ||||
<nav aria-label="breadcrumb"> | <nav aria-label="breadcrumb"> | ||||
@@ -34,12 +31,9 @@ | |||||
</div> | </div> | ||||
<!-- /.position --> | <!-- /.position --> | ||||
</div> | </div> | ||||
<main class="container"> | <main class="container"> | ||||
<div class="row"> | <div class="row"> | ||||
<div class="col-md-8 list-main"> | <div class="col-md-8 list-main"> | ||||
<ul class="list-unstyled items"> | <ul class="list-unstyled items"> | ||||
{dede:list pagesize='10'} | {dede:list pagesize='10'} | ||||
<li class="media border-bottom-dashed"> | <li class="media border-bottom-dashed"> | ||||
@@ -59,7 +53,6 @@ | |||||
</div> | </div> | ||||
</li> | </li> | ||||
{/dede:list} | {/dede:list} | ||||
</ul> | </ul> | ||||
<nav> | <nav> | ||||
<ul class="pagination justify-content-center py-3"> | <ul class="pagination justify-content-center py-3"> | ||||
@@ -69,20 +62,14 @@ | |||||
</div> | </div> | ||||
<!-- /.list-main --> | <!-- /.list-main --> | ||||
<aside class="col-md-4 article-sidebar"> | <aside class="col-md-4 article-sidebar"> | ||||
{dede:include comment='推荐内容' filename="widget_recommend.htm"/} | {dede:include comment='推荐内容' filename="widget_recommend.htm"/} | ||||
{dede:include comment='热点内容' filename="widget_hot.htm"/} | {dede:include comment='热点内容' filename="widget_hot.htm"/} | ||||
</aside> | </aside> | ||||
<!-- /.article-sidebar --> | <!-- /.article-sidebar --> | ||||
</div> | </div> | ||||
</main> | </main> | ||||
<!-- /main --> | <!-- /main --> | ||||
{dede:include filename="footer.htm"/} | {dede:include filename="footer.htm"/} | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -6,8 +6,7 @@ | |||||
<p class="comment-top-text">顶一下[<span id="goodpost">{dede:field.goodpost/}</span>]</p> | <p class="comment-top-text">顶一下[<span id="goodpost">{dede:field.goodpost/}</span>]</p> | ||||
</div> | </div> | ||||
<div class="progress" style="height: 10px;"> | <div class="progress" style="height: 10px;"> | ||||
<div class="progress-bar" role="progressbar" id="goodper" style="width: {dede:field.goodper/}%" | |||||
aria-valuenow="{dede:field.goodper/}" aria-valuemin="0" aria-valuemax="100"></div> | |||||
<div class="progress-bar" role="progressbar" id="goodper" style="width: {dede:field.goodper/}%" aria-valuenow="{dede:field.goodper/}" aria-valuemin="0" aria-valuemax="100"></div> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="comment-container mb-3" onclick="javascript:PostDigg('bad',{dede:field.id/})"> | <div class="comment-container mb-3" onclick="javascript:PostDigg('bad',{dede:field.id/})"> | ||||
@@ -16,8 +15,7 @@ | |||||
<p class="comment-top-text-danger">踩一下[<span id="badpost">{dede:field.badpost/}</span>]</p> | <p class="comment-top-text-danger">踩一下[<span id="badpost">{dede:field.badpost/}</span>]</p> | ||||
</div> | </div> | ||||
<div class="progress" style="height: 10px;"> | <div class="progress" style="height: 10px;"> | ||||
<div class="progress-bar bg-danger" role="progressbar" id="badper" style="width:{dede:field.badper/}%" | |||||
aria-valuenow="{dede:field.badper/}" aria-valuemin="0" aria-valuemax="100"></div> | |||||
<div class="progress-bar bg-danger" role="progressbar" id="badper" style="width:{dede:field.badper/}%" aria-valuenow="{dede:field.badper/}" aria-valuemin="0" aria-valuemax="100"></div> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
</div> <!-- ./digg --> | </div> <!-- ./digg --> | ||||
@@ -4,8 +4,7 @@ | |||||
<div id="feedback-alert"> | <div id="feedback-alert"> | ||||
</div> | </div> | ||||
<div class="content"> | <div class="content"> | ||||
<textarea cols="60" id="iptMsg" name="msg" rows="5" class="form-control" | |||||
placeholder="说点什么吧,请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论"></textarea> | |||||
<textarea cols="60" id="iptMsg" name="msg" rows="5" class="form-control" placeholder="说点什吗吧,请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论"></textarea> | |||||
</div> | </div> | ||||
<div class="post"> | <div class="post"> | ||||
<div class="dcmp-userinfo" id="_ajax_feedback"> | <div class="dcmp-userinfo" id="_ajax_feedback"> | ||||
@@ -106,8 +105,6 @@ | |||||
} | } | ||||
</style> | </style> | ||||
<script async> | <script async> | ||||
//发表评论 | //发表评论 | ||||
function SendFeedback() { | function SendFeedback() { | ||||
let feedback = { | let feedback = { | ||||
@@ -119,7 +116,6 @@ | |||||
validate: $("#iptValidate").val(), | validate: $("#iptValidate").val(), | ||||
notuser: $("#iptAny").is(":checked") ? "1" : "", | notuser: $("#iptAny").is(":checked") ? "1" : "", | ||||
}; | }; | ||||
$.post("{dede:field name='phpurl'/}/feedback.php", feedback, function (data) { | $.post("{dede:field name='phpurl'/}/feedback.php", feedback, function (data) { | ||||
let result = JSON.parse(data); | let result = JSON.parse(data); | ||||
if (result.code === 200) { | if (result.code === 200) { | ||||
@@ -5,7 +5,7 @@ | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<ul class="list-group list-group-flush"> | <ul class="list-group list-group-flush"> | ||||
{dede:arclist orderby=click titlelen=42 row=10} | |||||
{dede:arclist orderby='click' titlelen='42' row='10'} | |||||
<li><a href="[field:arcurl/]" title="[field:fulltitle/]">[field:title/]</a></li> | <li><a href="[field:arcurl/]" title="[field:fulltitle/]">[field:title/]</a></li> | ||||
{/dede:arclist} | {/dede:arclist} | ||||
</ul> | </ul> | ||||
@@ -5,7 +5,7 @@ | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<ul class="list-group list-group-flush"> | <ul class="list-group list-group-flush"> | ||||
{dede:arclistsg orderby=click titlelen=42 row=10} | |||||
{dede:arclistsg orderby='click' titlelen='42' row='10'} | |||||
<li><a href="[field:arcurl/]" title="[field:fulltitle/]">[field:title/]</a></li> | <li><a href="[field:arcurl/]" title="[field:fulltitle/]">[field:title/]</a></li> | ||||
{/dede:arclistsg} | {/dede:arclistsg} | ||||
</ul> | </ul> | ||||
@@ -4,8 +4,6 @@ | |||||
<div class="col-12 caption"><span>二维码</span></div> | <div class="col-12 caption"><span>二维码</span></div> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
<div> | |||||
{dede:qrcode/} | |||||
</div> | |||||
<div>{dede:qrcode/}</div> | |||||
</div> | </div> | ||||
<!-- /.ddcard --> | <!-- /.ddcard --> |
@@ -5,7 +5,7 @@ | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<ul class="list-group list-group-flush"> | <ul class="list-group list-group-flush"> | ||||
{dede:arclist flag='c' titlelen=42 row=10} | |||||
{dede:arclist flag='c' titlelen='42' row='10'} | |||||
<li><a href="[field:arcurl/]" title="[field:fulltitle/]">[field:title/]</a></li> | <li><a href="[field:arcurl/]" title="[field:fulltitle/]">[field:title/]</a></li> | ||||
{/dede:arclist} | {/dede:arclist} | ||||
</ul> | </ul> | ||||
@@ -5,7 +5,7 @@ | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<ul class="list-group list-group-flush"> | <ul class="list-group list-group-flush"> | ||||
{dede:arclistsg flag='c' titlelen=42 row=10} | |||||
{dede:arclistsg flag='c' titlelen='42' row='10'} | |||||
<li><a href="[field:arcurl/]" title="[field:fulltitle/]">[field:title/]</a></li> | <li><a href="[field:arcurl/]" title="[field:fulltitle/]">[field:title/]</a></li> | ||||
{/dede:arclistsg} | {/dede:arclistsg} | ||||
</ul> | </ul> | ||||
@@ -4,9 +4,6 @@ | |||||
<div class="col-12 caption"><span>投票</span></div> | <div class="col-12 caption"><span>投票</span></div> | ||||
</div> | </div> | ||||
</div> | </div> | ||||
{dede:vote id='1' lineheight='26' | |||||
tablewidth='100%' titlebgcolor='#EDEDE2' | |||||
titlebackground='' tablebgcolor='#FFFFFF'} | |||||
{/dede:vote} | |||||
{dede:vote id='1' lineheight='26' tablewidth='100%' titlebgcolor='#EDEDE2' titlebackground='' tablebgcolor='#FFFFFF'}{/dede:vote} | |||||
</div> | </div> | ||||
<!-- /.ddcard --> | <!-- /.ddcard --> |
@@ -9,11 +9,10 @@ | |||||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css"> | ||||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/member.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/member.css"> | ||||
<script src="<?php echo $cfg_cmsurl; ?>/static/web/js/member_album.js"></script> | <script src="<?php echo $cfg_cmsurl; ?>/static/web/js/member_album.js"></script> | ||||
<title>新建<?php echo $cInfos['typename']; ?> - 会员中心 - <?php echo $cfg_webname; ?></title> | |||||
<title>发表<?php echo $cInfos['typename']; ?> - 会员中心 - <?php echo $cfg_webname; ?></title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<?php include(DEDEMEMBER."/templets/top_login.htm"); ?> | <?php include(DEDEMEMBER."/templets/top_login.htm"); ?> | ||||
<main class="member"> | <main class="member"> | ||||
<div class="container-fluid pannel"> | <div class="container-fluid pannel"> | ||||
<div class="container"> | <div class="container"> | ||||
@@ -30,8 +29,7 @@ | |||||
<a href="javascript:history.back(-1);" class="btn btn-sm">返回</a> | <a href="javascript:history.back(-1);" class="btn btn-sm">返回</a> | ||||
</span> | </span> | ||||
</nav> | </nav> | ||||
<form name="addcontent" action="album_add.php" method="post" enctype="multipart/form-data" | |||||
onsubmit="return checkSubmit();"> | |||||
<form name="addcontent" action="album_add.php" method="post" enctype="multipart/form-data" onsubmit="return checkSubmit();"> | |||||
<input type="hidden" name="dopost" value="save" /> | <input type="hidden" name="dopost" value="save" /> | ||||
<input type="hidden" name="channelid" value="<?php echo $channelid; ?>" /> | <input type="hidden" name="channelid" value="<?php echo $channelid; ?>" /> | ||||
<input type="hidden" name="imagebody" id="imagebody" value='' /> | <input type="hidden" name="imagebody" id="imagebody" value='' /> | ||||
@@ -51,8 +49,7 @@ | |||||
<div class="form-group row"> | <div class="form-group row"> | ||||
<label class="col-sm-2 col-form-label">作者</label> | <label class="col-sm-2 col-form-label">作者</label> | ||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>" | |||||
class="form-control" /> | |||||
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>" class="form-control" /> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="form-group row"> | <div class="form-group row"> | ||||
@@ -65,13 +62,13 @@ | |||||
echo $typeOptions; | echo $typeOptions; | ||||
echo "</select>"; | echo "</select>"; | ||||
?> | ?> | ||||
<span style="color:#F00">*</span>(不能选择带颜色的分类) | |||||
<span style="color:#F00">*</span>(不能选择带颜色的分类) | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="form-group row"> | <div class="form-group row"> | ||||
<label class="col-sm-2 col-form-label">图集简介</label> | <label class="col-sm-2 col-form-label">图集简介</label> | ||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<textarea class='form-control' name="description" id="description"></textarea>(内容的简要说明) | |||||
<textarea class='form-control' name="description" id="description"></textarea>(内容的简要说明) | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<?php | <?php | ||||
@@ -94,15 +91,13 @@ | |||||
<label><input name="pagestyle" type="radio" id="pagestyle3" onclick="checkMuList()" value="3" | <label><input name="pagestyle" type="radio" id="pagestyle3" onclick="checkMuList()" value="3" | ||||
<?php if($cfg_album_style==3) echo " checked='checked'"; ?> />多行多列显示(缩略图)</label> | <?php if($cfg_album_style==3) echo " checked='checked'"; ?> />多行多列显示(缩略图)</label> | ||||
<div id='spagelist' style='display:none' class="mTB10"> 每页图片数: | <div id='spagelist' style='display:none' class="mTB10"> 每页图片数: | ||||
<input name='pagpicnum' id='pagpicnum' size='10' class="text" | |||||
value='<?php echo $cfg_album_pagesize; ?>' /> | |||||
<input name='pagpicnum' id='pagpicnum' size='10' class="text" value='<?php echo $cfg_album_pagesize; ?>' /> | |||||
</div> | </div> | ||||
</p> | </p> | ||||
<p> | <p> | ||||
<label>手工上传:</label> | <label>手工上传:</label> | ||||
图片数目:<input name="picnum" type="text" id="picnum" size="6" value="3" maxlength="100" class="intxt" /> | 图片数目:<input name="picnum" type="text" id="picnum" size="6" value="3" maxlength="100" class="intxt" /> | ||||
<button class="btn btn-success btn-sm" name='kkkup' type='button' id='kkkup2' | |||||
onclick="MakeUpload(0);">增加</button>(最大60幅) | |||||
<button class="btn btn-success btn-sm" name='kkkup' type='button' id='kkkup2' onclick="MakeUpload(0);">增加</button>(最大60幅) | |||||
</p> | </p> | ||||
<p> | <p> | ||||
<div id="uploadfield"></div> | <div id="uploadfield"></div> | ||||
@@ -115,10 +110,8 @@ | |||||
<div class="form-group row"> | <div class="form-group row"> | ||||
<label class="col-sm-2 col-form-label">验证码</label> | <label class="col-sm-2 col-form-label">验证码</label> | ||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | |||||
style='width:100px;text-transform:uppercase;' /> | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
onclick="this.src=this.src+'?'" /> | |||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" style='width:100px;text-transform:uppercase;' /> | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" onclick="this.src=this.src+'?'" /> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<?php }?> | <?php }?> | ||||
@@ -136,7 +129,5 @@ | |||||
</div> | </div> | ||||
</main> | </main> | ||||
<?php include(DEDEMEMBER."/templets/footer.htm"); ?> | <?php include(DEDEMEMBER."/templets/footer.htm"); ?> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -9,11 +9,10 @@ | |||||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css"> | ||||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/member.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/member.css"> | ||||
<script src="<?php echo $cfg_cmsurl; ?>/static/web/js/member_album.js"></script> | <script src="<?php echo $cfg_cmsurl; ?>/static/web/js/member_album.js"></script> | ||||
<title>修改图集<?php echo $row['title']?> - 会员中心 - <?php echo $cfg_webname; ?></title> | |||||
<title>修改<?php echo $row['title']?> - 会员中心 - <?php echo $cfg_webname; ?></title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<?php include(DEDEMEMBER."/templets/top_login.htm"); ?> | <?php include(DEDEMEMBER."/templets/top_login.htm"); ?> | ||||
<main class="member"> | <main class="member"> | ||||
<div class="container-fluid pannel"> | <div class="container-fluid pannel"> | ||||
<div class="container"> | <div class="container"> | ||||
@@ -23,15 +22,14 @@ | |||||
<nav class="navbar navbar-expand-lg"> | <nav class="navbar navbar-expand-lg"> | ||||
<ol class="breadcrumb mb-0 mr-auto"> | <ol class="breadcrumb mb-0 mr-auto"> | ||||
<li class="breadcrumb-item"><a href="<?php echo $cfg_memberurl;?>/">会员中心</a></li> | <li class="breadcrumb-item"><a href="<?php echo $cfg_memberurl;?>/">会员中心</a></li> | ||||
<li class="breadcrumb-item">修改图集:<?php echo $row['title']?></li> | |||||
<li class="breadcrumb-item">修改:<?php echo $row['title']?></li> | |||||
</li> | </li> | ||||
</ol> | </ol> | ||||
<span class="navbar-text"> | <span class="navbar-text"> | ||||
<a href="javascript:history.back(-1);" class="btn btn-sm">返回</a> | <a href="javascript:history.back(-1);" class="btn btn-sm">返回</a> | ||||
</span> | </span> | ||||
</nav> | </nav> | ||||
<form name="addcontent" action="album_edit.php" method="post" enctype="multipart/form-data" | |||||
onsubmit="return checkSubmit();"> | |||||
<form name="addcontent" action="album_edit.php" method="post" enctype="multipart/form-data" onsubmit="return checkSubmit();"> | |||||
<input type="hidden" name="dopost" value="save" /> | <input type="hidden" name="dopost" value="save" /> | ||||
<input type="hidden" name="aid" value="<?php echo $row['id']; ?>" /> | <input type="hidden" name="aid" value="<?php echo $row['id']; ?>" /> | ||||
<input type="hidden" name="idhash" value="<?php echo hash('sha256', $row['id'].$cfg_cookie_encode); ?>" /> | <input type="hidden" name="idhash" value="<?php echo hash('sha256', $row['id'].$cfg_cookie_encode); ?>" /> | ||||
@@ -55,8 +53,7 @@ | |||||
<div class="form-group row"> | <div class="form-group row"> | ||||
<label class="col-sm-2 col-form-label">作者</label> | <label class="col-sm-2 col-form-label">作者</label> | ||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>" | |||||
class="form-control" /> | |||||
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>" class="form-control" /> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="form-group row"> | <div class="form-group row"> | ||||
@@ -68,13 +65,13 @@ | |||||
echo $typeOptions; | echo $typeOptions; | ||||
echo "</select>"; | echo "</select>"; | ||||
?> | ?> | ||||
<span style="color:#F00">*</span>(不能选择带颜色的分类) | |||||
<span style="color:#F00">*</span>(不能选择带颜色的分类) | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="form-group row"> | <div class="form-group row"> | ||||
<label class="col-sm-2 col-form-label">图集简介</label> | <label class="col-sm-2 col-form-label">图集简介</label> | ||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<textarea class='form-control' name="description" id="description"><?php echo $row["description"]; ?></textarea>(内容的简要说明) | |||||
<textarea class='form-control' name="description" id="description"><?php echo $row["description"]; ?></textarea>(内容的简要说明) | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<?php | <?php | ||||
@@ -103,8 +100,7 @@ | |||||
<p> | <p> | ||||
<label>手工上传:</label> | <label>手工上传:</label> | ||||
图片数目:<input name="picnum" type="text" id="picnum" size="6" value="3" maxlength="100" class="intxt" /> | 图片数目:<input name="picnum" type="text" id="picnum" size="6" value="3" maxlength="100" class="intxt" /> | ||||
<button class="btn btn-success btn-sm" name='kkkup' type='button' id='kkkup2' | |||||
onclick="MakeUpload(0);">增加</button>(最大60幅) | |||||
<button class="btn btn-success btn-sm" name='kkkup' type='button' id='kkkup2' onclick="MakeUpload(0);">增加</button>(最大60幅) | |||||
</p> | </p> | ||||
<p> | <p> | ||||
<div id="uploadfield"></div> | <div id="uploadfield"></div> | ||||
@@ -117,31 +113,27 @@ | |||||
?> | ?> | ||||
<table width='98%' align="center"> | <table width='98%' align="center"> | ||||
<tr> | <tr> | ||||
<td height="18"><input type='checkbox' name='isokcheck<?php echo $j; ?>' id='isokcheck<?php echo $j; ?>' | |||||
value='1' class='np' onclick='CheckSelTable(<?php echo $j; ?>)' checked='1' /> | |||||
<td height="18"><input type='checkbox' name='isokcheck<?php echo $j; ?>' id='isokcheck<?php echo $j; ?>' value='1' class='np' onclick='CheckSelTable(<?php echo $j; ?>)' checked='1' /> | |||||
显示/隐藏图片[<?php echo $j; ?>]的选框 </td> | 显示/隐藏图片[<?php echo $j; ?>]的选框 </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<table width="100%" border="0" id="seltb<?php echo $j; ?>" style="margin-bottom:10px;" align="center"> | <table width="100%" border="0" id="seltb<?php echo $j; ?>" style="margin-bottom:10px;" align="center"> | ||||
<tr> | <tr> | ||||
<td height="26" colspan="2"> 图片</td> | |||||
<td height="26" colspan="2"> 图片</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td height="26"> 本地上传: | |||||
<input type="text" name='imgfile<?php echo $j; ?>' style="width:200px;" maxlength="100" | |||||
class="intxt" /> | |||||
<td height="26"> 本地上传: | |||||
<input type="text" name='imgfile<?php echo $j; ?>' style="width:200px;" maxlength="100" class="intxt" /> | |||||
</td> | </td> | ||||
<td rowspan="3" align="center"> | <td rowspan="3" align="center"> | ||||
<div id='divpicview<?php echo $j; ?>' class='divpre' style="height:5px"></div> | <div id='divpicview<?php echo $j; ?>' class='divpre' style="height:5px"></div> | ||||
<img src="<?php echo trim($ctag->GetInnerText()); ?>" id="picview<?php echo $j; ?>" | |||||
name="picview<?php echo $j; ?>" style="width: 128px; height: 128px;" /> | |||||
<img src="<?php echo trim($ctag->GetInnerText()); ?>" id="picview<?php echo $j; ?>" name="picview<?php echo $j; ?>" style="width: 128px; height: 128px;" /> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<input type="hidden" name='imgurl<?php echo $j; ?>' value='<?php echo trim($ctag->GetInnerText())?>' /> | <input type="hidden" name='imgurl<?php echo $j; ?>' value='<?php echo trim($ctag->GetInnerText())?>' /> | ||||
<tr> | <tr> | ||||
<td height="56"> 图片简介: | |||||
<textarea name='imgmsg<?php echo $j; ?>' | |||||
style="height:46px;width:200px"><?php echo trim($ctag->GetAtt('text'))?></textarea></td> | |||||
<td height="56"> 图片简介: | |||||
<textarea name='imgmsg<?php echo $j; ?>' style="height:46px;width:200px"><?php echo trim($ctag->GetAtt('text'))?></textarea></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<?php | <?php | ||||
@@ -162,10 +154,8 @@ | |||||
<div class="form-group row"> | <div class="form-group row"> | ||||
<label class="col-sm-2 col-form-label">验证码</label> | <label class="col-sm-2 col-form-label">验证码</label> | ||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | |||||
style='width:100px;text-transform:uppercase;' /> | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
onclick="this.src=this.src+'?'" /> | |||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" style='width:100px;text-transform:uppercase;' /> | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" onclick="this.src=this.src+'?'" /> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<?php }?> | <?php }?> | ||||
@@ -183,7 +173,5 @@ | |||||
</div> | </div> | ||||
</main> | </main> | ||||
<?php include(DEDEMEMBER."/templets/footer.htm"); ?> | <?php include(DEDEMEMBER."/templets/footer.htm"); ?> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -12,7 +12,6 @@ | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<?php include(DEDEMEMBER."/templets/top_login.htm"); ?> | <?php include(DEDEMEMBER."/templets/top_login.htm"); ?> | ||||
<main class="member"> | <main class="member"> | ||||
<div class="container-fluid pannel"> | <div class="container-fluid pannel"> | ||||
<div class="container"> | <div class="container"> | ||||
@@ -29,8 +28,7 @@ | |||||
<a href="javascript:history.back(-1);" class="btn btn-sm">返回</a> | <a href="javascript:history.back(-1);" class="btn btn-sm">返回</a> | ||||
</span> | </span> | ||||
</nav> | </nav> | ||||
<form name="addcontent" action="archives_add.php" method="post" enctype="multipart/form-data" | |||||
onsubmit="return checkSubmit();"> | |||||
<form name="addcontent" action="archives_add.php" method="post" enctype="multipart/form-data" onsubmit="return checkSubmit();"> | |||||
<input type="hidden" name="dopost" value="save" /> | <input type="hidden" name="dopost" value="save" /> | ||||
<input type="hidden" name="channelid" value="<?php echo $channelid; ?>" /> | <input type="hidden" name="channelid" value="<?php echo $channelid; ?>" /> | ||||
<div id="mainCp"> | <div id="mainCp"> | ||||
@@ -49,8 +47,7 @@ | |||||
<div class="form-group row"> | <div class="form-group row"> | ||||
<label class="col-sm-2 col-form-label">作者</label> | <label class="col-sm-2 col-form-label">作者</label> | ||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>" | |||||
class="form-control" /> | |||||
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>" class="form-control" /> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="form-group row"> | <div class="form-group row"> | ||||
@@ -63,13 +60,13 @@ | |||||
echo $typeOptions; | echo $typeOptions; | ||||
echo "</select>"; | echo "</select>"; | ||||
?> | ?> | ||||
<span style="color:#F00">*</span>(不能选择带颜色的分类) | |||||
<span style="color:#F00">*</span>(不能选择带颜色的分类) | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="form-group row"> | <div class="form-group row"> | ||||
<label class="col-sm-2 col-form-label">信息摘要</label> | <label class="col-sm-2 col-form-label">信息摘要</label> | ||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<textarea class='form-control' name="description" id="description"></textarea>(内容的简要说明) | |||||
<textarea class='form-control' name="description" id="description"></textarea>(内容的简要说明) | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<?php | <?php | ||||
@@ -85,10 +82,8 @@ | |||||
<div class="form-group row"> | <div class="form-group row"> | ||||
<label class="col-sm-2 col-form-label">验证码</label> | <label class="col-sm-2 col-form-label">验证码</label> | ||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | |||||
style='width:100px;text-transform:uppercase;' /> | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
onclick="this.src=this.src+'?'" /> | |||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" style='width:100px;text-transform:uppercase;' /> | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" onclick="this.src=this.src+'?'" /> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<?php }?> | <?php }?> | ||||
@@ -132,5 +127,4 @@ | |||||
} | } | ||||
</script> | </script> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -12,7 +12,6 @@ | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<?php include(DEDEMEMBER."/templets/top_login.htm"); ?> | <?php include(DEDEMEMBER."/templets/top_login.htm"); ?> | ||||
<main class="member"> | <main class="member"> | ||||
<div class="container-fluid pannel"> | <div class="container-fluid pannel"> | ||||
<div class="container"> | <div class="container"> | ||||
@@ -22,15 +21,14 @@ | |||||
<nav class="navbar navbar-expand-lg"> | <nav class="navbar navbar-expand-lg"> | ||||
<ol class="breadcrumb mb-0 mr-auto"> | <ol class="breadcrumb mb-0 mr-auto"> | ||||
<li class="breadcrumb-item"><a href="<?php echo $cfg_memberurl;?>/">会员中心</a></li> | <li class="breadcrumb-item"><a href="<?php echo $cfg_memberurl;?>/">会员中心</a></li> | ||||
<li class="breadcrumb-item">修改<?php echo $cInfos['typename']; ?></li> | |||||
<li class="breadcrumb-item">修改:<?php echo $cInfos['typename']; ?></li> | |||||
</li> | </li> | ||||
</ol> | </ol> | ||||
<span class="navbar-text"> | <span class="navbar-text"> | ||||
<a href="javascript:history.back(-1);" class="btn btn-sm">返回</a> | <a href="javascript:history.back(-1);" class="btn btn-sm">返回</a> | ||||
</span> | </span> | ||||
</nav> | </nav> | ||||
<form name="addcontent" action="archives_edit.php?aid=<?php echo $aid;?>" method="post" enctype="multipart/form-data" | |||||
onsubmit="return checkSubmit();"> | |||||
<form name="addcontent" action="archives_edit.php?aid=<?php echo $aid;?>" method="post" enctype="multipart/form-data" onsubmit="return checkSubmit();"> | |||||
<input type="hidden" name="dopost" value="save" /> | <input type="hidden" name="dopost" value="save" /> | ||||
<input type="hidden" name="channelid" value="<?php echo $channelid; ?>" /> | <input type="hidden" name="channelid" value="<?php echo $channelid; ?>" /> | ||||
<div id="mainCp"> | <div id="mainCp"> | ||||
@@ -49,8 +47,7 @@ | |||||
<div class="form-group row"> | <div class="form-group row"> | ||||
<label class="col-sm-2 col-form-label">作者</label> | <label class="col-sm-2 col-form-label">作者</label> | ||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>" | |||||
class="form-control" /> | |||||
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>" class="form-control" /> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="form-group row"> | <div class="form-group row"> | ||||
@@ -62,13 +59,13 @@ | |||||
echo $typeOptions; | echo $typeOptions; | ||||
echo "</select>"; | echo "</select>"; | ||||
?> | ?> | ||||
<span style="color:#F00">*</span>(不能选择带颜色的分类) | |||||
<span style="color:#F00">*</span>(不能选择带颜色的分类) | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="form-group row"> | <div class="form-group row"> | ||||
<label class="col-sm-2 col-form-label">信息摘要</label> | <label class="col-sm-2 col-form-label">信息摘要</label> | ||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<textarea class='form-control' name="description" id="description"><?php echo $row["description"]; ?></textarea>(内容的简要说明) | |||||
<textarea class='form-control' name="description" id="description"><?php echo $row["description"]; ?></textarea>(内容的简要说明) | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<?php | <?php | ||||
@@ -84,10 +81,8 @@ | |||||
<div class="form-group row"> | <div class="form-group row"> | ||||
<label class="col-sm-2 col-form-label">验证码</label> | <label class="col-sm-2 col-form-label">验证码</label> | ||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | |||||
style='width:100px;text-transform:uppercase;' /> | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
onclick="this.src=this.src+'?'" /> | |||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" style='width:100px;text-transform:uppercase;' /> | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" onclick="this.src=this.src+'?'" /> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<?php }?> | <?php }?> | ||||
@@ -131,5 +126,4 @@ | |||||
} | } | ||||
</script> | </script> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -12,7 +12,6 @@ | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<?php include(DEDEMEMBER."/templets/top_login.htm"); ?> | <?php include(DEDEMEMBER."/templets/top_login.htm"); ?> | ||||
<main class="member"> | <main class="member"> | ||||
<div class="container-fluid pannel"> | <div class="container-fluid pannel"> | ||||
<div class="container"> | <div class="container"> | ||||
@@ -49,8 +48,7 @@ | |||||
<div class="form-group row"> | <div class="form-group row"> | ||||
<label class="col-sm-2 col-form-label">作者</label> | <label class="col-sm-2 col-form-label">作者</label> | ||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>" | |||||
class="form-control" /> | |||||
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>" class="form-control" /> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="form-group row"> | <div class="form-group row"> | ||||
@@ -63,13 +61,13 @@ | |||||
echo $typeOptions; | echo $typeOptions; | ||||
echo "</select>"; | echo "</select>"; | ||||
?> | ?> | ||||
<span style="color:#F00">*</span>(不能选择带颜色的分类) | |||||
<span style="color:#F00">*</span>(不能选择带颜色的分类) | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="form-group row"> | <div class="form-group row"> | ||||
<label class="col-sm-2 col-form-label">信息摘要</label> | <label class="col-sm-2 col-form-label">信息摘要</label> | ||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<textarea class='form-control' name="description" id="description"></textarea>(内容的简要说明) | |||||
<textarea class='form-control' name="description" id="description"></textarea>(内容的简要说明) | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<?php | <?php | ||||
@@ -85,10 +83,8 @@ | |||||
<div class="form-group row"> | <div class="form-group row"> | ||||
<label class="col-sm-2 col-form-label">验证码</label> | <label class="col-sm-2 col-form-label">验证码</label> | ||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | |||||
style='width:100px;text-transform:uppercase;' /> | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
onclick="this.src=this.src+'?'" /> | |||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" style='width:100px;text-transform:uppercase;' /> | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" onclick="this.src=this.src+'?'" /> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<?php }?> | <?php }?> | ||||
@@ -132,5 +128,4 @@ | |||||
} | } | ||||
</script> | </script> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -12,7 +12,6 @@ | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<?php include(DEDEMEMBER."/templets/top_login.htm"); ?> | <?php include(DEDEMEMBER."/templets/top_login.htm"); ?> | ||||
<main class="member"> | <main class="member"> | ||||
<div class="container-fluid pannel"> | <div class="container-fluid pannel"> | ||||
<div class="container"> | <div class="container"> | ||||
@@ -22,15 +21,14 @@ | |||||
<nav class="navbar navbar-expand-lg"> | <nav class="navbar navbar-expand-lg"> | ||||
<ol class="breadcrumb mb-0 mr-auto"> | <ol class="breadcrumb mb-0 mr-auto"> | ||||
<li class="breadcrumb-item"><a href="<?php echo $cfg_memberurl;?>/">会员中心</a></li> | <li class="breadcrumb-item"><a href="<?php echo $cfg_memberurl;?>/">会员中心</a></li> | ||||
<li class="breadcrumb-item">修改<?php echo $cInfos['typename']; ?></li> | |||||
<li class="breadcrumb-item">修改:<?php echo $cInfos['typename']; ?></li> | |||||
</li> | </li> | ||||
</ol> | </ol> | ||||
<span class="navbar-text"> | <span class="navbar-text"> | ||||
<a href="javascript:history.back(-1);" class="btn btn-sm">返回</a> | <a href="javascript:history.back(-1);" class="btn btn-sm">返回</a> | ||||
</span> | </span> | ||||
</nav> | </nav> | ||||
<form name="addcontent" action="archives_sg_edit.php?aid=<?php echo $aid;?>" method="post" enctype="multipart/form-data" | |||||
onsubmit="return checkSubmit();"> | |||||
<form name="addcontent" action="archives_sg_edit.php?aid=<?php echo $aid;?>" method="post" enctype="multipart/form-data" onsubmit="return checkSubmit();"> | |||||
<input type="hidden" name="dopost" value="save" /> | <input type="hidden" name="dopost" value="save" /> | ||||
<input type="hidden" name="channelid" value="<?php echo $channelid; ?>" /> | <input type="hidden" name="channelid" value="<?php echo $channelid; ?>" /> | ||||
<div id="mainCp"> | <div id="mainCp"> | ||||
@@ -43,8 +41,7 @@ | |||||
<div class="form-group row"> | <div class="form-group row"> | ||||
<label class="col-sm-2 col-form-label">作者</label> | <label class="col-sm-2 col-form-label">作者</label> | ||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>" | |||||
class="form-control" /> | |||||
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>" class="form-control" /> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="form-group row"> | <div class="form-group row"> | ||||
@@ -56,7 +53,7 @@ | |||||
echo $typeOptions; | echo $typeOptions; | ||||
echo "</select>"; | echo "</select>"; | ||||
?> | ?> | ||||
<span style="color:#F00">*</span>(不能选择带颜色的分类) | |||||
<span style="color:#F00">*</span>(不能选择带颜色的分类) | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<?php | <?php | ||||
@@ -72,10 +69,8 @@ | |||||
<div class="form-group row"> | <div class="form-group row"> | ||||
<label class="col-sm-2 col-form-label">验证码</label> | <label class="col-sm-2 col-form-label">验证码</label> | ||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | |||||
style='width:100px;text-transform:uppercase;' /> | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
onclick="this.src=this.src+'?'" /> | |||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" style='width:100px;text-transform:uppercase;' /> | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" onclick="this.src=this.src+'?'" /> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<?php }?> | <?php }?> | ||||
@@ -119,5 +114,4 @@ | |||||
} | } | ||||
</script> | </script> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -12,7 +12,6 @@ | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<?php include(DEDEMEMBER."/templets/top_login.htm"); ?> | <?php include(DEDEMEMBER."/templets/top_login.htm"); ?> | ||||
<main class="member"> | <main class="member"> | ||||
<div class="container-fluid pannel"> | <div class="container-fluid pannel"> | ||||
<div class="container"> | <div class="container"> | ||||
@@ -29,8 +28,7 @@ | |||||
<a href="javascript:history.back(-1);" class="btn btn-sm">返回</a> | <a href="javascript:history.back(-1);" class="btn btn-sm">返回</a> | ||||
</span> | </span> | ||||
</nav> | </nav> | ||||
<form name="addcontent" action="article_add.php" method="post" enctype="multipart/form-data" | |||||
onsubmit="return checkSubmit();"> | |||||
<form name="addcontent" action="article_add.php" method="post" enctype="multipart/form-data" onsubmit="return checkSubmit();"> | |||||
<input type="hidden" name="dopost" value="save" /> | <input type="hidden" name="dopost" value="save" /> | ||||
<input type="hidden" name="channelid" value="<?php echo $channelid; ?>" /> | <input type="hidden" name="channelid" value="<?php echo $channelid; ?>" /> | ||||
<div id="mainCp"> | <div id="mainCp"> | ||||
@@ -49,8 +47,7 @@ | |||||
<div class="form-group row"> | <div class="form-group row"> | ||||
<label class="col-sm-2 col-form-label">作者</label> | <label class="col-sm-2 col-form-label">作者</label> | ||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>" | |||||
class="form-control" /> | |||||
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>" class="form-control" /> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="form-group row"> | <div class="form-group row"> | ||||
@@ -63,13 +60,13 @@ | |||||
echo $typeOptions; | echo $typeOptions; | ||||
echo "</select>"; | echo "</select>"; | ||||
?> | ?> | ||||
<span style="color:#F00">*</span>(不能选择带颜色的分类) | |||||
<span style="color:#F00">*</span>(不能选择带颜色的分类) | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="form-group row"> | <div class="form-group row"> | ||||
<label class="col-sm-2 col-form-label">信息摘要</label> | <label class="col-sm-2 col-form-label">信息摘要</label> | ||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<textarea class='form-control' name="description" id="description"></textarea>(内容的简要说明) | |||||
<textarea class='form-control' name="description" id="description"></textarea>(内容的简要说明) | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<?php | <?php | ||||
@@ -89,10 +86,8 @@ | |||||
<div class="form-group row"> | <div class="form-group row"> | ||||
<label class="col-sm-2 col-form-label">验证码</label> | <label class="col-sm-2 col-form-label">验证码</label> | ||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | |||||
style='width:100px;text-transform:uppercase;' /> | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
onclick="this.src=this.src+'?'" /> | |||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" style='width:100px;text-transform:uppercase;' /> | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" onclick="this.src=this.src+'?'" /> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<?php }?> | <?php }?> | ||||
@@ -136,5 +131,4 @@ | |||||
} | } | ||||
</script> | </script> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -8,11 +8,10 @@ | |||||
<link href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css" rel="stylesheet"> | <link href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css" rel="stylesheet"> | ||||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css"> | ||||
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/member.css"> | <link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/member.css"> | ||||
<title>修改文章<?php echo $row['title']?> - 会员中心 - <?php echo $cfg_webname; ?></title> | |||||
<title>修改<?php echo $row['title']?> - 会员中心 - <?php echo $cfg_webname; ?></title> | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<?php include(DEDEMEMBER."/templets/top_login.htm"); ?> | <?php include(DEDEMEMBER."/templets/top_login.htm"); ?> | ||||
<main class="member"> | <main class="member"> | ||||
<div class="container-fluid pannel"> | <div class="container-fluid pannel"> | ||||
<div class="container"> | <div class="container"> | ||||
@@ -22,15 +21,14 @@ | |||||
<nav class="navbar navbar-expand-lg"> | <nav class="navbar navbar-expand-lg"> | ||||
<ol class="breadcrumb mb-0 mr-auto"> | <ol class="breadcrumb mb-0 mr-auto"> | ||||
<li class="breadcrumb-item"><a href="<?php echo $cfg_memberurl;?>/">会员中心</a></li> | <li class="breadcrumb-item"><a href="<?php echo $cfg_memberurl;?>/">会员中心</a></li> | ||||
<li class="breadcrumb-item">修改文章:<?php echo $row['title']?></li> | |||||
<li class="breadcrumb-item">修改:<?php echo $row['title']?></li> | |||||
</li> | </li> | ||||
</ol> | </ol> | ||||
<span class="navbar-text"> | <span class="navbar-text"> | ||||
<a href="javascript:history.back(-1);" class="btn btn-sm">返回</a> | <a href="javascript:history.back(-1);" class="btn btn-sm">返回</a> | ||||
</span> | </span> | ||||
</nav> | </nav> | ||||
<form name="addcontent" action="article_edit.php" method="post" enctype="multipart/form-data" | |||||
onsubmit="return checkSubmit();"> | |||||
<form name="addcontent" action="article_edit.php" method="post" enctype="multipart/form-data" onsubmit="return checkSubmit();"> | |||||
<input type="hidden" name="dopost" value="save" /> | <input type="hidden" name="dopost" value="save" /> | ||||
<input type="hidden" name="aid" value="<?php echo $row['id']; ?>" /> | <input type="hidden" name="aid" value="<?php echo $row['id']; ?>" /> | ||||
<input type="hidden" name="idhash" value="<?php echo hash('sha256', $row['id'].$cfg_cookie_encode); ?>" /> | <input type="hidden" name="idhash" value="<?php echo hash('sha256', $row['id'].$cfg_cookie_encode); ?>" /> | ||||
@@ -53,8 +51,7 @@ | |||||
<div class="form-group row"> | <div class="form-group row"> | ||||
<label class="col-sm-2 col-form-label">作者</label> | <label class="col-sm-2 col-form-label">作者</label> | ||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>" | |||||
class="form-control" /> | |||||
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>" class="form-control" /> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="form-group row"> | <div class="form-group row"> | ||||
@@ -66,13 +63,13 @@ | |||||
echo $typeOptions; | echo $typeOptions; | ||||
echo "</select>"; | echo "</select>"; | ||||
?> | ?> | ||||
<span style="color:#F00">*</span>(不能选择带颜色的分类) | |||||
<span style="color:#F00">*</span>(不能选择带颜色的分类) | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<div class="form-group row"> | <div class="form-group row"> | ||||
<label class="col-sm-2 col-form-label">信息摘要</label> | <label class="col-sm-2 col-form-label">信息摘要</label> | ||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<textarea class='form-control' name="description" id="description"><?php echo $row["description"]; ?></textarea>(内容的简要说明) | |||||
<textarea class='form-control' name="description" id="description"><?php echo $row["description"]; ?></textarea>(内容的简要说明) | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<?php | <?php | ||||
@@ -92,10 +89,8 @@ | |||||
<div class="form-group row"> | <div class="form-group row"> | ||||
<label class="col-sm-2 col-form-label">验证码</label> | <label class="col-sm-2 col-form-label">验证码</label> | ||||
<div class="col-sm-10"> | <div class="col-sm-10"> | ||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" | |||||
style='width:100px;text-transform:uppercase;' /> | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" | |||||
onclick="this.src=this.src+'?'" /> | |||||
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" style='width:100px;text-transform:uppercase;' /> | |||||
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" onclick="this.src=this.src+'?'" /> | |||||
</div> | </div> | ||||
</div> | </div> | ||||
<?php }?> | <?php }?> | ||||
@@ -139,5 +134,4 @@ | |||||
} | } | ||||
</script> | </script> | ||||
</body> | </body> | ||||
</html> | </html> |