summaryrefslogtreecommitdiffstats
path: root/contents/projekte/main.php
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2008-10-01 16:32:55 +0200
committerMatthias Schiffer <matthias@gamezock.de>2008-10-01 16:32:55 +0200
commit15ef06a1a07757c8f7590784438b82a873fbdc02 (patch)
tree40b8a690ff07e047e7c612346ca012585af433db /contents/projekte/main.php
downloadcompag-website-15ef06a1a07757c8f7590784438b82a873fbdc02.tar
compag-website-15ef06a1a07757c8f7590784438b82a873fbdc02.zip
Initialer Import.HEADmaster
Diffstat (limited to 'contents/projekte/main.php')
-rw-r--r--contents/projekte/main.php31
1 files changed, 31 insertions, 0 deletions
diff --git a/contents/projekte/main.php b/contents/projekte/main.php
new file mode 100644
index 0000000..8c87d69
--- /dev/null
+++ b/contents/projekte/main.php
@@ -0,0 +1,31 @@
+<?php
+ $author = 'Lena';
+ $pathToRoot = '../../';
+?>
+<?php
+ include($pathToRoot . 'includes/firstinclude.inc.php');
+ include($pathToRoot . 'includes/header.inc.php');
+ include($pathToRoot . 'includes/mainmenu.inc.php');
+
+ include($pathToRoot . 'sidebars/projekte/main.inc.php');
+?>
+
+<div id="inhalt">
+ <h2>
+ Projekte
+ </h2>
+ <p>
+ Wir hatten leider noch nicht besonders viele Projekte, ausführlich dokumentiert ist bisher nur der Robocup 2007, zu dem hier auch Informationen über den Roboter, mit dem wir an diesem teilnahmen, zu finden sind. Momentan sind wir in den Vorbereitungen für den Rococup 2008.
+ </p>
+ <p>
+ Diese Website ist das Ergebnis unseres Websdesign-Projekts.
+ </p>
+ <p>
+ Als nächtest werden wir ein Benutzerverwaltungssystem für unsere Schule programmieren.
+ </p>
+</div>
+
+<?php
+ include($pathToRoot . 'includes/footer.inc.php');
+ include($pathToRoot . 'includes/lastinclude.inc.php');
+?>