Redesign-Anpassungen

menu.php: script-Definition eingefügt
This commit is contained in:
Manfred Kindl
2013-08-02 18:45:31 +00:00
parent 5406232f01
commit dfad1cb274
3 changed files with 22 additions and 19 deletions
+9 -9
View File
@@ -12,18 +12,18 @@
<table width="100%" height="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="rand"></td>
<td height="100%" width="100%" valign="bottom" class="boxshadow" style="position: fixed;">
<table height="100%" cellspacing="0" cellpadding="0" class="header">
<tr style="position:relative;" height="10%">
<td class="boxshadow">
<table cellspacing="0" cellpadding="0" class="header">
<tr>
<td valign="top" align="left">
<img style="position:absolute; left:16px; top:3%; *top:18\%; z-index:5000; height:7%;" src="../skin/images/fhtw_logo.png" alt="fhtw_logo"/>
<img src="../skin/images/header_left.png" alt="header_links" style="position:absolute; left:0px; z-index:1; max-width:100%; height:15.8%;" />
<img src="../skin/images/header_right.png" alt="header_rechts" style="position:absolute; right:0px; z-index:2; max-width:100%; height:15.8%" />
<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="70px" />
<img src="../skin/images/cis_logo_400px.png" height="70" />
<br><br><br>
<!--Herzlich Willkommen im Campus Informationssystem (CIS)-->
<br>
@@ -33,9 +33,9 @@
</form>
</td>
</tr>
<tr height="10%" >
<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 2.0</a></div>
<div style="color:grey">Powered by <a href="http://fhcomplete.technikum-wien.at" target="blank">FH Complete</a></div>
<br><br>
</td>
</tr>
+11 -8
View File
@@ -120,6 +120,7 @@ $db = new basis_db();
?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>CIS - <?php echo CAMPUS_NAME; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="../skin/jquery.css" type="text/css">
@@ -159,22 +160,22 @@ function loadampel()
<td class="rand"></td>
<td class="boxshadow">
<table cellspacing="0" cellpadding="0" class="header">
<tr class="header">
<tr>
<td valign="top" align="left">
<a href="index.php"><img class="header_logo" src="../skin/images/fhtw_logo.png" alt="fhtw_logo"></a>
<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">
<table width="100%" height="100%" style="position:relative; top:10px; z-index:4" cellpadding="0">
<tr height="50%">
<table class="header_content" cellpadding="0">
<tr>
<td width="20%" align="center">&nbsp;
</td>
<td valign="top" align="center">
<td valign="middle" align="center">
<form name="searchform" action="private/tools/suche.php" method="GET" target="content" style="display:inline">
<input id="globalsearch" type="search" size="55" name="search" placeholder=" <?php echo $p->t('menu/suchePersonOrtDokumentInhalt');?> ..."/>
<img src="../skin/images/search.png" height="14px" onclick="document.searchform.submit()" class="suchicon"/>
<img src="../skin/images/search.png" onclick="document.searchform.submit()" class="suchicon"/>
</form>
</td>
<td width="20%" align="right" valign="top" style="padding-right: 10px;">
<td align="right" valign="top" style="width: 20%; padding-right: 10px; padding-top: 10px;">
<span style="vertical-align:top;" id="ampel"></span>&nbsp;&nbsp;<span style="color: #A5AFB6">|</span>
<?php
$sprache = new sprache();
@@ -193,7 +194,7 @@ function loadampel()
<iframe id="menue" src="<?php echo $db->convert_html_chars($menu); ?>" name="menu" frameborder="0">
No iFrames
</iframe>
<iframe id="content" src="<?php echo $db->convert_html_chars($content); ?>" name="content" frameborder="0";>
<iframe id="content" src="<?php echo $db->convert_html_chars($content); ?>" name="content" frameborder="0">
No iFrames
</iframe>
</td>
@@ -201,6 +202,7 @@ function loadampel()
</table>
</td>
<td class="rand">
<?php /*echo'
<!-- Menubox-Effekt am Seitenrand. Nettes Feature aber dzt. nicht sinnvoll einsetzbar
<div class="hoverbox">
<div class="preview">
@@ -230,7 +232,8 @@ function loadampel()
</table>
</div>
</div>
</div>-->
</div>-->';*/
?>
</td>
</tr>
</table>
+2 -2
View File
@@ -41,8 +41,8 @@ ob_start();
<title>Menu</title>
<script type="text/javascript" src="../include/js/flexcroll.js"></script>
<link href="../skin/flexcrollstyles.css" rel="stylesheet" type="text/css" />
<script src="../include/js/jquery.js"></script>
<script>
<script type="text/javascript" src="../include/js/jquery.js"></script>
<script type="text/javascript">
function treemenu(obj)
{
if (!obj.length) return;