source: trunk/help/templates/default/success.tpl @ 1251

Revision 1251, 1.0 KB checked in by niltonneto, 15 years ago (diff)

Ticket #475 - Adição dos templates novos classic e default.

  • Property svn:executable set to *
Line 
1<html>
2<head>
3<link rel='stylesheet' type='text/css' href='./templates/{template_set}/css/index.css'/>
4<title>{title_suggestions}</title></head>
5<body style="margin:0px;padding:0px;">
6<table width='100%'>
7<tr><td align='left' background="./templates/{template_set}/images/fundo_topo.jpg">
8<img src="./templates/{template_set}/images/topo.jpg" style="overflow:hidden;z-index:-1;">
9<span class='titulo'>{lang_suggestions}</span>
10</td></tr></table>
11<br><br>
12<p  align=center style='margin-top:0cm;margin-right:6.55pt;
13        margin-bottom:0cm;margin-left:25pt;margin-bottom:.0001pt;text-align:center'>
14<font face="Arial" size="2"><b>{txt_success}</b></font>
15<br>
16<br>
17<table border="0" width="320">
18    <tr>
19      <td><p  align=center style='margin-top:0cm;margin-right:6.55pt;font-width:10px
20                margin-bottom:0cm;margin-left:25pt;margin-bottom:.0001pt;text-align:justify'>{html_description}</p>             
21           </td>
22    </tr>
23  </table>
24  <br><br>
25<input type="button" name="bt_close" value="{txt_close}" onClick="javascript:window.close()">
26</p>
27</form>
28</div>
29</body>
30</html>
Note: See TracBrowser for help on using the repository browser.