source: Dev/trunk/questioncreation.php @ 103

Last change on this file since 103 was 102, checked in by fpvanagthoven, 14 years ago

Begin on questioncreation.php

File size: 695 bytes
Line 
1<?php
2require 'classes/master.php';
3
4?>
5<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
6    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
7
8<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
9    <head>
10        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
11            <title>Question Database</title>
12            <?php new StyleSheet(); ?>
13    </head>
14    <body>
15        <div id="header">
16            <?php new Logo(); ?>
17        </div>
18        <div id="wrapper">
19
20            <div id="content">
21                <?php
22                    new QuestionCreationTool();
23                ?>
24            </div>
25        </div>
26    </body>
27</html>
Note: See TracBrowser for help on using the repository browser.