Go to the documentation of this file.00001 <?php
00002 if(!defined('__PRAGYAN_CMS'))
00003 {
00004 header($_SERVER['SERVER_PROTOCOL'].' 403 Forbidden');
00005 echo "<h1>403 Forbidden<h1><h4>You are not authorized to access the page.</h4>";
00006 echo '<hr/>'.$_SERVER['SERVER_SIGNATURE'];
00007 exit(1);
00008 }
00009
00010
00011
00012
00013
00014
00015
00016 ?>
00017 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
00018 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">
00019 <head>
00020 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
00021
00022 <title>Pragyan CMS v3 - Installation</title>
00023
00024 <link rel="index" href="./" title="Home" />
00025 <link rel="stylesheet" media="screen,projection" type="text/css" href="<?php echo $templateFolder ?>/css/main.css" />
00026 <link rel="stylesheet" media="print" type="text/css" href="<?php echo $templateFolder ?>/css/print.css" />
00027 <link rel="stylesheet" media="aural" type="text/css" href="<?php echo $templateFolder ?>/css/aural.css" />
00028 </head>
00029
00030 <body>
00031 <!-- Main -->
00032 <div id="main" class="box">
00033
00034 <!-- Header -->
00035 <div id="header">
00036 <!-- Logotyp -->
00037 <h1 id="logo">Pragyan CMS Installation</h1>
00038 <hr class="noscreen" />
00039 </div> <!-- /header -->
00040
00041 <!-- Main menu (tabs) -->
00042 <div id="tabs" class="noprint">
00043 <h3 class="noscreen">Installation Progress</h3>
00044 <ul class="box">
00045 <li <?php echo ($installPageNumber == 1 ? 'id="active"' : ''); ?>><a style="cursor: default">Prerequisites<span class="tab-l"></span><span class="tab-r"></span></a></li>
00046 <li <?php echo ($installPageNumber == 2 ? 'id="active"' : ''); ?>><a style="cursor: default">Configuration<span class="tab-l"></span><span class="tab-r"></span></a></li> <!-- Active -->
00047 <li <?php echo ($installPageNumber == 3 ? 'id="active"' : ''); ?>><a style="cursor: default">Finalize Installation<span class="tab-l"></span><span class="tab-r"></span></a></li>
00048 </ul>
00049
00050 <hr class="noscreen" />
00051 </div> <!-- /tabs -->
00052
00053 <!-- Page (2 columns) -->
00054 <div id="page" style="background: url(images/bg_instpage.jpg); background-repeat: repeat-y; background-color: transparent;">
00055 <div id="page-in" style="min-height: 12px; padding-left: 24px; padding-right: 24px; background-image: url(images/bg_instpage_in.jpg); background-repeat: no-repeat">
00056
00057 <?php echo $installPageContent; ?>
00058
00059 </div> <!-- /page-in -->
00060 </div> <!-- /page -->
00061
00062 <!-- Footer -->
00063 <div id="footer" style="text-align: right; color: #AEAEB8; background: url(images/inst_footer.jpg)">
00064 <span style="float: right; padding-right: 32px">Pragyan CMS v3 Installation</span>
00065 </div> <!-- /footer -->
00066
00067 </div> <!-- /main -->
00068 </body>
00069 </html>