@@ -113,8 +113,7 @@ if ($dopost == 'place' or $dopost == 'report' or $dopost == 'account' or $dopost | |||||
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#DFF9AA" height="100%"> | <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#DFF9AA" height="100%"> | ||||
<tr> | <tr> | ||||
<td height="28" style="border:1px solid #DADADA" background='images/wbg.gif'> | <td height="28" style="border:1px solid #DADADA" background='images/wbg.gif'> | ||||
<div style="float:left"> <b>◇<a href="?">德得广告</a> 》{$ptitle}</b></div> | |||||
<div style="float:left"> <b><a href="?">德得广告</a> {$ptitle}</b></div> | |||||
<div style="float:right;margin-right:20px;">您好:{$_SESSION['mda_email']} {$account_str}</div> | <div style="float:right;margin-right:20px;">您好:{$_SESSION['mda_email']} {$account_str}</div> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
@@ -133,9 +132,6 @@ if ($dopost == 'place' or $dopost == 'report' or $dopost == 'account' or $dopost | |||||
</table></td> | </table></td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<p align="center"> <br> | |||||
<br> | |||||
</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -421,7 +417,8 @@ function __index(){ } | |||||
<td width='90'></td> | <td width='90'></td> | ||||
<td></td> | <td></td> | ||||
</tr> | </tr> | ||||
</table></td> | |||||
</table> | |||||
</td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</form> | </form> | ||||
@@ -434,4 +431,4 @@ function __index(){ } | |||||
</body> | </body> | ||||
</html> | </html> | ||||
EOT; | EOT; | ||||
} | |||||
} |
@@ -7,7 +7,6 @@ | |||||
<link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | <link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | ||||
<link href="css/base.css" rel="stylesheet" type="text/css"> | <link href="css/base.css" rel="stylesheet" type="text/css"> | ||||
</head> | </head> | ||||
<body background="images/allbg.gif" leftmargin="8" topmargin="8"> | <body background="images/allbg.gif" leftmargin="8" topmargin="8"> | ||||
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" class="table maintable table-bordered mt-3"> | <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" class="table maintable table-bordered mt-3"> | ||||
<tr> | <tr> | ||||
@@ -21,17 +20,14 @@ | |||||
<?php foreach ($asresult as $row) {?> | <?php foreach ($asresult as $row) {?> | ||||
<table width="98%" border="0" cellspacing="5" cellpadding="0" class="table table-borderless"> | <table width="98%" border="0" cellspacing="5" cellpadding="0" class="table table-borderless"> | ||||
<tr> | <tr> | ||||
<td align="left" bgcolor="#F9FCEF"> ◇ <strong><?php echo $row['toptitle'] ?></strong> => | |||||
<strong><?php echo $row['title'] ?></strong></td> | |||||
<td align="left" bgcolor="#F9FCEF"><strong><?php echo $row['toptitle'] ?></strong> => <strong><?php echo $row['title'] ?></strong></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td align="center"> | <td align="center"> | ||||
<table width="98%" border="0" cellspacing="0" cellpadding="5"> | <table width="98%" border="0" cellspacing="0" cellpadding="5"> | ||||
<?php foreach ($row['soniterm'] as $rows) {?> | <?php foreach ($row['soniterm'] as $rows) {?> | ||||
<tr> | <tr> | ||||
<td align="left"> ◇ <a href='<?php echo $rows['linkurl'] ?>' | |||||
target="main"><?php echo $rows['title'] ?></a><br> | |||||
<?php echo $rows['description'] ?></td> | |||||
<td align="left"><a href="<?php echo $rows['linkurl'] ?>" target="main"><?php echo $rows['title'] ?></a><br><?php echo $rows['description'] ?></td> | |||||
</tr> | </tr> | ||||
<?php } ?> | <?php } ?> | ||||
</table> | </table> | ||||
@@ -41,13 +37,12 @@ | |||||
<?php }?> | <?php }?> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr align="center" bgcolor="#F9FCEF" height="24"> | |||||
<td align="center"> </td> | |||||
<tr align="center" bgcolor="#F9FCEF" height="26"> | |||||
<td align="center"></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -27,23 +27,17 @@ | |||||
<script type="text/javascript" src="js/mode/clike/clike.js"></script> | <script type="text/javascript" src="js/mode/clike/clike.js"></script> | ||||
<script type="text/javascript" src="js/mode/htmlmixed/htmlmixed.js"></script> | <script type="text/javascript" src="js/mode/htmlmixed/htmlmixed.js"></script> | ||||
</head> | </head> | ||||
<body background='images/allbg.gif' leftmargin="8" topmargin='8'> | <body background='images/allbg.gif' leftmargin="8" topmargin='8'> | ||||
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#ECFAD3" | |||||
style="margin-bottom:8px;" class="maintable mt-3"> | |||||
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#ECFAD3" style="margin-bottom:10px;" class="maintable mt-3"> | |||||
<tr> | <tr> | ||||
<td height="28" style="border:1px dotted #BFD67C;padding-left:10px;" background='images/wbg.gif'> | |||||
◇<a href='file_manage_main.php?activepath={dede:global name=' activepath'/}'><b>文件管理</b></a> | |||||
>> <b>修改/新建文件</b> | |||||
</td> | |||||
<td height="28" style="border:1px dotted #BFD67C;padding-left:10px;" background='images/wbg.gif'><a href='file_manage_main.php?activepath={dede:global name=' activepath'/}'><b>文件管理</b></a> >> <b>修改/新建文件</b></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<form method="POST" action="file_manage_control.php" name=form1 onSubmit="return Post()"> | <form method="POST" action="file_manage_control.php" name=form1 onSubmit="return Post()"> | ||||
<input type="hidden" name="fmdo" value="edit" /> | <input type="hidden" name="fmdo" value="edit" /> | ||||
<input type="hidden" name="backurl" value="{dede:global name='backurl' function='urlencode(@me)'/}" /> | <input type="hidden" name="backurl" value="{dede:global name='backurl' function='urlencode(@me)'/}" /> | ||||
<input type="hidden" name="_csrf_token" value="{dede:global name='csrf_token'/}" /> | <input type="hidden" name="_csrf_token" value="{dede:global name='csrf_token'/}" /> | ||||
<table width='100%' border='0' align="center" cellpadding='3' cellspacing='1' bgcolor='#cfcfcf' class="table maintable table-borderless"> | |||||
<table width='100%' border='0' align="center" cellpadding='3' cellspacing='1' bgcolor='#cfcfcf' class="table maintable table-borderless"> | |||||
<tr bgcolor='#EEF4EA'> | <tr bgcolor='#EEF4EA'> | ||||
<td colspan='2' background='images/wbg.gif' height='26' style="padding-left:10px;"> | <td colspan='2' background='images/wbg.gif' height='26' style="padding-left:10px;"> | ||||
<font color='#666600'><b>修改/新建文件:</b></font> | <font color='#666600'><b>修改/新建文件:</b></font> | ||||
@@ -52,8 +46,7 @@ | |||||
<tr bgcolor='#FFFFFF'> | <tr bgcolor='#FFFFFF'> | ||||
<td>工作目录</td> | <td>工作目录</td> | ||||
<td> | <td> | ||||
<input name='activepath' size='40' | |||||
value="{dede:global name='activepath'/}" /> | |||||
<input name='activepath' size='40' value="{dede:global name='activepath'/}" /> | |||||
(空白表示根目录 ,不允许用 “..” 形式的路径) | (空白表示根目录 ,不允许用 “..” 形式的路径) | ||||
</td> | </td> | ||||
</tr> | </tr> | ||||
@@ -65,18 +58,15 @@ | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr bgcolor='#FFFFFF' class="table table-bordered"> | <tr bgcolor='#FFFFFF' class="table table-bordered"> | ||||
<td colspan='2'> | |||||
{dede:global name='contentView'/} | |||||
</td> | |||||
<td colspan='2'>{dede:global name='contentView'/}</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td colspan='2' height="36" bgcolor='#F9FCEF' align='center'> | <td colspan='2' height="36" bgcolor='#F9FCEF' align='center'> | ||||
<button type=submit name='B1' class="btn btn-success"> 保 存 </button> | |||||
<button type=submit name='B1' class="btn btn-success">保存</button> | |||||
| | ||||
<button type=reset name='B2' class="btn btn-success"> 重 置 </button> | |||||
<button type=reset name='B2' class="btn btn-success">重置</button> | |||||
| | ||||
<button type=button name='B4' class="btn btn-success" | |||||
onClick="javascript:history.go(-1);"> 返 回 </button> | |||||
<button type=button name='B4' class="btn btn-success" onClick="javascript:history.go(-1);">返回</button> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
</table> | </table> | ||||
@@ -89,5 +79,4 @@ | |||||
}); | }); | ||||
</script> | </script> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -65,10 +65,7 @@ | |||||
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#ECFAD3" | <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#ECFAD3" | ||||
style="margin-bottom:8px;" class="table maintable table-bordered mt-3"> | style="margin-bottom:8px;" class="table maintable table-bordered mt-3"> | ||||
<tr> | <tr> | ||||
<td height="28" style="border:1px dotted #BFD67C" background='images/wbg.gif'> | |||||
◇<a href='templets_main.php?acdir=<?php echo $acdir; ?>'><b>模板管理</b></a> >> | |||||
<b>修改/新建模板</b> | |||||
</td> | |||||
<td height="28" style="border:1px dotted #BFD67C" background='images/wbg.gif'><a href='templets_main.php?acdir=<?php echo $acdir; ?>'><b>模板管理</b></a> >><b>修改/新建模板</b></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<form method="POST" action="tpl.php" name=form1 onSubmit="return Post()"> | <form method="POST" action="tpl.php" name=form1 onSubmit="return Post()"> | ||||
@@ -48,8 +48,7 @@ function Post() | |||||
<body bgcolor="#F2F4F3" leftmargin="8" topmargin="8"> | <body bgcolor="#F2F4F3" leftmargin="8" topmargin="8"> | ||||
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#ECFAD3" style="margin-bottom:8px;" class="mt-3"> | <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#ECFAD3" style="margin-bottom:8px;" class="mt-3"> | ||||
<tr> | <tr> | ||||
<td height="28" style="border:1px dotted #BFD67C" background="images/wbg.gif" > ◇<a href='templets_tagsource.php'><b>标签源码碎片管理</b></a> >> <b><?php echo $title; ?></b> | |||||
</td> | |||||
<td height="28" style="border:1px dotted #BFD67C" background="images/wbg.gif" ><a href='templets_tagsource.php'><b>标签源码碎片管理</b></a> >> <b><?php echo $title; ?></b></td> | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<form method="POST" action="tpl.php" name=form1 onSubmit="return Post()"> | <form method="POST" action="tpl.php" name=form1 onSubmit="return Post()"> | ||||
@@ -11,7 +11,7 @@ | |||||
<body background="{dede:global name='cfg_static_dir'/}/img/allbg.gif" leftmargin="8" topmargin="8"> | <body background="{dede:global name='cfg_static_dir'/}/img/allbg.gif" leftmargin="8" topmargin="8"> | ||||
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" class="table maintable table-bordered mt-3"> | <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" class="table maintable table-bordered mt-3"> | ||||
<tr> | <tr> | ||||
<td height="26" background="{dede:global name='cfg_static_dir'/}/img/wbg.gif" style="border:1px solid #DADADA"> ◇{dede:wecome_info/}</td> | |||||
<td height="26" background="{dede:global name='cfg_static_dir'/}/img/wbg.gif" style="border:1px solid #DADADA">{dede:wecome_info/}</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td width="100%" class="table table-borderless pt-3" style="margin-top:10px;background:#ffffff">{dede:winform/}</td> | <td width="100%" class="table table-borderless pt-3" style="margin-top:10px;background:#ffffff">{dede:winform/}</td> | ||||