Last change
on this file since 260 was
260,
checked in by hendrikvanantwerpen, 13 years ago
|
- Clear LoginDialog? on show (in case of re-show).
- Allow to link nodes/widgets to rft.ui.Page members with data-rft-attach-point attribute.
- Allow arguments to a page to be passed with data-rft-props argument. Content loader rft.content sets this argument on the top node of a loaded page.
- Have longer cookie-lifetime and update cookie when session is restored. Allow session restore in API and client code.
- Moved startup Javascript to rft/run.js.
|
File size:
1.5 KB
|
Rev | Line | |
---|
[256] | 1 | <!DOCTYPE html> |
---|
| 2 | <html> |
---|
| 3 | <head> |
---|
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
---|
| 5 | <title>Research Facilitator Tool</title> |
---|
| 6 | <link type="text/css" href="dijit/themes/claro/claro.css" rel="stylesheet" /> |
---|
| 7 | <link type="text/css" href="dojox/grid/resources/Grid.css" rel="stylesheet" /> |
---|
| 8 | <link type="text/css" href="dojox/grid/resources/claroGrid.css" rel="stylesheet" /> |
---|
| 9 | <link type="text/css" href="rft/css/main.css" rel="stylesheet" /> |
---|
[260] | 10 | <script type="text/javascript" src="dojo/dojo.js" data-dojo-config="async: true, parseOnLoad: false, tlmSiblingOfDojo: false, isDebug: true, baseUrl: '', packages: ['dojo','dijit', 'dojox', 'rft']"></script> |
---|
| 11 | <script type="text/javascript" src="rft/run.js"></script> |
---|
[256] | 12 | </head> |
---|
| 13 | <body class="claro"> |
---|
| 14 | <div id="header" class="mainHeader"> |
---|
| 15 | <div id="title" class="mainTitle">Research Facilitator Tool</div> |
---|
| 16 | <div id="menu" class="mainMenu" data-dojo-type="dijit.MenuBar"> |
---|
| 17 | <span data-dojo-type="rft.ui.MenuBarLink" data-dojo-props="pageId:'sessions'">Sessions</span> |
---|
| 18 | <span data-dojo-type="rft.ui.MenuBarLink" data-dojo-props="pageId:'surveys'">Surveys</span> |
---|
| 19 | <span data-dojo-type="rft.ui.MenuBarLink" data-dojo-props="pageId:'results'">Results</span> |
---|
| 20 | </div> |
---|
| 21 | <div id="userinfo" class="mainUserInfo">Login</div> |
---|
| 22 | </div> |
---|
| 23 | |
---|
| 24 | <div id="content" data-dojo-type="dijit.layout.ContentPane"> |
---|
| 25 | </div> |
---|
| 26 | |
---|
| 27 | </body> |
---|
| 28 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.