Änderungen Dienstag

This commit is contained in:
aschwarz
2023-03-21 14:17:05 +01:00
parent 5d8b00feba
commit b9e9f89a3d
42 changed files with 14307 additions and 4634 deletions

View File

@ -18,10 +18,10 @@
<ul>
<li class="abstand"><a href="parameter.php" target="eingabe_haupt"><span>Systemparameter</span></a></li>
</ul>
<!--
<h3><span>System</span></h3>
<ul>
<li class="abstand"><a href="tanimport.php" target="eingabe_haupt"><span>Hogrefe: TAN Import</span></a></li>
<li class="abstand"><a href="tanimport.php" target="eingabe_haupt"><span>Benutzer anlegen</span></a></li>
<li class="abstand"><a href="praxisstellen_edit.php" target="eingabe_haupt"><span>Ausbildungsstellen bearbeiten</span></a></li>
<li class="abstand"><a href="praxisstellen_news.php" target="eingabe_haupt"><span>Ausbildungsstellen News</span></a></li>
<li class="abstand"><a href="dokverw.php" target="eingabe_haupt"><span>Dokumentenverwaltung</span></a></li>

View File

@ -66,7 +66,7 @@ p {
</div>
<div class="container">
{section name=table_data loop=$table_data}
<p class="text-primary">{$table_data[table_data].frage} ({$table_data[table_data].anz_userfrage} Personen)</p>
<p class="text-primary">{$table_data[table_data].frage}<br>({$table_data[table_data].anz_userfrage} Personen)</p>
{if $table_data[table_data].multiple == '1'}
<p class="small">(Multiple Choice Frage)</p>
{/if}

View File

@ -254,7 +254,8 @@
</html>
{/if}
{if $action == 'fragen'}
<html>
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="description" content="Scrollable tab for Bootstrap 5">
@ -265,7 +266,7 @@
<link href="../bootstrap/node_modules/bootstrap/dist/css/bootstrap.ali.css" rel="stylesheet">
<script src="../bootstrap/node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="../bootstrap/node_modules/bootstrap-icons/font/bootstrap-icons.css">
<script src="../jquery/jquery-1.12.4.js"></script>
<script src="../jquery/jquery-3.4.1.min.js"></script>
<!-- jQuery UI CSS
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js"></script>
-->