Ignore:
Timestamp:
09/05/12 15:50:38 (13 years ago)
Author:
hendrikvanantwerpen
Message:

Added config/ to build. It looks like top-level JS files (like config/db.js and rft/run.js) don't use the cache correctly in a build.

File:
1 edited

Legend:

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

    r352 r408  
    22<html>
    33    <head>
     4        <title>Research Facilitator Tool - CouchDB Configure</title>
    45        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    5         <title>Research Facilitator Tool - CouchDB Configure</title>
    6         <script type="text/javascript" src="../dojotoolkit/dojo/dojo.js" data-dojo-config="async: true, parseOnLoad: false, isDebug: true"></script>
    7         <script type="text/javascript" src="db.js"></script>
    8         <link rel="stylesheet" type="text/css" href="../dojotoolkit/dijit/themes/claro/claro.css" />
     6        <link rel="stylesheet" type="text/css" href="../dijit/themes/claro/claro.css" />
    97        <style>
    108            label {
     
    1513    </head>
    1614    <body class="claro">
     15        <script type="text/javascript" src="../dojo/dojo.js" data-dojo-config="async: true, parseOnLoad: false, isDebug: true"></script>
     16        <script type="text/javascript" src="db.js"></script>
    1717        <h1>Configure CouchDB</h1>
    1818        <div>
    19             <label for="username">Admin username</label><input type="text" id="username" data-dojo-type="dijit.form.TextBox"/><br/>
    20             <label for="password">Admin password</label><input type="password" id="password" data-dojo-type="dijit.form.TextBox"/><br/>
    21             <label for="reset">Full reset</label><input type="checkbox" id="reset" data-dojo-type="dijit.form.CheckBox"/><br/>
    22             <button id="configure" data-dojo-type="dijit.form.Button">Configure</button><br/>
     19            <label for="username">Admin username</label><input type="text" id="username" data-dojo-type="dijit/form/TextBox"/><br/>
     20            <label for="password">Admin password</label><input type="password" id="password" data-dojo-type="dijit/form/TextBox"/><br/>
     21            <label for="reset">Full reset</label><input type="checkbox" id="reset" data-dojo-type="dijit/form/CheckBox"/><br/>
     22            <button id="configure" data-dojo-type="dijit/form/Button">Configure</button><br/>
    2323        </div>
    2424        <pre id="log">Waiting for configurator to initialize...</pre>
Note: See TracChangeset for help on using the changeset viewer.