mirror of
https://github.com/fsr/eseeva
synced 2025-04-28 09:28:31 +02:00
rename menu to index for automatic redirect
This commit is contained in:
parent
5f1d223907
commit
ade79b496b
1 changed files with 0 additions and 0 deletions
25
index.php
Executable file
25
index.php
Executable file
|
@ -0,0 +1,25 @@
|
|||
<?php
|
||||
include_once 'libs/formLib.php';
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>ESE Evaluation - Key Control Center</title>
|
||||
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<?php
|
||||
CreateHeadline("ESE Evaluation Index Page");
|
||||
CreateLink("Student Evaluation Questionnaire", "student_questionnaire.php");
|
||||
CreateLink("Tutor Evaluation Questionnaire", "tutor_questionnaire.php");
|
||||
CreateLink("Key Control Panel", "keyControlPanel.php");
|
||||
CreateLink("Key Overview", "keyTable.php");
|
||||
CreateLink("Evaluation analysis page", "analysis.php");
|
||||
CreateLink("Generate tickets for Monday", "patronGen.php");
|
||||
?>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue