source: trunk/jabberit_messenger/templates/celepar/index.tpl @ 382

Revision 382, 678 bytes checked in by niltonneto, 16 years ago (diff)

Inclusão do módulo JabberIt? Messenger, novo módulo de mensagens
instantâneas do Expresso. É uma customização do projeto original
Jeti, e foi desenvolvido em Java.

  • Property svn:executable set to *
Line 
1<!-- BEGIN index -->
2<html>
3<head>
4<link rel='stylesheet' type='text/css' href='../help/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="../help/templates/{template_set}/images/fundo_topo.jpg">
9<img src="../help/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;">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.