source: branches/2.2/help/templates/classic/suggestions.tpl @ 1251

Revision 1251, 1.1 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>
5                <script language="Javascript">
6                function send() {
7                        if(document.doit.body.value ==""){
8                                alert('Não existe nenhum texto digitado.');
9                                return false;
10                        }
11                        document.doit.submit();
12                }
13                </script>               
14</head>
15<body style="margin:0px;padding:0px;">
16<table width='100%'>
17<tr><td align='right' background="./templates/{template_set}/images/fundo_topo.jpg">
18<span class="titulo" >{lang_suggestions}</span><img src="./templates/{template_set}/images/topo.jpg" style="overflow:hidden;z-index:-1;">
19</td></tr></table>
20<div align='center'>
21<p align="center">
22<font face="Arial" size="2"><b>{txt_desc}</font></p>
23<form name="doit" action="enviasugestao.php" method="POST">
24<textarea name="body" cols="40" rows="15" wrap></textarea>
25<br>
26<br>
27<input type="button" name="bt_send" value="{txt_send}" onClick="javascript:send()">
28&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
29<input type="button" name="bt_cancel" value="{txt_cancel}" onClick="javascript:window.close()">
30</form>
31</div>
32</body>
33</html>
Note: See TracBrowser for help on using the repository browser.