]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/chrome/content/main/test.xul
default to demo for now
[Evergreen.git] / Open-ILS / xul / staff_client / chrome / content / main / test.xul
1 <?xml version="1.0"?>
2 <!-- Application: Evergreen Staff Client -->
3 <!-- Screen: Example Template for remote xul -->
4
5 <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
6 <!-- STYLESHEETS -->
7 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
8
9 <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
10 <!-- LOCALIZATION -->
11
12 <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
13 <!-- OVERLAYS -->
14
15 <window id="example_template_win" 
16         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
17
18         <label value="Hello World" />
19
20 </window>
21