44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
 | |
| <window class="dialog"
 | |
| 	title="Novell CASA"
 | |
| 	orient="vertical"
 | |
| 	autostretch="always"
 | |
| 	onload="sizeToContent()"
 | |
| 	xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 | |
| 
 | |
| <!-- Original template -->
 | |
| 
 | |
| <groupbox align="center" orient="horizontal">
 | |
| <vbox>
 | |
|   <image src="chrome://casa/skin/casa-logo.png"/>      
 | |
|   <separator class="thin"/>
 | |
|   <separator class="thin"/>
 | |
|   <separator class="thin"/>
 | |
|   <hbox>
 | |
|   <text value="Created By:" style="font-weight: bold;"/>
 | |
|   <vbox> 
 | |
|   <text value=" CSL Manojna   [smanojna@novell.com]"/>
 | |
|   <text value=" Jim Norman    [jnorman@novell.com]"/>
 | |
|   </vbox>  
 | |
|   </hbox>
 | |
|   <separator class="thin"/>
 | |
|   <hbox>  
 | |
|     <text value="Home Page:" style="font-weight: bold;"/> 
 | |
|     <text value=" www.novell.com" class="url"
 | |
|           onclick="window.open('http://www.novell.com/'); window.close();"/>
 | |
|   </hbox>
 | |
|   <separator class="thin"/>
 | |
| </vbox>
 | |
| <!--
 | |
| <spring flex="1"/>
 | |
| -->
 | |
| </groupbox>
 | |
| 
 | |
|   <hbox>
 | |
|   <spacer flex="1"/>
 | |
|    <button label="Close" oncommand="window.close();"/>
 | |
|   </hbox>
 | |
| 
 | |
| </window>
 |