diff options
author | Jan Klemkow <j.klemkow@wemelug.de> | 2012-11-22 09:19:22 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-24 12:30:09 +0100 |
commit | 370168684765919be5da44851060e641fd502dfc (patch) | |
tree | 71dd4aea9fb3679921d3f0f7a52615f871718982 /doc/niels-diplom/Dateistruktur/footer.php | |
parent | bde079b899066bec3b89b3ac659bec00a73afe8c (diff) | |
download | sqltutor-plugin-370168684765919be5da44851060e641fd502dfc.tar.gz sqltutor-plugin-370168684765919be5da44851060e641fd502dfc.tar.bz2 sqltutor-plugin-370168684765919be5da44851060e641fd502dfc.zip |
Add documentation and perl/php code from niels diploma.
Diffstat (limited to 'doc/niels-diplom/Dateistruktur/footer.php')
-rwxr-xr-x | doc/niels-diplom/Dateistruktur/footer.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/niels-diplom/Dateistruktur/footer.php b/doc/niels-diplom/Dateistruktur/footer.php new file mode 100755 index 0000000..545c326 --- /dev/null +++ b/doc/niels-diplom/Dateistruktur/footer.php @@ -0,0 +1,9 @@ +<table width="800" border="0" cellpadding="2" cellspacing="2" class="randobenunten">
+ <tr>
+ <td width="190"><a href="#start"><img src="/dipl/css/nach-oben.gif" alt="nach oben" width="85" height="20" border="0"></a></td>
+
+ <td width="610" align="right" valign="bottom"><font face="Arial, Helvetica, sans-serif" size="1" color="#999999"><? PRINT $_SESSION['fname'] . " " . $_SESSION['name'] . " - " ?>Praktikumsteilnehmer seit <? PRINT $_SESSION['since']; ?></font>
+ </td>
+ </tr>
+ </table>
+</table>
\ No newline at end of file |