new create-script
[mir.git] / dbscripts / wiz_templates / show.template
1 <html>
2 <head>
3 <title>
4 ^tablename
5 </title>
6 <head>
7
8 <body bgcolor="#FFFFFF">
9 <include "head.template">
10 <form method="post" action="${actionRoot}">
11         <input type=hidden name=module value=^tablename_javastyle>
12         <input type="hidden" name="id" value="${id}">
13         <if new>
14                 <input type="hidden" name="do" value="insert">
15         <else>
16                 <input type="hidden" name="do" value="update">
17         </if>
18 <table border="0">
19
20
21 <!list metadata>
22   <tr> 
23     <td align="right" bgcolor="#000000"><font color="#ffffff"><B>^metadata.name :</B></font></td>
24     <td>
25       <input type="text" size="40" name="^metadata.name" value="${^metadata.name}">
26     </td>
27   </tr>
28 <end-list>
29   
30   
31   <tr> 
32     <td colspan="2" align="right"> <font color="#ffffff"><if new> 
33       <input type="submit" name="save" value="einfügen">
34     <else> 
35     <input type="submit" name="save" value="speichern">
36     </if> </font></form></font>
37     </td>
38   <tr>
39 </table>
40 <include "foot.template">
41 </body>
42 </html>