国内流行的内容管理系统(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.

52 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 background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'>
  12. <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="table maintable table-bordered mt-3">
  13. <tr>
  14. <td height="26" background="../static/web/img/tbg.gif" colspan="7" style="padding-left:10px">
  15. 自定义标记管理
  16. &nbsp;<a class="btn btn-success" href="mytag_add.php">增加一个标记</a>
  17. &nbsp;<a class="btn btn-success" href="mytag_tag_guide.php">智能标记向导</a>
  18. </td>
  19. </tr>
  20. <tr align="center" bgcolor="#FBFCE2" height="26">
  21. <td width="10%">编号</td>
  22. <td width="20%">标记名称</td>
  23. <td width="15%">所属栏目</td>
  24. <td width="15%">时间限制</td>
  25. <td width="20%">结束时间</td>
  26. <td width="20%">管理</td>
  27. </tr>
  28. {dede:datalist}
  29. <tr align="center" bgcolor="#FFFFFF" height="26" onMouseMove="javascript:this.bgColor='#FCFDEE';" onMouseOut="javascript:this.bgColor='#FFFFFF';">
  30. <td>{dede:field.aid /}</td>
  31. <td>{dede:field.tagname /}</td>
  32. <td>{dede:field.typename function='TestType(@me)'/}</td>
  33. <td>{dede:field.timeset function='TimeSetValue(@me)'/}</td>
  34. <td>{dede:field.endtime function='GetDateMk(@me)'/}</td>
  35. <td>
  36. <a href='mytag_edit.php?aid={dede:field.aid /}&dopost=edit'>修改</a> |
  37. <a href='mytag_edit.php?aid={dede:field.aid /}&dopost=delete'>删除</a> |
  38. <a href='mytag_edit.php?aid={dede:field.aid /}&dopost=getjs'>JS调用</a>
  39. </td>
  40. </tr>
  41. {/dede:datalist}
  42. <tr align="center" bgcolor="#f6f6f6" height="36">
  43. <td colspan="7">
  44. {dede:pagelist listsize=6/}
  45. </td>
  46. </tr>
  47. </table>
  48. </td>
  49. </tr>
  50. </table>
  51. </body>
  52. </html>