⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 joeyoverlay.xul

📁 Joey is j2me client server application for for mobile platform. Build on top j2mepolish
💻 XUL
字号:
<?xml version="1.0"?>

 <!-- ***** BEGIN LICENSE BLOCK *****
   - Version: MPL 1.1/GPL 2.0/LGPL 2.1
   -
   - 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 Joey Mozilla Project.
   -
   - The Initial Developer of the Original Code is
   - Doug Turner <dougt@meer.net>.
   - Portions created by the Initial Developer are Copyright (C) 2007
   - the Initial Developer. All Rights Reserved.
   -
   - Contributor(s):
   -   Marcio Galli
   -
   - Alternatively, the contents of this file may be used under the terms of
   - either the GNU General Public License Version 2 or later (the "GPL"), or
   - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
   - in which case the provisions of the GPL or the LGPL are applicable instead
   - of those above. If you wish to allow use of your version of this file only
   - under the terms of either the GPL or the LGPL, and not to allow others to
   - use your version of this file under the terms of the MPL, indicate your
   - decision by deleting the provisions above and replace them with the notice
   - and other provisions required by the LGPL or the GPL. If you do not delete
   - the provisions above, a recipient may use your version of this file under
   - the terms of any one of the MPL, the GPL or the LGPL.
   -
   - ***** END LICENSE BLOCK ***** -->
 
<?xml-stylesheet href="chrome://joey/skin/joey.css" type="text/css"?>
<!DOCTYPE overlay [
  <!ENTITY % brandDTD SYSTEM "chrome://joey/locale/brand.dtd" >
  %brandDTD;
  <!ENTITY % joeyDTD SYSTEM "chrome://joey/locale/joey.dtd" >
  %joeyDTD;
]>
<overlay id="joeyOverlay"
         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  
  <script type="application/x-javascript" src="chrome://joey/content/joeyCommon.js"> </script>
  <script type="application/x-javascript" src="chrome://joey/content/joeyOverlay.js"> </script>

  <stringbundleset id="stringbundleset">
    <stringbundle id="joey_properties" src="chrome://joey/locale/joey.properties"/>
  </stringbundleset>
  
  // This is for the right click menu.
  
  <popup id="contentAreaContextMenu">
    <menuitem id="joey_selectedText"
              label="&overlay.contextSendText.label;"
              insertafter="context-stop"
              oncommand="joey_selectedText();"/>
    
    <menuitem id="joey_selectedImage"
              label="&overlay.contextSendImage.label;"
              insertafter="context-stop"
              oncommand="joey_selectedImage();"/>
  </popup>
  
  <!-- status bar static joey presence UI --> 
  
  <statusbar id="status-bar">
    <statusbarpanel  id="joeyStatusbar" context="barcontext" hidden="false" collapsed="false" type="menu" >
      <hbox style="padding:0px;margin:0px">

        <toolbarbutton id="joeyStatusButton"
                       oncommand="joey_launchPopup()" />
        
        <!-- This gives us the DIV layer capability so we can stack a text
             on top of the background boxes -->
        
        <stack id="joeyStatusPanel" 
               style="margin:4px;margin-left:0px" > 

          <box id="joeyBackgrondProgressLayers">
            <box id="joeyProgressLayer" width="0"/>
          </box>
          
          <label id="joeyStatusTeller" />

        </stack>
      </hbox>
	  
      <menupopup id="joeyStatusPopup" >
        
        <menuitem label="&overlay.menuSite.label;" 
                  oncommand="joey_launchCloudSite()" />
        
        <menuitem id="joeyMediaMenuItem" 
                  label="&overlay.menuMedia.label;"
                  hidden="true" 
                  oncommand="joey_uploadFoundMedia()" />

        <menuitem id="joey_activeRSSLink" class="menuitem-iconic" 
                  hidden="true"
                  label="&overlay.menuRSS.label;"
                  insertafter="context-stop"
                  oncommand="joey_feed();"/>

        <menuitem id="joey_selectContextual"
                  label="&overlay.menuSummary.label;"
                  insertafter="context-stop"
                  oncommand="joey_enableSelection();"/>

        <menuitem id="joey_configurePreferences" 
                  label="&overlay.menuPreferences.label;"
                  insertafter="context-stop"
                  oncommand="joeyLaunchPreferences();"/>
        
      </menupopup>
  </statusbarpanel>
</statusbar>

</overlay>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -