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 / groupOptions.xul < prev    next >
Extensible Markup Language  |  2007-08-06  |  6KB  |  181 lines

  1. <?xml version="1.0"?>
  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.    - Ron Pruitt <wa84it@gmail.com>.
  19.    - Portions created by the Initial Developer are Copyright (C) 2006-2007
  20.    - the Initial Developer. All Rights Reserved.
  21.    -
  22.    - Contributor(s):
  23.    -
  24.    - Alternatively, the contents of this file may be used under the terms of
  25.    - either the GNU General Public License Version 2 or later (the "GPL"), or
  26.    - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  27.    - in which case the provisions of the GPL or the LGPL are applicable instead
  28.    - of those above. If you wish to allow use of your version of this file only
  29.    - under the terms of either the GPL or the LGPL, and not to allow others to
  30.    - use your version of this file under the terms of the MPL, indicate your
  31.    - decision by deleting the provisions above and replace them with the notice
  32.    - and other provisions required by the LGPL or the GPL. If you do not delete
  33.    - the provisions above, a recipient may use your version of this file under
  34.    - the terms of any one of the MPL, the GPL or the LGPL.
  35.    -
  36.    - ***** END LICENSE BLOCK ***** -->
  37.  
  38. <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
  39. <?xml-stylesheet href="chrome://newsfox/skin/" type="text/css"?>
  40.  
  41. <!DOCTYPE window SYSTEM "chrome://newsfox/locale/groupOptions.dtd">
  42.  
  43. <dialog id="groupOptionsDlg" title="&title;"
  44.   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  45.   onload="goinit();"
  46.   ondialogaccept="return doAccept();"
  47.   ondialogcancel="return true;">
  48.  
  49.     <script src="groupOptions.js"/>
  50.   <script src="chrome://global/content/nsDragAndDrop.js"/>
  51.   <script src="chrome://global/content/nsTransferable.js"/>
  52.  
  53.   <stringbundleset id="stringbundleset">
  54.     <stringbundle id="newsfox-string-bundle" src="chrome://newsfox/locale/newsfox.properties"/>
  55.   </stringbundleset>
  56.  
  57. <vbox>
  58.   <vbox id="part1">
  59.     <hbox align="center">
  60.       <label value="&name;"/>
  61.       <textbox id="Name" size="31"/>
  62.       <spacer id="grpmovespacer" width="8"/>
  63.       <label id="grpmovelabel" value="&insertbefore;"/>
  64.       <menulist id="grpmove" maxwidth="205">
  65.         <menupopup/>
  66.       </menulist>
  67.     </hbox>
  68.     </vbox>
  69.     <vbox id="part2">
  70.         <groupbox>
  71.             <caption label="&searchvalues;"/>
  72.             <hbox align="center">
  73.                 <label value="&flagged;"/>
  74.                 <radiogroup id="radioFlagged" orient="horizontal">
  75.                     <radio label="&yes;"/>
  76.                     <radio label="&no;"/>
  77.                     <radio label="&either;"/>
  78.                 </radiogroup>
  79.             </hbox>
  80.             <hbox align="center">
  81.                 <label value="&unread;"/>
  82.                 <radiogroup id="radioUnread" orient="horizontal">
  83.                     <radio label="&yes;"/>
  84.                     <radio label="&no;"/>
  85.                     <radio label="&either;"/>
  86.                 </radiogroup>
  87.             </hbox>
  88.             <hbox align="center">
  89.           <label id="Date" value="&time;"/>
  90.           <spacer width="2"/>
  91.           <label value="≬"/>
  92.           <textbox id="startT" size="7" onchange="startBox()"/>
  93.           <menulist id="datemenuStart" maxwidth="205" oncommand="startChg()">
  94.             <menupopup>
  95.                         <menuitem label="&hours;"/>
  96.                         <menuitem label="&days;"/>
  97.                         <menuitem label="&weeks;"/>
  98.                         <menuitem label="&months;"/>
  99.                         <menuitem label="&years;"/>
  100.                         <menuitem label="&ever;"/>
  101.                     </menupopup>
  102.           </menulist>
  103.                 <label value="∧"/>
  104.           <textbox id="endT" size="7" onchange="endBox()"/>
  105.           <menulist id="datemenuEnd" maxwidth="205" oncommand="endChg()">
  106.             <menupopup>
  107.                         <menuitem label="&hours;"/>
  108.                         <menuitem label="&days;"/>
  109.                         <menuitem label="&weeks;"/>
  110.                         <menuitem label="&months;"/>
  111.                         <menuitem label="&years;"/>
  112.                     </menupopup>
  113.           </menulist>
  114.                 <label value="&ago;"/>
  115.             </hbox>
  116.             <groupbox>
  117.                 <caption label="&textvalues;"/>
  118.             <hbox align="center">
  119.           <label value="&searchtext;"/>
  120.           <textbox id="Srchtxt" size="50"/>
  121.             </hbox>
  122.             <hbox align="center">
  123.                 <label value="&match;"/>
  124.                 <radiogroup id="radioMatch" orient="horizontal">
  125.                     <radio label="&body;"/>
  126.                     <radio label="&title2;"/>
  127.                     <radio label="&either;"/>
  128.                 </radiogroup>
  129.             </hbox>
  130.             <hbox align="center">
  131.                 <label value="&casesensitive;"/>
  132.                 <radiogroup id="radioCase" orient="horizontal">
  133.                     <radio label="&yes;"/>
  134.                     <radio label="&no;"/>
  135.                 </radiogroup>
  136.             </hbox>
  137.             </groupbox>
  138.             <hbox align="center">
  139.           <label id="grplabel" value="&grouptosearch;"/>
  140.           <menulist id="grpmenu" maxwidth="205">
  141.             <menupopup/>
  142.           </menulist>
  143.             </hbox>
  144.         </groupbox>
  145.     </vbox>
  146.     <vbox id="part3">
  147.         <separator class="thin"/>
  148.     <label id="dragrtl" value="&dragrtl;"/>
  149.     <label id="dragltr" value="&dragltr;"/>
  150.     <label value="&dragwithin;"/>
  151.         <separator class="thin"/>
  152.     </vbox>
  153.     <vbox id="part4">
  154.     <hbox align="center">
  155.     <tree id="group.edit" seltype="single" persist="width" 
  156.     rows="20" width="225" hidecolumnpicker="true" ondblclick="delFd(event)" 
  157.     ondraggesture="nsDragAndDrop.startDrag(event,grpedtreeObserver)"
  158.         ondragdrop="nsDragAndDrop.drop(event,grpedtreeObserver)"
  159.                     class="tree">
  160.       <treecols>
  161.         <treecol id="feedsLeft" primary="true" flex="1" label="left"/>
  162.       </treecols>
  163.       <treechildren/>
  164.     </tree>
  165.     <spacer id="group.feedsspacer" width="20"/>
  166.     <tree id="group.feeds" seltype="single" persist="width" 
  167.     rows="20" width="225" hidecolumnpicker="true" ondblclick="addFd(event)" 
  168.     ondraggesture="nsDragAndDrop.startDrag(event,grpedtreeObserver)"
  169.         ondragdrop="nsDragAndDrop.drop(event,grpedtreeObserver)"
  170.                     class="tree">
  171.       <treecols>
  172.         <treecol id="feedsRight" primary="true" flex="1" label="right"/>
  173.       </treecols>
  174.       <treechildren/>
  175.     </tree>
  176.     </hbox>
  177.   </vbox>
  178. </vbox>
  179. </dialog>
  180.  
  181.