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

54 lines
2.3KB

  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/css/bootstrap.min.css">
  8. <link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  9. <link href="css/base.css" rel="stylesheet" type="text/css">
  10. </head>
  11. <body background='images/allbg.gif' leftmargin='8' topmargin='8'>
  12. <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#cfcfcf" class="table maintable table-bordered mt-3">
  13. <tr>
  14. <td height="26" background="images/tbg.gif" colspan="7" style="padding-left:10px;">
  15. <b>自定义标记管理</b>
  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';"
  30. onMouseOut="javascript:this.bgColor='#FFFFFF';">
  31. <td>{dede:field.aid /}</td>
  32. <td>{dede:field.tagname /}</td>
  33. <td>{dede:field.typename function='TestType(@me)'/}</td>
  34. <td>{dede:field.timeset function='TimeSetValue(@me)'/}</td>
  35. <td>{dede:field.endtime function='GetDateMk(@me)'/}</td>
  36. <td>
  37. <a href='mytag_edit.php?aid={dede:field.aid /}&dopost=edit'>修改</a> |
  38. <a href='mytag_edit.php?aid={dede:field.aid /}&dopost=delete'>删除</a> |
  39. <a href='mytag_edit.php?aid={dede:field.aid /}&dopost=getjs'>JS调用</a>
  40. </td>
  41. </tr>
  42. {/dede:datalist}
  43. <tr align="center" bgcolor="#F9FCEF" height="36">
  44. <td colspan="7">
  45. {dede:pagelist listsize=6/}
  46. </td>
  47. </tr>
  48. </table>
  49. </td>
  50. </tr>
  51. </table>
  52. </body>
  53. </html>