home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / komunikace / kmeleon / K-Meleon1.1.3en-US.exe / chrome / newsfox.jar / content / newsfox / about.xul next >
Extensible Markup Language  |  2007-09-20  |  4KB  |  121 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- ***** BEGIN LICENSE BLOCK *****
  3.    - Version: MPL 1.1/GPL 2.0/LGPL 2.1
  4.    -
  5.    - The contents of this file are subject to the Mozilla Public License Version
  6.    - 1.1 (the "License"); you may not use this file except in compliance with
  7.    - the License. You may obtain a copy of the License at
  8.    - http://www.mozilla.org/MPL/
  9.    -
  10.    - Software distributed under the License is distributed on an "AS IS" basis,
  11.    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12.    - for the specific language governing rights and limitations under the
  13.    - License.
  14.    -
  15.    - The Original Code is NewsFox.
  16.    -
  17.    - The Initial Developer of the Original Code is
  18.    - Andy Frank <andy@andyfrank.com>.
  19.    - Portions created by the Initial Developer are Copyright (C) 2005-2007
  20.    - the Initial Developer. All Rights Reserved.
  21.    -
  22.    - Contributor(s):
  23.    -   Andrey Gromyko <andrey@gromyko.name>
  24.    -
  25.    - Alternatively, the contents of this file may be used under the terms of
  26.    - either the GNU General Public License Version 2 or later (the "GPL"), or
  27.    - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  28.    - in which case the provisions of the GPL or the LGPL are applicable instead
  29.    - of those above. If you wish to allow use of your version of this file only
  30.    - under the terms of either the GPL or the LGPL, and not to allow others to
  31.    - use your version of this file under the terms of the MPL, indicate your
  32.    - decision by deleting the provisions above and replace them with the notice
  33.    - and other provisions required by the LGPL or the GPL. If you do not delete
  34.    - the provisions above, a recipient may use your version of this file under
  35.    - the terms of any one of the MPL, the GPL or the LGPL.
  36.    -
  37.    - ***** END LICENSE BLOCK ***** -->
  38.  
  39. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  40. <?xml-stylesheet href="chrome://newsfox/skin/about.css" type="text/css"?>
  41.  
  42. <!DOCTYPE window SYSTEM "chrome://newsfox/locale/about.dtd">
  43.  
  44. <window class="dialog"
  45.  title="&title;"
  46.  orient="vertical"
  47.  autostretch="always"
  48.  onload="sizeToContent()"
  49.  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  50.  
  51. <!-- Original template by Jed Brown -->
  52.  
  53. <groupbox align="center" orient="horizontal">
  54. <vbox>
  55.   <text value="NewsFox" style="font-weight: bold; font-size: x-large;"/>
  56.   <hbox flex="1">
  57.     <text value="0.8.1"/>
  58.     <spacer flex="1"/>
  59.     <text value="&visitHomePage;"
  60.       class="link"
  61.       onclick="window.open('http://newsfox.mozdev.org/'); window.close();"/>
  62.   </hbox>
  63.   <separator class="thin"/>
  64.   <text value="&createdBy;" style="font-weight: bold;"/>
  65.   <hbox flex="1">
  66.     <text value="Andy Frank"/>
  67.     <spacer flex="1"/>
  68.     <text value="http://www.andyfrank.com/"
  69.       class="link"
  70.       onclick="window.open('http://www.andyfrank.com/'); window.close();"/>
  71.   </hbox>
  72.   <separator class="thin"/>
  73.   <text value="&contibutors;" style="font-weight: bold;"/>
  74.   <hbox flex="1">
  75.     <text value="Andrey Gromyko (&projectOwner;)"/>
  76.     <spacer flex="1"/>
  77.     <text value="andrey@gromyko.name"
  78.       class="link"
  79.       onclick="window.open('mailto:andrey@gromyko.name'); window.close();"/>
  80.   </hbox>
  81.   <hbox>
  82.     <text value="Philip Chee (&SeaMonkeySupport;)"/>
  83.     <spacer flex="1"/>
  84.     <text value="philip.chee@gmail.com"
  85.       class="link"
  86.       onclick="window.open('mailto:philip.chee@gmail.com'); window.close();"/>
  87.   </hbox>
  88.     <hbox>
  89.         <text value="Ron Pruitt"/>
  90.         <spacer flex="1"/>
  91.         <text value="wa84it@gmail.com"
  92.                     class="link"
  93.                     onclick="window.open('mailto:wa84it@gmail.com'); window.close();"/>
  94.     </hbox>
  95.  
  96.   <separator class="thin"/>
  97.   <text value="&localization;" style="font-weight: bold;"/>
  98.   <text value="Xavier Robin (fr-FR)"/>
  99.   <hbox flex="1">
  100.     <text value="Hugo Salgado H. (es-CL)"/>
  101.     <spacer flex="1"/>
  102.     <text value="http://hugo.vulcano.cl"
  103.       class="link"
  104.       onclick="window.open('http://hugo.vulcano.cl'); window.close();"/>
  105.   </hbox>
  106.   <text value="BabelZilla.org"
  107.     class="link"
  108.     onclick="window.open('http://www.babelzilla.org'); window.close();"/>
  109. </vbox>
  110. <spring flex="1"/>
  111. <image src="chrome://helloworld/skin/helloworldb.png"/>
  112. </groupbox>
  113.  
  114.   <hbox>
  115.   <spacer flex="1"/>
  116.    <button label="&close;" oncommand="window.close();"/>
  117.   </hbox>
  118.  
  119. </window>
  120.  
  121.