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> </title>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<style type="text/css"> <style type="text/css">
@import url("/template/template.css"); @import url("/style.css");
</style> </style>
</head> </head>
<body> <body>

View File

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

View File

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