00001 <?php
00002 global $_page, $_numofpages;
00003 ?>
00004 <?xml version="1.0" encoding="UTF-8"?>
00005 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
00006 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
00007 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
00008 <head>
00009 <title><?php print $document->title() ?></title>
00010 <meta name="Generator" content="<?php print $document->version("full")?>" />
00011 <style type="text/css">
00012 @import url("<?php print $document->theme() ?>/css/cfg.php");
00013 </style>
00014 </head>
00015 <body>
00016 <?php print $document->formBegin()?>
00017 <!-- Header bar -->
00018 <div id="header">
00019 <span style="margin: 0px; padding: 0px; font-size: larger; font-weight: bold;"><?php print $document->logo()?><?php print $document->header()?></span>
00020 <span style="position: absolute; top: 0px; right: 25px;">Current page: <?php print $_page?> of <?php print $_numofpages?></span>
00021 <span id="narrows"><?php print $document->navigationButtons()?></span>
00022 <img src="<?php print $document->theme()?>/images/progress.png" id="progressbar" />
00023 <span id="statusmessage">This is a statusmessage</span>
00024 <span id="percent"></span>
00025 </div>
00026
00027 <!-- Navigation bar -->
00028 <div id="navibar">
00029 <?php print $document->navigation(NAVIGATION_TYPE_NUMERIC)?>
00030 </div>
00031 <!-- Other stuff -->
00032 <div id="content">
00033 <span class="title"><?php print $document->partheader()?></span>
00034 <p><?php print $document->information()?></p>
00035 <span id="data">
00036 <?php
00037 <?php print action() ?>
00038 </span>
00039 </div>
00040
00041 <!-- Launch data loading... -->
00042 <?php print $document->formEnd()?>
00043 </body>
00044
00045 </html>