Platform  3.1
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
winit.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
5  * @package FDL
6 */
7 /**
8  * View interface to access admin pages
9  *
10  * @author Anakeen 2008
11  * @version $Id: winit.php,v 1.4 2008/10/02 09:06:01 eric Exp $
12  * @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
13  * @package FDL
14  * @subpackage CORE
15  */
16 ?>
17 <html>
18 <head><title>Dynacase Platform Initialisation</title>
19 
20 <noscript>
21 <H1>Javascript must be enabled in your navigator</H1>
22 </noscript>
23 <LINK REL="icon" HREF="../[DYNACASE_FAVICO]" >
24 <LINK REL="stylesheet" type="text/css" HREF="Layout/wg.css" >
25 <script language="JavaScript" src="../WHAT/Layout/logmsg.js"></script>
26 <script language="JavaScript">
27  <!--
28  // this page must be on top frame
29 if (window != top) top.location.href = location.href;
30 if (! navigator.cookieEnabled) alert ('[TEXT:Your navigator does not accept cookies.\nCookies must be enabled to use correctly this application]');
31 //alert (navigator.userAgent+'\n'+navigator.appVersion);
32  //Detect IE5.5+
33 var version=0
34 if (navigator.appName=="Netscape") {
35  version=parseFloat(navigator.appVersion);
36  if (version < 5) alert('[TEXT:You use version an to old version of Netscape (Mozilla)]:'+version+'\n'+'[TEXT:You must upgrade to version Netscape 7 or Mozilla 1.7 (Firefox)]');
37 }
38 if (navigator.appVersion.indexOf("MSIE")!=-1){
39  temp=navigator.appVersion.split("MSIE");
40  version=parseFloat(temp[1]);
41  if (version < 5.5) alert('You use version an to old version of Internet Explorer:'+version+'\n'+'You must upgrade to version 6 or more');
42 }
43 
44  //-->
45  </script>
46 
47 </head>
48 <body >
49 
50 
51 <table width="100%" height="100%" >
52 <tr><TD align="right" width="50%"><img style="border:none;" src="Images/freeeye.png"></td>
53  <td align="left">
54  <a class="abut" href="checklist.php"><span class="bigbutton">Check List</span></a><br>
55  <a class="abut" href="phpinfo.php"><span class="bigbutton">PHP info</span></a><br>
56  <a class="abut" href="../lib/examples/perfotest.html"><span class="bigbutton">Performance test</span></a><br>
57  <a class="abut" href="pgsize.php"><span class="bigbutton">PG Size</span></a><br>
58 <?php
59 if (file_exists("dbmng.php")) { ?>
60  <a class="abut" href="dbmng.php"><span class="bigbutton">Check DB backups</span></a>
61 <?php
62 } ?>
63 </td>
64 </tr></table>
65 
66 </body>
67 </html>
← centre documentaire © anakeen - published under CC License - Dynacase