123456789101112131415161718192021 |
- <?php /* Smarty version 2.6.6, created on 2021-06-07 15:23:49
- compiled from reportHeader.tpl */ ?>
- <html>
- <head>
- <title>Forderungsmanagement - <?php echo $this->_tpl_vars['title']; ?>
- (© Global-Cube Business Solutions 2005)</title>
- <link rel="stylesheet" href="styles/phpME.css" type="text/css" />
- <link rel="stylesheet" href="styles/main.css" type="text/css" />
- <SCRIPT language="JavaScript" src='js/javascript.js'></SCRIPT>
- <script language="JavaScript" src='pdf/main.js'></script>
- <script type="text/javascript" src="js/calendar_js.js"></script>
- </head>
- <body class="body" onload="table_resize();" >
- <div id="calendar" class="report_calendar"></div>
- <div class="report_title">
- <?php echo $this->_tpl_vars['title']; ?>
- </div>
- <div class="report_header">
- Forderungsmanagement
- </div>
|