source: trunk/help/templates/classic/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='right' background="./templates/{template_set}/images/fundo_topo.jpg">
8<span class="titulo" >{lang_suggestions}</span><img src="./templates/{template_set}/images/topo.jpg" style="overflow:hidden;z-index:-1;">
9</td></tr></table><br><br>
10<p  align=center style='margin-top:0cm;margin-right:6.55pt;
11        margin-bottom:0cm;margin-left:25pt;margin-bottom:.0001pt;text-align:center'>
12<font face="Arial" size="2"><b>{txt_success}</b></font>
13<br>
14<br>
15<table border="0" width="320">
16    <tr>
17      <td><p  align=center style='margin-top:0cm;margin-right:6.55pt;font-width:10px
18                margin-bottom:0cm;margin-left:25pt;margin-bottom:.0001pt;text-align:justify'>{html_description}</p>             
19           </td>
20    </tr>
21  </table>
22  <br><br>
23<input type="button" name="bt_close" value="{txt_close}" onClick="javascript:window.close()">
24</p>
25</form>
26</div>
27</body>
28</html>
Note: See TracBrowser for help on using the repository browser.