first commit
This commit is contained in:
30
templates/modern/praxisstelle/menu_verwaltung.html
Executable file
30
templates/modern/praxisstelle/menu_verwaltung.html
Executable file
@ -0,0 +1,30 @@
|
||||
{if $action == ''}
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title>Menu</title>
|
||||
<link type="text/css" rel="stylesheet" href="../templates/{$global_template}/css/styles_refill.css" />
|
||||
<script type="text/javascript" src="../templates/{$global_template}/js/jquery.js"></script>
|
||||
<script type="text/javascript" src="../templates/{$global_template}/js/accordion.js"></script>
|
||||
<script type="text/javascript" src="livesearch/ajax.js"></script>
|
||||
<script type="text/javascript" src="livesearch/ajax-dynamic-list.js"></script>
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red" onload="if(document.searchform)document.searchform.patrone.focus(); return false;">
|
||||
|
||||
|
||||
<div class="accordion2">
|
||||
|
||||
<h3><span>Bewerbungen</span></h3>
|
||||
<ul>
|
||||
<li class="abstand"><a href="bewerbungen.php" target="eingabe_haupt"><span>Bewerbungen</span></a></li>
|
||||
<li class="abstand"><a href="archiv.php" target="eingabe_haupt"><span>Archiv</span></a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
{/if}
|
Reference in New Issue
Block a user