source: companies/serpro/help/index.php @ 903

Revision 903, 1.3 KB checked in by niltonneto, 15 years ago (diff)

Importacao inicial do Expresso do Serpro

Line 
1<?php
2$GLOBALS['phpgw_info']['flags'] = array(
3                'disable_Template_class' => True,
4                'login'                  => True,
5                'currentapp'             => 'login',
6                'noheader'               => True
7        );
8       
9include('../header.inc.php');
10
11$img_root = $GLOBALS['phpgw_info']['server']['webserver_url'] . '/phpgwapi/templates/' . $GLOBALS['phpgw_info']['login_template_set'] . '/images/';
12$image_navbar_bg = $img_root . $GLOBALS['phpgw_info']['server']['image_navbar_bg'];
13$image_navbar_left =$img_root . $GLOBALS['phpgw_info']['server']['image_navbar_left'];
14
15?>
16<html>
17<head>
18<title>Ajuda - Expresso Livre</title>
19<link rel='stylesheet' type='text/css' href='css/index.css'/>
20</head>
21<body style="margin:0px;padding:0px;">
22<table border="0" width="100%" cellpadding=0 cellspacing=0>
23          <tr>
24        <td background="<?php echo $image_navbar_bg; ?>"><img src="<?php echo $image_navbar_left; ?>"  style="width:142px;height:58px"/></td>
25        <td  background="<?php echo $image_navbar_bg; ?>">
26       
27        </td><td style="padding-left:0px;padding-right:25px" align="right" background="<?php echo $image_navbar_bg; ?>" nowrap>
28<a name="0"><img src="<?php echo $img_root.'logo_expresso_transparente.png?1'; ?>"></a></td></tr></table>
29
30
31<iframe frameborder='0' width='100%' height='550px' src="content.html"></iframe>
32</body>
33</html>
Note: See TracBrowser for help on using the repository browser.