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

42 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'></head>
  6. <link href='css/lurd.css' rel='stylesheet' type='text/css'>
  7. <body>
  8. <form name='lurdform' action='{dede:server name='PHP_SELF' /}' method='post' enctype="multipart/form-data">
  9. <input type='hidden' name='ac' value='saveadd' />
  10. <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
  11. <tr>
  12. <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;">
  13. <table width='96%' cellpadding='0' cellspacing='0'>
  14. <tr>
  15. <td width='30%'>&nbsp;<strong><a href="~self~">~appname~</a> &gt; 增加数据</strong></td>
  16. <td align='right'>&nbsp;</td>
  17. </tr>
  18. </table>
  19. </td>
  20. </tr>
  21. <tr>
  22. <td height="150" bgcolor="#FFFFFF">
  23. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#CFCFCF">
  24. <tr bgcolor="#F8FEE0">
  25. <td width="20%" height="28" align="center"><strong>字段</strong></td>
  26. <td width="80%" align="center"><strong>值</strong></td>
  27. </tr>
  28. ~fields~
  29. </table>
  30. </td>
  31. </tr>
  32. <tr>
  33. <td align="center" bgcolor="#F9FCEF" height="43" style="border-left:1px solid #CFCFCF;border-right:1px solid #CFCFCF;border-bottom:1px solid #CFCFCF;">
  34. <input type="image" name="imageField" src="../static/lurd/button_save.gif" class='np' /> &nbsp;
  35. <img src="../static/lurd/button_reset.gif" width="60" height="22" onClick="document.lurdform.reset();" style="cursor:pointer;" /> &nbsp;
  36. <img src="../static/lurd/button_back.gif" width="60" height="22" onClick="history.go(-1);" style="cursor:pointer;" />
  37. </td>
  38. </tr>
  39. </table>
  40. </form>
  41. </body>
  42. </html>