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

74 lines
3.9KB

  1. {dede:config name='pagesize' value='30' /}
  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" colspan="7" background="../static/web/img/tbg.gif">
  15. <table width='96%' cellpadding='0' cellspacing='0' class="table table-borderless">
  16. <tr>
  17. <td width='20%' style="padding-left:10px">内容模型管理</td>
  18. <td align='right'>
  19. <a href="mychannel_add.php" class="btn btn-success btn-sm">增加新模型</a>
  20. <a href="mychannel_edit.php?dopost=exportin" class="btn btn-success btn-sm">导入模型</a>
  21. <a href="stepselect_main.php" class="btn btn-success btn-sm">联动类别管理</a>
  22. </td>
  23. </tr>
  24. </table>
  25. </td>
  26. </tr>
  27. <tr align="center" bgcolor="#FBFCE2" height="26">
  28. <td width="6%">id号</td>
  29. <td width="16%">频道名称</td>
  30. <td width="12%">识别id</td>
  31. <td width="20%">附加表</td>
  32. <td width="12%">状态</td>
  33. <td width="8%">模型</td>
  34. <td>管理</td>
  35. </tr>
  36. {dede:datalist empty='<tr><td colspan="7"><center>暂无内容</center></td></tr>'}
  37. <tr height="26" align="center" onmousemove="javascript:this.bgColor='#FCFDEE';" onmouseout="javascript:this.bgColor='#ffffff';">
  38. <td>{dede:field.id /}</td>
  39. <td>
  40. <a href='mychannel_edit.php?id={dede:field.id/}&dopost=edit'>{dede:field.typename /}</a>
  41. </td>
  42. <td>{dede:field.nid /}</td>
  43. <td>{dede:field.addtable function="str_replace('#@__',$cfg_dbprefix,@me)" /}</td>
  44. <td>{dede:field.isshow function="GetSta(@me,$fields['id'])" /}</td>
  45. <td>{dede:field.issystem function='IsSystem(@me)'/}</td>
  46. <td>
  47. <a href='mychannel_edit.php?id={dede:field.id/}&dopost=copystart'><img src='../static/web/img/gtk-copy.png' title='复制' alt='复制'></a>
  48. <a href='mychannel_edit.php?id={dede:field.id/}&dopost=gettemplets'><img src='../static/web/img/gtk-tmp.png' title='模板' alt='模板'></a>
  49. <a href='mychannel_edit.php?id={dede:field.id /}&dopost=export'><img src='../static/web/img/gtk-ex.png' title='导出' alt='导出'></a>
  50. <a href='mychannel_edit.php?id={dede:field.id/}&dopost=edit'><img src='../static/web/img/gtk-edit.png' alt='修改' title='修改'></a>
  51. <a href='mychannel_edit.php?mid={dede:field.id/}&dopost=modifysearch'><img src='../static/web/img/gtk-search.png' alt='自定义搜索' title='自定义搜索'></a>
  52. <a href='mychannel_edit.php?id={dede:field.id/}&dopost=delete'><img src='../static/web/img/gtk-del.png' alt='删除' title='删除'></a>
  53. </td>
  54. </tr>
  55. {/dede:datalist}
  56. <tr align="center" bgcolor="#f8f8f8" height="36">
  57. <td colspan="7">{dede:pagelist listsize='6'/}</td>
  58. </tr>
  59. <tr align="center" height="36">
  60. <td colspan="7">图标说明:
  61. <img src='../static/web/img/gtk-copy.png' title='复制' alt='复制'> 复制
  62. <img src='../static/web/img/gtk-tmp.png' title='模板' alt='模板'> 模板
  63. <img src='../static/web/img/gtk-ex.png' title='导出' alt='导出'> 导出
  64. <img src='../static/web/img/gtk-edit.png' alt='修改' title='修改'> 修改
  65. <img src='../static/web/img/gtk-search.png' alt='自定义搜索' title='自定义搜索'> 自定义搜索
  66. <img src='../static/web/img/gtk-del.png' alt='删除' title='删除'> 删除
  67. </td>
  68. </tr>
  69. </table>
  70. </td>
  71. </tr>
  72. </table>
  73. </body>
  74. </html>