www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

test.xul (475B)


      1 <?xml version="1.0"?>
      2 <?xml-stylesheet href="chrome://zotero/skin/zotero.css" type="text/css"?>
      3 <!DOCTYPE window SYSTEM "chrome://zotero/locale/zotero.dtd">
      4 
      5 
      6 <window
      7 	id="test-window"
      8 	title="Test"
      9 	orient="horizontal"
     10 	xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
     11 	style="padding:2em">
     12 	
     13 	<script src="../include.js"/>
     14 	<script type="application/javascript;version=1.8" src="test.js"/>
     15 	
     16 	<hbox><label>This is a test page.</label></hbox>
     17 </window>