[Slashhack-cvs] slashhack/resources/js/jslib/jslib/content aboutDialog.xul,NONE,1.1
Brought to you by:
fletch
|
From: Dave F. <fl...@us...> - 2004-10-21 03:49:24
|
Update of /cvsroot/slashhack/slashhack/resources/js/jslib/jslib/content In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4907/jslib/content Added Files: aboutDialog.xul Log Message: Task #106454 - include jslib. --- NEW FILE: aboutDialog.xul --- <?xml version="1.0"?> <!-- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is jslib team code. The Initial Developer of the Original Code is the jslib team. Original Author: Brian King <br...@mo...> Contributor(s): --> <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> <?xml-stylesheet href="chrome://slashhack/content/resources/js/jslib/jslib/skin/aboutDialog.css" type="text/css"?> <!DOCTYPE dialog SYSTEM "chrome://slashhack/content/resources/js/jslib/jslib/locale/en-US/aboutDialog.dtd"> <dialog title="&about.dialog.title;" id="aboutDialog" onload="onloadAbout();" buttons="accept" xmlns:html="http://www.w3.org/199/xhtml" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> <script type="application/x-javascript" src="chrome://slashhack/content/resources/js/jslib/jslib.js"/> <script type="application/x-javascript" src="chrome://slashhack/content/resources/js/jslib/jslib/content/js/aboutDialog.js" /> <vbox id="mainbox"> <hbox pack="start"> <image src="chrome://slashhack/content/resources/js/jslib/icons/jslib-icon.png" /> </hbox> <separator/> <vbox align="center" style="padding-bottom: 20px;"> <hbox> <label id="jslibVersion" value="&about.version.label;"/> <label id="jslibVersionNum" value="0.1.205"/> </hbox> </vbox> <separator class="groove" /> <vbox align="right" style="padding-top: 20px;"> <hbox> <label class="linklabel" value="jsLib" href="http://jslib.mozdev.org" onclick="goLink(event);"/> <label value="&about.jslib.label;" /> </hbox> <hbox style="padding-top: 20px;"> <label value="&about.mozdev.label1;"/> <label class="linklabel" value="&about.mozdev.label2;" href="http://www.mozdev.org" onclick="goLink(event);"/> </hbox> <separator/> <image src="http://www.mozdev.org/sharedimages/mozdev37.png" /> </vbox> </vbox> <separator/> </dialog> |