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

57 lines
2.3KB

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