This commit is contained in:
olivia
2007-07-24 12:27:34 +00:00
parent 0658d48929
commit 4ae92951bc
+3 -3
View File
@@ -50,15 +50,15 @@ function MM_jumpMenu(targ,selObj,restore){ //v3.0
</head> </head>
<BODY id="inhalt"> <BODY id="inhalt">
<font face="Arial, Helvetica, sans-serif" size="2"> <font size="2">
<table class="tabcontent"> <table class="tabcontent">
<tr> <tr>
<td class="ContentHeader"><font class="ContentHeader">Lehrveranstaltungsplan</font></td> <td class="ContentHeader"><font class="ContentHeader">&nbsp;Lehrveranstaltungsplan</font></td>
<td align="right" class="ContentHeader"><A href="help/index.html" class="hilfe" target="_blank"><font class="ContentHeader">HELP&nbsp;</font></A></td> <td align="right" class="ContentHeader"><A href="help/index.html" class="hilfe" target="_blank"><font class="ContentHeader">HELP&nbsp;</font></A></td>
</tr> </tr>
</table> </table>
<DIV align="right">Version: <?php echo VERSION; ?></DIV> <DIV align="right">Version: <?php echo VERSION; ?></DIV>
<font class="beschriftung">Username: </font> Username:
<?php <?php
if (isset($uid)) if (isset($uid))
echo $uid; echo $uid;