Changeset 29
- Timestamp:
- 04/01/06 15:01:38 (3 years ago)
- Files:
-
- trunk/Makefile (added)
- trunk/chrome.manifest (added)
- trunk/chrome/content/overhaul/about.xul (modified) (2 diffs)
- trunk/install.rdf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/overhaul/about.xul
r2 r29 2 2 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 3 3 <window class="dialog" 4 title=" Hello, world! - About"4 title="About Overhaul" 5 5 orient="vertical" 6 6 autostretch="always" … … 12 12 <groupbox align="center" orient="horizontal"> 13 13 <vbox> 14 <text value=" Hello, world!" style="font-weight: bold; font-size: x-large;"/>14 <text value="Overhaul Extension" style="font-weight: bold; font-size: x-large;"/> 15 15 <text value="ver. 0.1"/> 16 16 <separator class="thin"/> 17 17 <text value="Created By:" style="font-weight: bold;"/> 18 <text value="Eric Hamiter" class="url" 19 onclick="window.open('http://extensions.roachfiend.com'); window.close();"/> 20 <separator class="thin"/> 21 <text value="Home Page:" style="font-weight: bold;"/> 22 <text value="http://extensions.roachfiend.com/" 23 class="url" 24 onclick="window.open('http://extensions.roachfiend.com/'); window.close();"/> 25 <separator class="thin"/> 26 </vbox> 27 <spring flex="1"/> 28 <image src="chrome://helloworld/skin/helloworldb.png"/> 18 <text value="ACM SIGSoft" class="url" 19 onclick="window.open('http://www.acm.uiuc.edu/sigsoft/'); window.close();" /> 29 20 </groupbox> 30 21 trunk/install.rdf
r2 r29 6 6 <Description about="urn:mozilla:install-manifest"> 7 7 8 <em:id> {9AA46F4F-4DC7-4c06-97AF-5035170633FE}</em:id>8 <em:id>overhaul@acm.uiuc.edu</em:id> 9 9 <em:name>Overhaul Extension</em:name> 10 10 <em:version>0.1</em:version>
