Ignore:
Timestamp:
07/15/10 19:22:52 (22 months ago)
Author:
dart
Message:

Loreality:
o First JSON communication

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/loreality/loreality/templates/base/index.html

    r2112 r2113  
    1111<head> 
    1212${ h.stylesheet_link( '/style.css') } 
    13 ${ h.javascript_link( '/dojo/dojo/dojo.js', djConfig="parseOnLoad: true") } 
    14  <script type="text/javascript"> 
     13  <style type="text/css"> 
     14      @import "dojoroot/dijit/themes/tundra/tundra.css"; 
     15      @import "dojoroot/dojo/resources/dojo.css"; 
     16  </style> 
     17 
     18${ h.javascript_link( '/dojo/dojo/dojo.js',  djConfig="parseOnLoad: true") } 
     19<script type="text/javascript"> 
    1520     // Load Dojo's code relating to the Button widget 
    1621     dojo.require("dijit.form.Button"); 
     22     dojo.require("dijit.Editor"); 
    1723     dojo.require("dojo.fx"); 
    1824     dojo.require("dojo.html"); 
     25     dojo.require("dojox.json.ref"); 
    1926  </script> 
    2027 
     
    2229    ${self.head()} 
    2330</head> 
    24 <body> 
    25  
     31<body  class="tundra"> 
    2632    <div id="hd"> 
    2733        <div class="yui-gc"> 
Note: See TracChangeset for help on using the changeset viewer.