source: companies/celepar/help/templates/celepar/index.tpl @ 763

Revision 763, 644 bytes checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

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='right' background="./templates/{template_set}/images/fundo_topo.jpg">
9<img src="./templates/{template_set}/images/topo.jpg" style="overflow:hidden;z-index:-1;">
10<p class='titulo' style="font-color:blue;text-align:center;position:absolute;top:20px;left:5px;z-index:0;">{lang_help}</p>
11</td></tr></table>
12<iframe frameborder='0' width='100%' height='410px' src="templates/{template_set}/{lang}/content.html"></iframe>
13</body>
14</html>
Note: See TracBrowser for help on using the repository browser.