source: branches/2.2/jabberit_messenger/templates/default/index.tpl @ 3102

Revision 3102, 690 bytes checked in by amuller, 14 years ago (diff)

Ticket #986 - Efetuado merge para o Branch 2.2( atualizacao do modulo)

  • Property svn:executable set to *
Line 
1<!-- BEGIN index -->
2<html>
3<head>
4<link rel='stylesheet' type='text/css' href='../help/templates/{template_default}/css/index.css'>
5</head>
6<body style="margin:0px;padding:0px">
7<table width='100%'>
8<tr><td align='right' background="../help/templates/{template_default}/images/fundo_topo.jpg">
9<img src="../help/templates/{template_default}/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;">Ajuda</p>
11</td></tr></table>
12        <iframe bgcolor="WHITE" frameborder='0' width='100%' height='410px' src="templates/{template_set}/content.html"></iframe>
13</body>
14</html>
15<!-- END index -->
Note: See TracBrowser for help on using the repository browser.