source: Dev/trunk/src/client/qed-client/app/Page.js @ 466

Last change on this file since 466 was 443, checked in by hendrikvanantwerpen, 12 years ago

Reorganized for Node --- the SVN gods hate us all!

Lost all historical info on moved files, because SVN is a f *.

Also we have Node now, serving both the static content and forwarding
database requests.

File size: 352 bytes
Line 
1define([
2    'dojo/_base/declare',
3    'dijit/_TemplatedMixin',
4    'dijit/_WidgetsInTemplateMixin',
5    'dijit/layout/BorderContainer'
6],function(declare,_TemplatedMixin,_WidgetsInTemplateMixin,BorderContainer){
7    return declare([BorderContainer,_TemplatedMixin,_WidgetsInTemplateMixin],{
8        templateString: '<div>Empty page.</div>'
9    });
10});
Note: See TracBrowser for help on using the repository browser.