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

50 lines
2.8KB

  1. {dede:page pagesize="50"/}
  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 href="css/base.css" rel="stylesheet" type="text/css" />
  8. </head>
  9. <body background="images/allbg.gif" leftmargin="8" topmargin="8">
  10. <div class="bodytitle">
  11. <div class="bodytitleleft"></div>
  12. <div class="bodytitletxt" style="padding-left:10px;">会员模型管理</div>
  13. </div>
  14. <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="border:1px solid #CFCFCF;border-bottom:none;">
  15. <tr>
  16. <td bgcolor="#EDF9D5" class="tbtitletxt" background="images/tbg.gif"><table width='96%' border="0" cellpadding='0' cellspacing='0'>
  17. <tr>
  18. <td width='30%' class="tbtitletxt" style="padding-left:10px;">[<a href="member_model_add.php"><u>增加会员模型</u></a>]</td>
  19. <td align='right'> [图片说明:暂无] </td>
  20. </tr>
  21. </table></td>
  22. </tr>
  23. </table>
  24. <table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class='tbtitle' style='background:#CFCFCF;margin-bottom:5px;'>
  25. <tr align="center" bgcolor="#FBFCE2">
  26. <td>ID号</td>
  27. <td>模型名称</td>
  28. <td>表名</td>
  29. <td>会员数</td>
  30. <td>启用状态</td>
  31. <td>管理</td>
  32. </tr>
  33. {dede:datalist}
  34. <tr align="center" bgcolor="#FFFFFF" onMouseMove="javascript:this.bgColor='#FCFDEE';" onMouseOut="javascript:this.bgColor='#FFFFFF';">
  35. <td>{dede:field.id/}</td>
  36. <td><a href="member_main.php?mtype={dede:field.name/}" title="{dede:field.description/}"><u>{dede:field.name/}</u></a>{dede:if field.issystem==1 }<font color=red>[*]</font>{/dede:if}</td>
  37. <td>{dede:field.table/}</td>
  38. <td>{dede:field.table function='GetTotalMember(@me)'/}</td>
  39. <td> {dede:if field.state==0 } <font color=red>[×]Off</font> {else} <font color=green>[√]On</font> {/dede:if} </td>
  40. <td><a href='member_model_edit.php?id={dede:field.id/}&dopost=edit'>编辑</a> | <a href='member_model_edit.php?id={dede:field.id/}&dopost=copy'>复制</a> | <a href='member_model_edit.php?id={dede:field.id/}&dopost=disabled'>{dede:if field.state==0 }启用{else}禁用{/dede:if}</a> | <a href='member_model_edit.php?id={dede:field.id/}&dopost=delete'>删除</a></td>
  41. </tr>
  42. {/dede:datalist}
  43. </table>
  44. <table width="98%" border="0" cellpadding="5" cellspacing="1" align="center" style=" border:1px solid #CFCFCF;line-height:31px;margin:auto;">
  45. <tr>
  46. <td height="35" align="center" style="background:#F9FCEF;padding:7px 6px 6px 10px;" >{dede:pagelist listsize=6/}</td>
  47. </tr>
  48. </table>
  49. </body>
  50. </html>