source: trunk/mobile/templates/default/edit.tpl @ 588

Revision 588, 1.5 KB checked in by eduardoalex, 15 years ago (diff)

Ticket #386

  • 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="100%">
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 colspan="2">
32{row_owner}
33</td>
34</tr>
35 <tr>
36  <td>
37  <table><tr valign="top">
38  <td>
39  <div style="padding-top:15px; padding-right: 2px">
40        <input style="font-size:10px" type="submit" value="{submit_button}"></div></form>
41  </td>
42  <td>{cancel_button}</td>
43  </tr></table>
44  </td>
45  <td align="right">{delete_button}</td>
46 </tr>
47</table>
48</font>
49<a href="index.php?menuaction=mobile.ui_mobilecalendar.add_participants">{lang_add_participants}</a>
50</center>
51<!-- END edit_entry -->
52<!-- BEGIN list -->
53 <tr bgcolor="{tr_color}">
54  <td valign="top" width="40%">&nbsp;<font size='1'><b>{field}:</b></font></td>
55  <td valign="top" width="60%">{data}</td>
56 </tr>
57<!-- END list -->
58<!-- BEGIN hr -->
59 <tr bgcolor="{tr_color}">
60  <td colspan="2">
61   {hr_text}
62  </td>
63 </tr>
64<!-- END hr -->
Note: See TracBrowser for help on using the repository browser.