www

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

modtime.xul (278B)


      1 <?xml version="1.0"?>
      2 
      3 
      4 <window
      5 	id="test-window"
      6 	title="Last Modified Time Test"
      7 	orient="horizontal"
      8 	xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
      9 	style="padding:2em">
     10 	
     11 	<script src="../include.js"/>
     12 	<script src="modtime.js"/>
     13 	
     14 	<box/>
     15 </window>