Ignore:
Timestamp:
12/09/12 16:59:15 (12 years ago)
Author:
hendrikvanantwerpen
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/index.html

    r417 r419  
    44        <title>QED</title>
    55        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    6         <link rel="stylesheet" type="text/css" href="rft/css/main.css" />
     6        <link rel="stylesheet" type="text/css" href="qed/css/main.css" />
    77    </head>
    88    <body class="dijitReset claro" id="rft">
    99        <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>
     10        <script type="text/javascript" src="qed/run.js"></script>
    1111        <div id="content" class="page" data-dojo-type="dijit/layout/BorderContainer" data-dojo-props="region:'center'" style="width: 100%; height: 100%;">
    1212            <div class="topbar" data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'top'">
     
    1515            </div>
    1616        </div>
    17         <div id="toaster" data-dojo-type="rft/app/Notifications"></div>
     17        <div id="toaster" data-dojo-type="qed/app/Notifications"></div>
    1818    </body>
    1919</html>
Note: See TracChangeset for help on using the changeset viewer.