source: companies/serpro/calendar/templates/celepar/edit.tpl @ 903

Revision 903, 1.5 KB checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

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<script language="JavaScript">
12        self.name="first_Window";
13        function accounts_popup()
14        {
15                Window1=window.open('{accounts_link}',"Search","width=800,height=600,toolbar=no,scrollbars=yes,resizable=yes");
16        }
17</script>
18<center>
19<font color="#000000" face="{font}">
20
21<form action="{action_url}" method="post" name="app_form">
22{common_hidden}
23<table id="editFormTable" border="0" width="90%">
24 <tr>
25  <td colspan="2">
26   <center><font size="+1"><b id="formStatus">{errormsg}</b></font></center>
27  </td>
28 </tr>
29{row}
30 <tr>
31  <td>
32  <table><tr valign="top">
33  <td>
34  <div style="padding-top:15px; padding-right: 2px">
35        <script language="JavaScript">
36                var alert_field = '{alert_msg}';
37        </script>
38        <input id="submit_button" style="font-size:10px" type="submit" value="{submit_button}" onClick="return submitValues(alert_field);"></div></form>
39  </td>
40  <td>{cancel_button}</td>
41  </tr></table>
42  </td>
43  <td align="right">{delete_button}</td>
44 </tr>
45</table>
46</font>
47</center>
48<!-- END edit_entry -->
49<!-- BEGIN list -->
50 <tr bgcolor="{tr_color}">
51  <td valign="top" width="25%">&nbsp;<b>{field}:</b></td>
52  <td valign="top" width="75%">{data}</td>
53 </tr>
54<!-- END list -->
55<!-- BEGIN hr -->
56 <tr bgcolor="{tr_color}">
57  <td colspan="2">
58   {hr_text}
59  </td>
60 </tr>
61<!-- END hr -->
Note: See TracBrowser for help on using the repository browser.