source: Dev/branches/rest-dojo-ui/client/view.html @ 419

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

Also update module ids and include README with file layout description.

File size: 891 bytes
RevLine 
[256]1<!DOCTYPE html>
2<html>
3    <head>
[399]4        <title>Survey</title>
[407]5        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
[419]6        <link rel="stylesheet" type="text/css" href="qed/css/main.css" />
[256]7    </head>
[347]8    <body class="dijitReset claro">
[407]9        <script type="text/javascript" src="dojo/dojo.js" data-dojo-config="async: true, parseOnLoad: false, isDebug: true"></script>
[419]10        <script type="text/javascript" src="qed/view.js"></script>
[410]11        <div id="content" class="page" data-dojo-type="dijit/layout/BorderContainer" data-dojo-props="region:'center'" style="width: 100%; height: 100%;">
[407]12            <div class="topbar" data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'top'">
[399]13                <h1>Survey</h1>
[256]14            </div>
15        </div>
[419]16        <div id="toaster" data-dojo-type="qed/app/Notifications">
[311]17        </div>
[256]18    </body>
19</html>
Note: See TracBrowser for help on using the repository browser.