source: trunk/calendar/templates/celepar/edit.tpl @ 2

Revision 2, 1.4 KB checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • 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<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 border="0" width="90%">
24 <tr>
25  <td colspan="2">
26   <center><font size="+1"><b>{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        <input style="font-size:10px" type="submit" value="{submit_button}" onClick="javascript:submitValues()"></div></form>
36  </td>
37  <td>{cancel_button}</td>
38  </tr></table>
39  </td>
40  <td align="right">{delete_button}</td>
41 </tr>
42</table>
43</font>
44</center>
45<!-- END edit_entry -->
46<!-- BEGIN list -->
47 <tr bgcolor="{tr_color}">
48  <td valign="top" width="25%">&nbsp;<b>{field}:</b></td>
49  <td valign="top" width="75%">{data}</td>
50 </tr>
51<!-- END list -->
52<!-- BEGIN hr -->
53 <tr bgcolor="{tr_color}">
54  <td colspan="2">
55   {hr_text}
56  </td>
57 </tr>
58<!-- END hr -->
Note: See TracBrowser for help on using the repository browser.