first commit
This commit is contained in:
105
templates/modern/titel.html
Executable file
105
templates/modern/titel.html
Executable file
@ -0,0 +1,105 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Testseite</title>
|
||||
<meta name="generator" content="Namo WebEditor">
|
||||
<base target="detail">
|
||||
<link type="text/css" rel="stylesheet" href="templates/{$global_template}/css/styles_refill.css">
|
||||
|
||||
|
||||
<script type="text/javascript" src="ajaxtabs.js">
|
||||
|
||||
/***********************************************
|
||||
* Ajax Tabs Content script v2.2- <20> Dynamic Drive DHTML code library (www.dynamicdrive.com)
|
||||
* This notice MUST stay intact for legal use
|
||||
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
|
||||
***********************************************/
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<style type="text/css">
|
||||
body {
|
||||
background-image: url("templates/{$global_template}/images/backgr/ground.png");
|
||||
background-repeat: repeat-x;
|
||||
background-position: left -1614px;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<body>
|
||||
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
||||
<tr>
|
||||
<td width="250">
|
||||
<p>
|
||||
Ideenmanagement
|
||||
</p>
|
||||
</td>
|
||||
<td width="73"> </td>
|
||||
<td width="159"> </td>
|
||||
<td width="71"> </td>
|
||||
<td width="2%"> </td>
|
||||
<td width=""> </td>
|
||||
<td width="157"> </td>
|
||||
<td width="125"> </td>
|
||||
<td width="25"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="250" height="18"></td>
|
||||
<!-- MIT LDAP kann das Passwort nicht ge<67>ndert werden
|
||||
<td width="73" height="37"><a class="navbar" href="hauptframe.php" target="detail">Home</a></td>
|
||||
<td width="73" height="37"><a class="navbar" href="passwort.php?new=1" target="detail">Passwortverwaltung</a></td>
|
||||
-->
|
||||
<td width="159" height="37"></td>
|
||||
<td width="71" height="37"></td>
|
||||
<!--
|
||||
<td width="159" height="37"><a class="navbar" href="link.php" target="detail">Erweiterte Suche</a></td>
|
||||
<td width="71" height="37"><a class="navbar" href="link.php" target="detail">Profil</a></td>
|
||||
-->
|
||||
<td width="2%" height="37"> </td>
|
||||
<td width="" height="37"> </td>
|
||||
<td width="157" height="37">
|
||||
|
||||
</td>
|
||||
<td width="125" height="37">
|
||||
<p align="right"><a class="navbar" href="logout.php" target="_parent">Logout</a></p>
|
||||
</td>
|
||||
<td width="25" height="37"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div id="filltab" class="animatedtabs">
|
||||
<ul>
|
||||
<li><a href="eingabe_frame.php" selected><span>Eingabebereich</span></a></li>
|
||||
|
||||
{if $titel_admin == '1'}
|
||||
<li><a href="admin_frame.php" ><span>Adminbereich</span></a></li>
|
||||
{/if}
|
||||
|
||||
{if $titel_ausschuss == '1'}
|
||||
<li><a href="ausschuss_frame.php" ><span>Ausschussbereich</span></a></li>
|
||||
{/if}
|
||||
|
||||
{if $titel_beteiligte == '1'}
|
||||
<li><a href="beteiligte_frame.php" ><span>Beteiligtenbereich</span></a></li>
|
||||
{/if}
|
||||
|
||||
{if $titel_gutachter == '1'}
|
||||
<li><a href="gutachter_frame.php" ><span>Gutachterbereich</span></a></li>
|
||||
{/if}
|
||||
|
||||
<!--
|
||||
<li><a href="link.php"><span>Gutachterbereich</span></a></li>
|
||||
<li><a href="link.php"><span>Beteiligtenbereich</span></a></li>
|
||||
<li><a href="link.php"><span>Ausschussbereich</span></a></li>
|
||||
-->
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user