source: t29-www/lib/sitemap.php @ 644

Last change on this file since 644 was 585, checked in by sven, 10 years ago

Änderungswünsche von Heribert zur Sitemap und dem Footer umgesetzt.

File size: 3.1 KB
Line 
1<?php
2      $test_files = array(__FILE__);
3      if(!require("../lib/technikum29.php")) return; // keine verschachtelten Aufrufe
4      require_once("../lib/menu.php");
5        /**
6        * TODO:
7        *   2. de/en Texte sollten serverseitig rausgefiltert werden
8        **/
9
10
11      function print_sitemap() {
12                global $tmpl; // global from technikum29
13
14              $conf = $tmpl->conf; // Template-Konfiguration (Sprache, usw)
15
16              $menu = new t29Menu($conf);
17              $menu->hide_geraete_seiten = false;
18
19              ?>
20     
21      <ul class="sitemap u0a">
22        <li><a href="/">
23                        <span class="de">Hauptseite: technikum29.de</span>
24                        <span class="en">Main website: technikum29.de</span>
25            </a>
26                <ul class="u0b">
27                        <li><b><span class="de">Über das Museum</span><span class="en">About our museum</span></b>
28                        <?php
29                                $menu->print_menu(t29Menu::horizontal_menu);
30                        ?></li>
31                       
32                        <li><b><span class="de">Führung durch das Museum</span><span class="en">Electronical guide</span></b>
33                        <?php
34                                $menu->print_menu(t29Menu::sidebar_menu);
35                        ?></li>
36                </ul>
37        </li>
38        <li><a href="http://labs.technikum29.de">
39                        <span class="de">Entwicklung: labs.technikum29.de</span>
40                        <span class="en">Development projects: labs.technikum29.de</span>
41                </a>
42                <ul class="u0b">
43                        <li><a href="http://labs.technikum29.de/wiki/DevelopmentProjects">
44                                        <span class="de">Entwicklungs- und Programmierprojekte</span>
45                                        <span class="en">Programming and hardware projects</span></a>
46                                <ul class="u1">
47                                        <li><a href="http://labs.technikum29.de/wiki/DevelopmentProjects/PaperTapeProject"><span class="de">Lochstreifen-Projekte</span><span class="en">Projects involving Paper Tape devices and storage</span></a>
48                                        <li><a href="http://labs.technikum29.de/wiki/DevelopmentProjects/PunchCardProject"><span class="de">Lochkarten-Projekte</span><span class="en">Projects involving Punch card devices and storage</a>
49                                        <li><a href="http://labs.technikum29.de/wiki/DevelopmentProjects/BullAnalexProject"><span class="de">Bull-Anelex-Projekt</span><span class="en">Connecting an Anelex Highspeed printer to the BULL Gamma Mainframe</span></a>
50                                        <li><a href="http://labs.technikum29.de/wiki/DevelopmentProjects/Univac9400Show"><span class="de">Univac9400-Show</span><span class="en">Univac9400 show emulation</span></a>
51                                        <li><a href="http://labs.technikum29.de/wiki/DevelopmentProjects/Papers"><span class="de">Papers und Veröffentlichungen</span><span class="en">Papers and publications</span></a>
52                                       
53                                </ul>
54                        <li><a href="http://dev.technikum29.de/"><span class="de">Weitere Websites</span><span class="en">Website managament and design</span></a>
55                                <!--<ul class="u1">
56                                        <li><a href="http://labs.technikum29.de/wiki/Website/Geschichte"><span class="de">historische Entwicklung</span><span class="en">historical evolution</span></a>
57                                        <li><a href="http://old.technikum29.de/"><span class="de">historischer Einblick</span><span class="en">Zeitgeist-like archives</span></a>
58                                </ul>-->
59                        <!--<li><a href="http://lists.technikum29.de/"><span class="de">technikum29-Mailinglisten</span><span class="en">technikum29 mailing lists</span></a>-->
60                </ul>
61        </li>
62      </ul>
63<?php
64      // End of function print_sitemap
65      }
Note: See TracBrowser for help on using the repository browser.
© 2008 - 2013 technikum29 • Sven Köppel • Some rights reserved
Powered by Trac
Expect where otherwise noted, content on this site is licensed under a Creative Commons 3.0 License