lurd-edit.htm 1.99 KB
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=<?php echo $cfg_soft_lang; ?>'>
<title>修改/查看 -- ~appname~</title>
<link href='{dede:global.cfg_cmsurl/}/images/lurd/base.css' rel='stylesheet' type='text/css'>
</head>
<body>
<form name='lurdform' action='{dede:server name='PHP_SELF' /}' method='post' enctype="multipart/form-data">
<input type='hidden' name='ct' value='{dede:global.ct /}' />
<input type='hidden' name='action' value='saveedit' />
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td height="28" style="background:url({dede:global.cfg_cmsurl/}/images/lurd/tr-bg.gif);border-left:1px solid #DADADA;border-right:1px solid #DADADA;border-top:1px solid #DADADA;">
    <table width='96%' cellpadding='0' cellspacing='0'>
      <tr>
    	<td width='30%'>&nbsp;<strong>修改/查看 -- ~appname~</strong></td>
        <td align='right'>&nbsp;</td>
      </tr>
     </table>
	</td>
  </tr>
  <tr> 
    <td height="150" bgcolor="#FFFFFF">
{dede:datalist}
~primarykey~
	<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#DCE9AB">
      <tr bgcolor="#F8FEE0">
        <td width="20%" height="28" align="center"><strong>字段</strong></td>
        <td width="80%" align="center"><strong></strong></td>
      </tr>
      ~fields~
    </table>
{/dede:datalist}
	</td>
   </tr>
	<tr> 
      <td align="center" bgcolor="#F9FCEF" height="43" style="border-left:1px solid #DCE9AB;border-right:1px solid #DCE9AB;border-bottom:1px solid #DCE9AB;">
	  	<input type="image" name="imageField" src="{dede:global.cfg_cmsurl/}/images/lurd/button_save.gif" class='np' /> &nbsp;
	  	<img src="{dede:global.cfg_cmsurl/}/images/lurd/button_reset.gif" width="60" height="22" onClick="document.lurdform.reset();" style="cursor:pointer;" /> &nbsp;
	  	<img src="{dede:global.cfg_cmsurl/}/images/lurd/button_back.gif" width="60" height="22" onClick="history.go(-1);" style="cursor:pointer;" />
	  </td>
  </tr>
</table>
</form>
</body>
</html>