source: trunk/help/templates/azul/index.tpl @ 1080

Revision 1080, 562 bytes checked in by niltonneto, 15 years ago (diff)

Ticket #475 - Adição do template azul no módulo de ajuda.

  • Property svn:executable set to *
Line 
1<html>
2<head>
3<title>{title_help}</title>
4<link rel='stylesheet' type='text/css' href='./templates/{template_set}/css/index.css'/>
5</head>
6<body style="margin:0px;padding:0px;">
7<table width='100%'>
8<tr><td align='left' background="./templates/{template_set}/images/fundo_topo.jpg">
9<img src="./templates/{template_set}/images/topo.jpg" style="overflow:hidden;z-index:-1;">
10<span class='titulo'>{lang_help}</span>
11</td></tr></table>
12<iframe frameborder='0' width='100%' height='435px' src="templates/{template_set}/{lang}/content.html"></iframe>
13</body>
14</html>
Note: See TracBrowser for help on using the repository browser.