mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
53 lines
2.1 KiB
PHP
53 lines
2.1 KiB
PHP
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<head>
|
|
|
|
<?php include_http_metas() ?>
|
|
<?php include_metas() ?>
|
|
|
|
<?php include_title() ?>
|
|
|
|
<link rel="shortcut icon" href="/favicon.ico" />
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div class="header">
|
|
<div class="logo_wrapper">
|
|
<div class="logo">
|
|
<?php echo image_tag('logo.png'); ?>
|
|
</div>
|
|
</div>
|
|
<div class="menu">
|
|
<div class="menuCommands">
|
|
<?php echo link_to('Scheduler', 'scheduler/index'); ?> |
|
|
<?php echo link_to('Workorders', 'workOrder/index'); ?> |
|
|
<?php echo link_to('Maps', 'maps/index'); ?> |
|
|
<?php echo link_to('Clients', 'clientManager/index'); ?> |
|
|
<?php echo link_to('Users', 'userManager/index'); ?> |
|
|
<?php echo link_to('Messages', "messages/index"); ?> |
|
|
<a href="http://accella.unfuddle.com/" target="_blank">Support</a> |
|
|
<?php echo link_to('Process', "process/index"); ?> |
|
|
<a href='https://mail.google.com/a/atlanticbiomedical.com' target='_blank'> Email </a> |
|
|
<?php echo link_to('Logout', 'security/logout'); ?>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- <div class="content"> -->
|
|
<?php echo $sf_data->getRaw('sf_content') ?>
|
|
<!-- </div> -->
|
|
|
|
<div class="footer">
|
|
|
|
<?php echo link_to('Scheduler', 'scheduler/index'); ?> |
|
|
<?php echo link_to('Workorders', 'workOrder/index'); ?> |
|
|
<?php echo link_to('Maps', 'maps/index'); ?> |
|
|
<?php echo link_to('Clients', 'clientManager/index'); ?> |
|
|
<?php echo link_to('Users', 'userManager/index'); ?> |
|
|
<?php echo link_to('Messages', 'http://abc.accella.net/messages/index.html'); ?> |
|
|
<?php echo link_to('Support', 'http://www.ciphent.com/bugtracker'); ?> <br/><br/>
|
|
© Copyright Atlantic Biomedical 2007
|
|
</div>
|
|
</body>
|
|
</html>
|