css, buttons, fixes

This commit is contained in:
darthsandmann 2016-11-07 18:07:44 +01:00
parent 9e8ac3d880
commit b2be7ceb6b
3 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@
</title>
<meta charset="UTF-8" />
<style type="text/css">
@import url("/template/template.css");
@import url("/style.css");
</style>
</head>
<body>

View File

@ -5,9 +5,8 @@
Praxisphasenmanager (PPM)
</title>
<meta charset="UTF-8" />
<script type="text/javascript" src="/javascript/index.js"></script>
<style type="text/css">
@import url("/template/template.css");
@import url("/style.css");
</style>
</head>
<body>
@ -23,10 +22,11 @@
<a href="/category/?cat=teachers" class="clButton">Datenpflege: Lehrende</a>
<a href="/category/?cat=offerings" class="clButton">Angebot Praxisphasen</a>
<a href="/category/?cat=companies" class="clButton">Firmenverzeichnis</a>
</div>
<div id="idButtonArea" class="clButtonArea">
<a href="/evaluations" class="clButton">Auswertungen</a>
</div>
</div>
</body>
<footer>
<script type="text/javascript" src="/functions.js"></script>
</footer>
</html>

View File

@ -56,12 +56,12 @@
% endif
</table>
<button onclick="select('${data['category']}')">Hallo</button>
</div>
<div id="idButtonArea" class="clButtonArea">
<a href="/detail/?cat=${data['category']}" class="clButton">Neu</a>
<a href="/index" class="clButton">Startseite</a>
<a href="/detail/?cat=${data['category']}" class="clButton">Neu</a>
<a onclick="select('${data['category']}')" class="clButton">Bearbeiten</a>
</div>
</div>
</body>