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

46 lines
1.9KB

  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
  4. <title>修改/查看 -- ~appname~</title>
  5. <link href='../static/lurd/base.css' rel='stylesheet' type='text/css'>
  6. <link href='css/lurd.css' rel='stylesheet' type='text/css'>
  7. </head>
  8. <body>
  9. <form name='lurdform' action='{dede:server name='PHP_SELF' /}' method='post' enctype="multipart/form-data">
  10. <input type='hidden' name='ac' value='saveedit' />
  11. <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
  12. <tr>
  13. <td height="28" style="background:url(../static/lurd/tr-bg.gif);border-left:1px solid #CFCFCF;border-right:1px solid #CFCFCF;border-top:1px solid #CFCFCF;">
  14. <table width='96%' cellpadding='0' cellspacing='0'>
  15. <tr>
  16. <td width='30%'>&nbsp;<strong> <a href="~self~">~appname~</a> &gt; 修改/查看</strong></td>
  17. <td align='right'>&nbsp;</td>
  18. </tr>
  19. </table>
  20. </td>
  21. </tr>
  22. <tr>
  23. <td height="150" bgcolor="#FFFFFF">
  24. {dede:datalist}
  25. ~primarykey~
  26. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#CFCFCF">
  27. <tr bgcolor="#F8FEE0">
  28. <td width="20%" height="28" align="center"><strong>字段</strong></td>
  29. <td width="80%" align="center"><strong>值</strong></td>
  30. </tr>
  31. ~fields~
  32. </table>
  33. {/dede:datalist}
  34. </td>
  35. </tr>
  36. <tr>
  37. <td align="center" bgcolor="#F9FCEF" height="43" style="border-left:1px solid #CFCFCF;border-right:1px solid #CFCFCF;border-bottom:1px solid #CFCFCF;">
  38. <input type="image" name="imageField" src="../static/lurd/button_save.gif" class='np' /> &nbsp;
  39. <img src="../static/lurd/button_reset.gif" width="60" height="22" onClick="document.lurdform.reset();" style="cursor:pointer;" /> &nbsp;
  40. <img src="../static/lurd/button_back.gif" width="60" height="22" onClick="history.go(-1);" style="cursor:pointer;" />
  41. </td>
  42. </tr>
  43. </table>
  44. </form>
  45. </body>
  46. </html>