source: Dev/trunk/client/index.html @ 425

Last change on this file since 425 was 420, checked in by hendrikvanantwerpen, 12 years ago

We can store answers for surveys now!

Introduces SurveyRun?, which can be edited. Workflow not quite clear yet. A
running survey can be accessed to leave a response. When the response
has an ID, it is loaded (used for closed surveys and continuations). A
researcher cannot create responses yet. He should also be able to add
comments to responses (that he creates).

Introduced caching of store requests.

Factored out path matching and formatting.

Put object creation in separate classes, to localize model/storage
dependency. Not consistent at the moment.

File size: 403 bytes
Line 
1<!DOCTYPE html>
2<html>
3    <head>
4        <title>QED</title>
5        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6        <link rel="stylesheet" type="text/css" href="qed/css/main.css" />
7    </head>
8    <body class="dijitReset claro" id="rft">
9        <div class="topbar">
10            <h1>QED</h1><br>
11            <p>Nothing is shown here.</p>
12        </div>
13    </body>
14</html>
Note: See TracBrowser for help on using the repository browser.