source: contrib/resources/templates/default/edit.tpl @ 3524

Revision 3524, 2.9 KB checked in by afernandes, 13 years ago (diff)

Ticket #1416 - Disponibilizado módulo de recursos 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<table id="calendar_head_table" class="calendar_head_table" border="0" width="100%" cols="{cols}" cellpadding="6" cellspacing="0">
27        <tr>
28                <td rowspan=10>
29       
30        <div id="divSubContainer">
31                <table cellpadding="0" cellspacing="0" width="100%">
32                <tbody><tr>
33                <!-- Sidebox Column -->
34<td id="tdSidebox" valign="top"><div id="thesideboxcolumn" style="width: 203px;"><div id="sideresize"></div>
35<div class="divSidebox">
36        <div class="divSideboxHeader"><span>Recursos Men&uacute;</span></div>
37
38        <div>
39                <table cellpadding="0" cellspacing="0" width="100%">
40                <tbody><tr class="divSideboxEntry">
41                        <td class="textSidebox" align="center" valign="middle" width="20"><img class="sideboxstar" src="/resources/templates/default/images/orange-ball.png" alt="ball" height="9" width="9"></td><td class="textSidebox"><a class="textSidebox" href="index.php?menuaction=resources.uiresources.search">Lista del registro</a></td>
42                </tr>
43                <tr class="divSideboxEntry">
44                        <td class="textSidebox" align="center" valign="middle" width="20"><img class="sideboxstar" src="/resources/templates/default/images/orange-ball.png" alt="ball" height="9" width="9"></td><td class="textSidebox"><a class="textSidebox" href=""></a><a class="textSidebox" href="index.php?menuaction=resources.uiresources.edit"  >A&ntilde;adir</a></td>
45                </tr>
46
47                </tbody></table>       
48        </div>
49</div>
50
51<div class="sideboxSpace"></div>
52
53</td> <td> 
54<font color="#000000" face="{font}">
55
56<form action="{action_url}" method="post" name="app_form">
57{common_hidden}
58<table id="editFormTable" border="0" width="90%"   class="prefTable">
59 <tr>
60  <td colspan="2">
61   <center><font size="+1"><b id="formStatus">{errormsg}</b></font></center>
62  </td>
63 </tr>
64{row}
65
66 <tr>
67  <td>
68  <table><tr valign="top">
69  <td>
70  <div style="padding-top:15px; padding-right: 2px">
71        <script language="JavaScript">
72                var alert_field = '{alert_msg}';
73        </script>
74        <center><input id="submit_button" style="font-size:10px" type="submit" value="{submit_button}" onClick="return submitValues(alert_field);"></center></div></form>
75  </td>
76  <td>{cancel_button}</td>
77  </tr></table>
78  </td>
79  <td align="right"></td>
80 </tr>
81</table>
82</font>
83</center>
84
85<table width="100%">
86        <tbody>
87
88<!-- END edit_entry -->
89<!-- BEGIN list -->
90 <tr bgcolor="{tr_color}">
91  <td valign="top" width="25%">&nbsp;<b>{field}:</b></td>
92  <td valign="top" width="75%">{data}</td>
93 </tr>
94
95<!-- END list -->
96
97<tr>
98<td>
99
100</td>
101</tr>
102<!-- BEGIN hr -->
103 <tr bgcolor="{tr_color}">
104  <td colspan="2">
105  {hr_text}
106  </td>
107 </tr>
108<!-- END hr -->
109</tbody>
110</table>
111
112
113
114
115
116
117
118
119
120</td>
121        </tr>
122</table>
123
Note: See TracBrowser for help on using the repository browser.