source: Dev/trunk/client/response.html @ 430

Last change on this file since 430 was 421, checked in by hendrikvanantwerpen, 12 years ago

Show responses with links in SurveyRun? overview.

File size: 762 bytes
Line 
1<!DOCTYPE html>
2<html>
3    <head>
4        <title>QED - Respondent</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 id="rft" class="dijitReset claro">
9        <script type="text/javascript" src="dojo/dojo.js" data-dojo-config="async: true, parseOnLoad: false, isDebug: true"></script>
10        <script type="text/javascript" src="qed/main-response.js"></script>
11        <div id="content" class="page" data-dojo-type="dijit/layout/BorderContainer" data-dojo-props="region:'center'" style="width: 100%; height: 100%;">
12        </div>
13        <div id="toaster" data-dojo-type="qed/app/Notifications">
14        </div>
15    </body>
16</html>
Note: See TracBrowser for help on using the repository browser.