| @@ -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%"> | |||
| <tr> | |||
| <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> | |||
| </td> | |||
| </tr> | |||
| @@ -133,9 +132,6 @@ if ($dopost == 'place' or $dopost == 'report' or $dopost == 'account' or $dopost | |||
| </table></td> | |||
| </tr> | |||
| </table> | |||
| <p align="center"> <br> | |||
| <br> | |||
| </p> | |||
| </body> | |||
| </html> | |||
| @@ -421,7 +417,8 @@ function __index(){ } | |||
| <td width='90'></td> | |||
| <td></td> | |||
| </tr> | |||
| </table></td> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| </form> | |||
| @@ -434,4 +431,4 @@ function __index(){ } | |||
| </body> | |||
| </html> | |||
| EOT; | |||
| } | |||
| } | |||
| @@ -7,7 +7,6 @@ | |||
| <link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet"> | |||
| <link href="css/base.css" rel="stylesheet" type="text/css"> | |||
| </head> | |||
| <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"> | |||
| <tr> | |||
| @@ -21,17 +20,14 @@ | |||
| <?php foreach ($asresult as $row) {?> | |||
| <table width="98%" border="0" cellspacing="5" cellpadding="0" class="table table-borderless"> | |||
| <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> | |||
| <td align="center"> | |||
| <table width="98%" border="0" cellspacing="0" cellpadding="5"> | |||
| <?php foreach ($row['soniterm'] as $rows) {?> | |||
| <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> | |||
| <?php } ?> | |||
| </table> | |||
| @@ -41,13 +37,12 @@ | |||
| <?php }?> | |||
| </td> | |||
| </tr> | |||
| <tr align="center" bgcolor="#F9FCEF" height="24"> | |||
| <td align="center"> </td> | |||
| <tr align="center" bgcolor="#F9FCEF" height="26"> | |||
| <td align="center"></td> | |||
| </tr> | |||
| </table> | |||
| </td> | |||
| </tr> | |||
| </table> | |||
| </body> | |||
| </html> | |||
| @@ -27,23 +27,17 @@ | |||
| <script type="text/javascript" src="js/mode/clike/clike.js"></script> | |||
| <script type="text/javascript" src="js/mode/htmlmixed/htmlmixed.js"></script> | |||
| </head> | |||
| <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> | |||
| <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> | |||
| </table> | |||
| <form method="POST" action="file_manage_control.php" name=form1 onSubmit="return Post()"> | |||
| <input type="hidden" name="fmdo" value="edit" /> | |||
| <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'/}" /> | |||
| <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'> | |||
| <td colspan='2' background='images/wbg.gif' height='26' style="padding-left:10px;"> | |||
| <font color='#666600'><b>修改/新建文件:</b></font> | |||
| @@ -52,8 +46,7 @@ | |||
| <tr bgcolor='#FFFFFF'> | |||
| <td>工作目录</td> | |||
| <td> | |||
| <input name='activepath' size='40' | |||
| value="{dede:global name='activepath'/}" /> | |||
| <input name='activepath' size='40' value="{dede:global name='activepath'/}" /> | |||
| (空白表示根目录 ,不允许用 “..” 形式的路径) | |||
| </td> | |||
| </tr> | |||
| @@ -65,18 +58,15 @@ | |||
| </td> | |||
| </tr> | |||
| <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> | |||
| <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> | |||
| </tr> | |||
| </table> | |||
| @@ -89,5 +79,4 @@ | |||
| }); | |||
| </script> | |||
| </body> | |||
| </html> | |||
| @@ -65,10 +65,7 @@ | |||
| <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#ECFAD3" | |||
| style="margin-bottom:8px;" class="table maintable table-bordered mt-3"> | |||
| <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> | |||
| </table> | |||
| <form method="POST" action="tpl.php" name=form1 onSubmit="return Post()"> | |||
| @@ -48,8 +48,7 @@ function Post() | |||
| <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"> | |||
| <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> | |||
| </table> | |||
| <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"> | |||
| <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" class="table maintable table-bordered mt-3"> | |||
| <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> | |||
| <td width="100%" class="table table-borderless pt-3" style="margin-top:10px;background:#ffffff">{dede:winform/}</td> | |||