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

77 lines
4.1KB

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