source: Dev/branches/rest-dojo-ui/client/index.html @ 416

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

Small issues for db name, widgets, startup.

Don't start application when database is not configured correctly.
Refactored edit widgets to use DefaultEdit?.
Fixed bug in getItems of Lists.
Renamed database to 'qed'.

File size: 939 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="rft/css/main.css" />
7    </head>
8    <body class="dijitReset claro" id="rft">
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="rft/run.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 class="topbar" data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'top'">
13                <a href="#!/"><h1>QED</h1></a>
14                <div id="menu"></div>
15            </div>
16        </div>
17        <div id="toaster" data-dojo-type="rft/ui/Notifications"></div>
18    </body>
19</html>
Note: See TracBrowser for help on using the repository browser.