source: branches/2.3/preferences/templates/default/termo_aceite.tpl @ 547

Revision 547, 792 bytes checked in by eduardoalex, 16 years ago (diff)

Desenvolvimento da tarefa #368

Line 
1<form action="termo_aceite.php" method="post">
2<input type="hidden" name="pass" value="1" />
3<table border="0" width="100%" cellspacing="0" cellpadding="0">
4 <tr>
5 <td  height="3"><img src="../phpgwapi/templates/default/images/spacer.gif" alt="spacer" height="3" /></td>
6</tr>
7 <tr>
8  <td align="left">
9
10{accept_term}
11
12  </td>
13 </tr>
14 <tr>
15 <td  height="3" colspan="2"><img src="../phpgwapi/templates/default/images/spacer.gif" alt="spacer" height="3" /></td>
16</tr>
17 <tr>
18 <td  height="3" align="center">{do you agree with the terms?} <input type="submit" name="submit" value="{Yes}" onClick="document.location.href='{url_accept}'"/>
19      <input type="button" name="cancel" value="{No}" onClick="document.location.href='{url_dont_accept}'"/></td>
20</tr>
21</table>
22</form>
Note: See TracBrowser for help on using the repository browser.