source: contrib/ProjectManager/templates/default/edit.tpl @ 3594

Revision 3594, 1.6 KB checked in by afernandes, 13 years ago (diff)

Ticket #1416 - Disponibilizado o módulo ProjectManager? para a comunidade

  • Property svn:executable set to *
Line 
1<!-- BEGIN edit_entry -->
2<style type="text/css">
3div#tipDiv {
4  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
5  background-color:#EFEFEF; border:1px solid #337;
6  width:220px; padding:3px;
7  color:#000; font-size:11px; line-height:1.2;
8  cursor: default;
9}
10</style>
11
12
13
14<style type="text/css">
15<!--
16.hideFrom input { display: none; }
17.link_select select { width: 250px; }
18-->
19</style>
20
21
22
23
24<div class="sideboxSpace"></div>
25
26</td> <td>
27<font color="#000000" face="{font}">
28
29<form action="{action_url}" method="post" name="app_form">
30{common_hidden}
31<table id="editFormTable" border="0" width="90%"   class="prefTable">
32 <tr>
33  <td colspan="2">
34   <center><font size="+1"><b id="formStatus">{errormsg}</b></font></center>
35  </td>
36 </tr>
37{row}
38
39 <tr>
40  <td>
41  <table><tr valign="top">
42  <td>
43  <div style="padding-top:15px; padding-right: 2px">
44        <script language="JavaScript">
45                var alert_field = '{alert_msg}';
46        </script>
47        <center><input id="submit_button" style="font-size:10px" type="submit" value="{submit_button}" onClick="return submitValues(alert_field);"></center></div></form>
48  </td>
49  <td>{cancel_button}</td>
50  </tr></table>
51  </td>
52  <td align="right">{delete_button}</td>
53 </tr>
54</table>
55</font>
56</center>
57
58<table width="100%">
59        <tbody>
60
61<!-- END edit_entry -->
62<!-- BEGIN list -->
63 <tr bgcolor="{tr_color}">
64  <td valign="top" width="25%">&nbsp;<b>{field}:</b></td>
65  <td valign="top" width="75%">{data}</td>
66 </tr>
67
68<!-- END list -->
69
70<tr>
71<td>
72
73</td>
74</tr>
75<!-- BEGIN hr -->
76 <tr bgcolor="{tr_color}">
77  <td colspan="2">
78  {hr_text}
79  </td>
80 </tr>
81<!-- END hr -->
82</tbody>
83</table>
84
85
86
87
88
89
90
91
92
93</td>
94        </tr>
95</table>
96
Note: See TracBrowser for help on using the repository browser.