Inital commit
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
<?php
|
||||
include_once($_SERVER['DOCUMENT_ROOT'].'/daten/php/startup.php');
|
||||
|
||||
$pagetitle = '';
|
||||
$breadcrumb = '';
|
||||
$keywords = 'Tilman,Walther,MathParser,Abibuch,Pottenstein';
|
||||
$description = 'Homepage von Tilman Walther';
|
||||
include_once($_SERVER['DOCUMENT_ROOT'].'/daten/php/pageheader.php');
|
||||
?>
|
||||
|
||||
<div id="topics">
|
||||
|
||||
<div class="topicbox">
|
||||
<h2><a href="tilman.php">Tilman is the name</a></h2>
|
||||
<hr />
|
||||
<div style="font-size: 65%; margin-top: 1em; margin-bottom:0.5em;">
|
||||
Hast du ein Stichwort von mir bekommen?<br/>
|
||||
Hiermit geht es direkt zur entsprechenden Seite:
|
||||
</div>
|
||||
<form method="post" action="suche.php">
|
||||
<div class="search">
|
||||
<input type="text" size="12" class="search" id="search" value="Stichwort" />
|
||||
<input type="submit" value="Los" name="submitSearch" class="search" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="topicbox">
|
||||
<h2><a href="uppsala/">Uppsala-Blog</a></h2>
|
||||
<h2><a href="fotos/">Fotos & Multimedia</a></h2>
|
||||
<?php /* <p>
|
||||
<!-- img src="daten/lock.gif" alt="passwortgeschützt" style="float: right" />
|
||||
<a class="secure" href="fotos/pottenstein.html">Pottenstein</a><br / -->
|
||||
<a href="fotos/index.php#israel">Israel 2000</a><br />
|
||||
<!-- a href="fotos/index.php#musical">Musical 2001</a><br / -->
|
||||
<a href="fotos/index.php#japan">Japan 2005</a><br />
|
||||
<!-- img src="daten/lock.gif" alt="passwortgeschützt" style="float: right" />
|
||||
<a class="secure" href="fotos/index.php">Fotoalben</a><br / -->
|
||||
<!-- span style="font-size: 80%; font-style: italic;"><a href="fotos/">[mehr]</a></span -->
|
||||
</p> */ ?>
|
||||
<h2><a href="uni/">Studium</a></h2>
|
||||
<h2><a href="sonstiges/">Sonstiges</a></h2>
|
||||
<h2 style="margin-top: 1em;"><a href="http://siarp.de/blog/3" style="color:#0000EE;">Blog auf siarp.de</a></h2>
|
||||
</div>
|
||||
|
||||
<div class="topicbox">
|
||||
<h2><a href="programme/">Programme</a></h2>
|
||||
<p>
|
||||
<a href="programme/index.php#synctool">SyncTool</a><br />
|
||||
<a href="programme/index.php#mathparser">MathParser</a><br />
|
||||
<a href="programme/index.php#lister">Lister</a><!-- , Financier --><br />
|
||||
<span style="font-size: 80%; font-style: italic;"><a href="programme/">[mehr]</a></span>
|
||||
</p>
|
||||
<h2><a href="projekte/">Projekte</a></h2>
|
||||
<p>
|
||||
<a href="projekte/index.php#abibuch">Artikel: Projekt Abibuch</a><br />
|
||||
<span style="font-size: 80%; font-style: italic;"><a href="projekte/">[mehr]</a></span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="topicbox">
|
||||
<h2>Persönliches</h2>
|
||||
<p>
|
||||
<?php echo secLink('privat/kalender.php', 'Kalender'); ?><br />
|
||||
<?php echo secLink('privat/adressen.php', 'Adressen'); ?><br />
|
||||
<?php echo secLink('privat/lesezeichen.php', 'Lesezeichen'); ?>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="topicbox">
|
||||
<h2>Info</h2>
|
||||
<p>
|
||||
<a href="info/index.php">Über diese Seite</a><br/>
|
||||
<a href="info/kontakt.php">Kontakt</a><br/>
|
||||
<a href="info/impressum.php">Impressum</a>
|
||||
</p>
|
||||
<!-- h2><a href="programme/tools.php">Online-Tools</a></h2 -->
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div style="clear: both; margin: 0px;"> </div>
|
||||
|
||||
<?php
|
||||
include_once($_SERVER['DOCUMENT_ROOT'].'/daten/php/pagefooter.php');
|
||||
?>
|
||||
Reference in New Issue
Block a user