- Timestamp:
- Mar 6, 2013, 3:58:15 AM (10 years ago)
- Location:
- en
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
en/details1.php
r296 r347 9 9 <h2><?php print $titel; ?></h2> 10 10 11 <table width="100%" border="0" cellpadding="0" cellspacing="1" >11 <table width="100%" border="0" cellpadding="0" cellspacing="1" class="t29-details"> 12 12 <colgroup> 13 13 <col class="middle"> -
en/details2.php
r296 r347 8 8 <h2><?php print $titel; ?></h2> 9 9 10 <table width="100%" border="0" cellpadding="0" cellspacing="1" >10 <table width="100%" border="0" cellpadding="0" cellspacing="1" class="t29-details"> 11 11 <colgroup> 12 12 <col class="middle"> -
en/navigation.xml
r325 r347 21 21 </ul> 22 22 </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> 24 24 <ul class="u2"> 25 25 <li class="has-submenu"><a seiten_id="lernprojekte" href="/en/study-projects.php">Study projects</a></li> … … 50 50 </ul> 51 51 </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> 53 53 <ul class="u3"> 54 54 <li><a seiten_id="lochkarten" href="/en/computer/punchcard.php" title="Punchers and Periphery">Punchers</a></li> … … 109 109 </ul> 110 110 </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> 112 112 <ul class="u3"> 113 113 <li><a seiten_id="elektronenroehren" href="/en/computer/electron-tubes.php">with electron tubes</a></li> … … 161 161 </ul> 162 162 </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> 164 164 <ul class="u2"> 165 165 <li><a seiten_id="rundfunk" href="/en/communication/broadcasting.php">Broadcasting</a> … … 188 188 </ul> 189 189 </li> 190 <li><a href="/en/communication/measurement.php #DUMME-VERLINKUNG">Miscellaneous</a>190 <li><a href="/en/communication/measurement.php">Miscellaneous</a> 191 191 <ul class="u2"> 192 192 <li><a seiten_id="messtechnik" href="/en/communication/measurement.php">Measurement and Experimental technology</a></li> -
en/search.php
r287 r347 3 3 $version = '$Id$'; 4 4 $titel = 'Search'; 5 5 $dynamischer_inhalt = true; 6 7 require "../lib/search.php"; 8 $search = new t29Search(); 9 $search->page_handler(); 10 6 11 require "../lib/technikum29.php"; 7 12 ?> 8 13 <h2>Search</h2> 9 <p>Search options and help 14 <?php 15 $search->google_search_snippet(); 16 ?> 17 <!-- 10 18 <p>Search field 11 19 <?php if(isset($_GET['q'])) { ?> … … 13 21 <p>... 14 22 <?php } ?> 23 -->
Note: See TracChangeset
for help on using the changeset viewer.