国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
2.2KB

  1. {dede:config.pagesize value="20"/}
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
  6. <title>自定义标记</title>
  7. <link rel="stylesheet" href="../static/web/css/bootstrap.min.css">
  8. <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
  9. <link rel="stylesheet" href="../static/web/css/admin.css">
  10. </head>
  11. <body>
  12. <table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable mt-3 mb-3">
  13. <tr>
  14. <td height="26" background="../static/web/img/tbg.gif" colspan="7" style="padding-left:10px">自定义标记管理<a class="btn btn-success btn-sm ml-3" href="mytag_add.php">增加一个标记</a><a class="btn btn-success btn-sm" href="mytag_tag_guide.php">智能标记向导</a></td>
  15. </tr>
  16. <tr align="center" bgcolor="#F8FCF1" height="26">
  17. <td width="10%">编号</td>
  18. <td width="20%">标记名称</td>
  19. <td width="15%">所属栏目</td>
  20. <td width="15%">时间限制</td>
  21. <td width="20%">结束时间</td>
  22. <td width="20%">管理</td>
  23. </tr>
  24. {dede:datalist empty='<tr><td colspan="6"><center>暂无内容</center></td></tr>'}
  25. <tr height="26" align="center" onmousemove="javascript:this.bgColor='#FCFDEE';" onmouseout="javascript:this.bgColor='#ffffff';">
  26. <td>{dede:field.aid /}</td>
  27. <td>{dede:field.tagname /}</td>
  28. <td>{dede:field.typename function='TestType(@me)'/}</td>
  29. <td>{dede:field.timeset function='TimeSetValue(@me)'/}</td>
  30. <td>{dede:field.endtime function='GetDateMk(@me)'/}</td>
  31. <td>
  32. <a href='mytag_edit.php?aid={dede:field.aid /}&dopost=edit'>修改</a> |
  33. <a href='mytag_edit.php?aid={dede:field.aid /}&dopost=delete'>删除</a> |
  34. <a href='mytag_edit.php?aid={dede:field.aid /}&dopost=getjs'>JS调用</a>
  35. </td>
  36. </tr>
  37. {/dede:datalist}
  38. <tr align="center" bgcolor="#f8f8f8" height="36">
  39. <td colspan="7">{dede:pagelist listsize='6'/}</td>
  40. </tr>
  41. </table>
  42. </td>
  43. </tr>
  44. </table>
  45. </body>
  46. </html>