first commit
This commit is contained in:
@ -0,0 +1,82 @@
|
||||
<?php
|
||||
/* Smarty version 3.1.39, created on 2023-03-14 09:57:09
|
||||
from 'F:\git\survey\templates\modern\admin\menu_survey.html' */
|
||||
|
||||
/* @var Smarty_Internal_Template $_smarty_tpl */
|
||||
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
|
||||
'version' => '3.1.39',
|
||||
'unifunc' => 'content_641036e5ca7822_13932048',
|
||||
'has_nocache_code' => false,
|
||||
'file_dependency' =>
|
||||
array (
|
||||
'fdd84ecf710c36b478ba8c01add0148d5438bbc7' =>
|
||||
array (
|
||||
0 => 'F:\\git\\survey\\templates\\modern\\admin\\menu_survey.html',
|
||||
1 => 1678784225,
|
||||
2 => 'file',
|
||||
),
|
||||
),
|
||||
'includes' =>
|
||||
array (
|
||||
),
|
||||
),false)) {
|
||||
function content_641036e5ca7822_13932048 (Smarty_Internal_Template $_smarty_tpl) {
|
||||
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
|
||||
<!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/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
||||
/css/styles_refill.css" />
|
||||
<?php echo '<script'; ?>
|
||||
type="text/javascript" src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
||||
/js/jquery.js"><?php echo '</script'; ?>
|
||||
>
|
||||
<?php echo '<script'; ?>
|
||||
type="text/javascript" src="../templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
|
||||
/js/accordion.js"><?php echo '</script'; ?>
|
||||
>
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="blue" vlink="purple" alink="red">
|
||||
|
||||
|
||||
<form action="?action=suche" method='post' name='searchform'>
|
||||
<div class="accordion2">
|
||||
<h3><span><?php echo $_smarty_tpl->tpl_vars['menu_survey_head1']->value;?>
|
||||
</span></h3>
|
||||
<ul>
|
||||
<li class="abstand"><a href="survey_erfassen.php" target="eingabe_haupt"><span><?php echo $_smarty_tpl->tpl_vars['menu_survey_head1_sub1']->value;?>
|
||||
</span></a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
<!--
|
||||
<h3><span>Bewerber</span></h3>
|
||||
<ul>
|
||||
<li class="abstand"><a href="bewerber_daten.php" target="eingabe_haupt"><span>Bewerberdaten</span></a></li>
|
||||
<li class="abstand"><a href="datencheck.php" target="eingabe_haupt"><span>Datencheck</span></a></li>
|
||||
</ul>
|
||||
-->
|
||||
<!--
|
||||
<h3><span onmousemove="if(document.searchform)document.searchform.patrone.focus();return false;">Suche nach ID</span></h3>
|
||||
|
||||
<ul>
|
||||
<li class="abstand"> <input class="eingabe_search" type="text" id="suchid" name="suchid" onkeyup="ajax_showOptions(this,'getWord',event)"></li>
|
||||
<p align="right"><input type="submit" value="suche" name="b1" /></p> <!-- Auf Button kann verzichtet werden
|
||||
</ul>
|
||||
-->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
<?php }?>
|
||||
|
||||
|
||||
<?php }
|
||||
}
|
Reference in New Issue
Block a user