HTML default header and footer
authorx99bachelart <x99bachelart>
Tue, 2 Sep 2003 21:55:25 +0000 (21:55 +0000)
committerx99bachelart <x99bachelart>
Tue, 2 Sep 2003 21:55:25 +0000 (21:55 +0000)
install.d/footer.inc.php [new file with mode: 0644]
install.d/header.inc.php [new file with mode: 0644]

diff --git a/install.d/footer.inc.php b/install.d/footer.inc.php
new file mode 100644 (file)
index 0000000..d8dbd16
--- /dev/null
@@ -0,0 +1,16 @@
+<?php
+/********************************************************************************
+* install.d/footer.inc.php : HTML default footer
+* --------------------------
+*
+* This file is part of the banana distribution
+* Copyright: See COPYING files that comes with this distribution
+********************************************************************************/
+?>
+    </div>
+    <p class="footer">
+      <i>Banana</i>, a Web interface for a NNTP Server<br />
+      Developed under GPL License for <a href="http://www.polytechnique.org">Polytechnique.org</a>
+    </p>
+  </body>
+</html>
diff --git a/install.d/header.inc.php b/install.d/header.inc.php
new file mode 100644 (file)
index 0000000..b053b8b
--- /dev/null
@@ -0,0 +1,23 @@
+<?php
+/********************************************************************************
+* install.d/header.inc.php : HTML default header
+* --------------------------
+*
+* This file is part of the banana distribution
+* Copyright: See COPYING files that comes with this distribution
+********************************************************************************/
+?>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; 
+    charset=iso-8859-1">
+    <meta name="description" content="WebForum2/Banana">
+    <link href="css/style.css" type="text/css" rel="stylesheet"
+    media="screen">
+    <title>
+      Banana, a NNTP<->Web Gateway 
+    </title>
+  </head>
+  <body>
+    <div class="bloc">