lurd-add.htm 1.96 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='?ct={dede:global.ct /}' method='post' enctype="multipart/form-data">
<input type='hidden' name='action' value='saveadd' />
<input type='hidden' name='ct' value='{dede:global.ct /}' />
<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">
	<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>
	</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;">
	  	<img src="{dede:global.cfg_cmsurl/}/images/lurd/button_save.gif" class='np' width="60" height="22"  onClick="document.lurdform.submit();" /> &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>