lurd-edit.htm
1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<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%'> <strong>修改/查看 -- ~appname~</strong></td>
<td align='right'> </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' />
<img src="{dede:global.cfg_cmsurl/}/images/lurd/button_reset.gif" width="60" height="22" onClick="document.lurdform.reset();" style="cursor:pointer;" />
<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>