Files
FHC-Core/cis/index.html
T
Manfred Kindl dfad1cb274 Redesign-Anpassungen
menu.php: script-Definition eingefügt
2013-08-02 18:45:31 +00:00

48 lines
1.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>CIS</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="../skin/jquery.css" type="text/css">
<link href="../skin/style.css.php" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
<script src="../include/js/jquery.js" type="text/javascript"></script>
</head>
<body class="main">
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="rand"></td>
<td class="boxshadow">
<table cellspacing="0" cellpadding="0" class="header">
<tr>
<td valign="top" align="left">
<img class="header_logo" src="../skin/images/fhtw_logo.png" alt="fhtw_logo">
<img class="header_left" src="../skin/images/header_left.png" alt="header_links">
<img class="header_right" src="../skin/images/header_right.png" alt="header_rechts">
</td>
</tr>
<tr>
<td align="center" valign="middle">
<img src="../skin/images/cis_logo_400px.png" height="70" />
<br><br><br>
<!--Herzlich Willkommen im Campus Informationssystem (CIS)-->
<br>
<br>
<form action="index_login.php?login=1" method="POST">
<input class="cis_login" type="submit" value="Login">
</form>
</td>
</tr>
<tr style="height:10%;" >
<td align="center" valign="bottom">
<div style="color:grey">Powered by <a href="http://fhcomplete.technikum-wien.at" target="blank">FH Complete</a></div>
<br><br>
</td>
</tr>
</table>
</td>
<td class="rand"></td>
</tr>
</table>
</body>
</html>