inital git commit
[phpns.git] / install / install.tmp.php
bloba3c87eeaacc9001613845cbfafbcff383b333555
1 <?php
3 /* Copyright (c) 2007-08 Kyle Osborn, Alec Henriksen
4 * phpns is free software; you can redistribute it and/or modify it under the
5 * terms of the GNU General Public Licence (GPL) as published by the Free
6 * Software Foundation; either version 2 of the Licence, or (at your option) any
7 * later version.
8 * Please see the GPL at http://www.gnu.org/copyleft/gpl.html for a complete
9 * understanding of what this license means and how to abide by it.
12 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
13 <html xmlns="http://www.w3.org/1999/xhtml">
14 <head>
15 <title>phpns &raquo; install</title>
16 <link rel="shortcut icon" href="../images/icons/favicon.ico" type="image/x-icon" />
17 <link rel="stylesheet" href="../themes/default/main.css" type="text/css" media="screen" />
18 <script type="text/javascript">
19 function expand() {
20 for (var i=0; i<expand.arguments.length; i++) {
21 var element = document.getElementById(expand.arguments[i]);
22 element.style.display = (element.style.display == "none") ? "block" : "none";
26 function new_window(url) {
27 var newwindow;
28 newwindow=window.open(url,'name','height=500,width=710,left=100,top=100,resizable=yes,scrollbars=yes,status=yes');
29 if (window.focus) {
30 newwindow.focus()
33 </script>
34 </head>
35 <body class="install">
36 <noscript>
37 <div id="messages">
38 Javascript is not enabled on this browser. This will result in decreased accessability, and possibly limited features.
39 </div>
40 </noscript>
41 <div id="head_container">
42 <h1><a href="../index.php">phpns</a></h1>
43 <div id="tabs"> <!-- navigation start -->
44 <ul id="top_nav">
45 <li><a href="http://phpns.com" title="phpns website"><span>phpns website</span></a></li>
46 </ul>
47 <ul>
48 <li><a href="index.php" class="current" title="phpns install index"><span>install index</span></a></li>
49 <li><a href="../" title="phpns admin panel"><span>phpns admin panel</span></a></li>
51 </ul>
52 </div> <!-- navigation end -->
53 </div>
54 <div id="main_container">
55 <div id="main_content">
56 <hr />
57 <?php echo "$logo"; ?>
58 <h2>phpns installation</h2>
59 <p>Welcome to the automatic phpns installation. Throughout this installation, we will ask you a few basic questions to get this up and running.</p>
60 <?php echo "$content"; ?>
61 </div>
62 <div class="clear"></div>
63 </div>
64 <div id="copyright"> <!-- bottom notice/copyright -->
65 <a href="http://phpns.alecwh.com">phpns 2.2.0</a> by <a href="http://alecwh.com">alec henriksen</a> under the GPL | <a href="index.php?tourId=phpns">Tour</a> &raquo; <a href="javascript:new_window('help.php');">Help</a>
66 </div>
67 </body>
68 </html>