major source structure and module name change - continue4

This commit is contained in:
soochoi
2006-06-08 21:38:52 +00:00
parent 1d82ff5d6a
commit 6ac32abb91
36 changed files with 51 additions and 15 deletions

View File

@@ -0,0 +1,43 @@
<?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>