Changeset 347 in t29-www for en


Ignore:
Timestamp:
Mar 6, 2013, 3:58:15 AM (10 years ago)
Author:
sven
Message:

Diverse Verbesserungen am Homepagesystem, die bereits lange anstanden.

  • Die Suche ist endlich implementiert, wenngleich auch relativ unschoen mittels einer eingebundenen Google-Suche.

Bugfixes:

  • de/news.php: Syntaxfehler im Neuigkeiten-Menü

Backend-Aenderungen:

  • Englischsprachige Benutzer, die auf die deutsche Seite kommen oder andersrum erhalten einen Hinweis, dass es die andere Sprachversion gibt (noch nicht vollständig implementiert)
  • Es gibt ein besseres Logging-System, welches Client- und Serverausgaben verbindet
  • Das System generiert jetzt selbst Clean-URLs direkt (zumindest aus Menue/Template, Inhalte werden nicht touchiert). Das reduziert die Anzahl der Zugriffe erheblich.
  • Ein paar CSS-Details
  • navigation.xml: "#DUMME-VERLINKUNG"-Einträge entfernt
Location:
en
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • en/details1.php

    r296 r347  
    99<h2><?php print $titel; ?></h2>
    1010
    11 <table width="100%" border="0" cellpadding="0" cellspacing="1">
     11<table width="100%" border="0" cellpadding="0" cellspacing="1" class="t29-details">
    1212  <colgroup>
    1313    <col class="middle">
  • en/details2.php

    r296 r347  
    88<h2><?php print $titel; ?></h2>
    99
    10 <table width="100%" border="0" cellpadding="0" cellspacing="1">
     10<table width="100%" border="0" cellpadding="0" cellspacing="1" class="t29-details">
    1111  <colgroup>
    1212    <col class="middle">
  • en/navigation.xml

    r325 r347  
    2121                </ul>
    2222        </li>
    23         <li class="has-submenu"><a href="/en/development-projects.php#DUMME-VERLINKUNG">Projects</a>
     23        <li class="has-submenu"><a href="/en/development-projects.php">Projects</a>
    2424                <ul class="u2">
    2525                        <li class="has-submenu"><a seiten_id="lernprojekte" href="/en/study-projects.php">Study projects</a></li>
     
    5050                                </ul>
    5151                        </li>
    52                         <li><a href="/en/computer/punchcard.php#DUMME-VERLINKUNG">Punch card computing</a>
     52                        <li><a href="/en/computer/punchcard.php">Punch card computing</a>
    5353                                <ul class="u3">
    5454                                        <li><a seiten_id="lochkarten" href="/en/computer/punchcard.php" title="Punchers and Periphery">Punchers</a></li>
     
    109109                                </ul>
    110110                        </li>
    111                         <li><a href="/en/computer/electron-tubes.php#DUMME-VERLINKUNG">Electronical desk calculators</a>
     111                        <li><a href="/en/computer/electron-tubes.php">Electronical desk calculators</a>
    112112                                <ul class="u3">
    113113                                        <li><a seiten_id="elektronenroehren" href="/en/computer/electron-tubes.php">with electron tubes</a></li>
     
    161161                </ul>
    162162        </li>
    163         <li><a href="/en/communication/broadcasting.php#DUMME-VERLINKUNG">Communication Technology</a>
     163        <li><a href="/en/communication/broadcasting.php">Communication Technology</a>
    164164                <ul class="u2">
    165165                        <li><a seiten_id="rundfunk" href="/en/communication/broadcasting.php">Broadcasting</a>
     
    188188                </ul>
    189189        </li>
    190         <li><a href="/en/communication/measurement.php#DUMME-VERLINKUNG">Miscellaneous</a>
     190        <li><a href="/en/communication/measurement.php">Miscellaneous</a>
    191191                <ul class="u2">
    192192                        <li><a seiten_id="messtechnik" href="/en/communication/measurement.php">Measurement and Experimental technology</a></li>
  • en/search.php

    r287 r347  
    33        $version = '$Id$';
    44        $titel = 'Search';
    5        
     5        $dynamischer_inhalt = true;
     6
     7        require "../lib/search.php";
     8        $search = new t29Search();
     9        $search->page_handler();
     10
    611        require "../lib/technikum29.php";
    712?>
    813        <h2>Search</h2>
    9         <p>Search options and help
     14        <?php
     15                $search->google_search_snippet();
     16        ?>
     17        <!--
    1018        <p>Search field
    1119        <?php if(isset($_GET['q'])) { ?>
     
    1321                <p>...
    1422        <?php } ?>
     23        -->
Note: See TracChangeset for help on using the changeset viewer.
© 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