home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 55308 / 55308.xpi / chrome / goo.gl_lite.jar / content / goo.gl_lite.xul < prev   
Encoding:
Extensible Markup Language  |  2010-01-26  |  2.0 KB  |  42 lines

  1. <?xml version="1.0"?>
  2. <!--
  3.     goo.gl lite, url shortening without the extra weight.
  4.     Copyright (C) 2009 Matthew Flaschen
  5.  
  6.     This program is free software; you can redistribute it and/or modify
  7.     it under the terms of the GNU General Public License as published by
  8.     the Free Software Foundation; either version 2 of the License, or
  9.     (at your option) any later version.
  10.  
  11.     This program is distributed in the hope that it will be useful,
  12.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.     GNU General Public License for more details.
  15.  
  16.     You should have received a copy of the GNU General Public License along
  17.     with this program; if not, write to the Free Software Foundation, Inc.,
  18.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  19. -->
  20. <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
  21. <?xml-stylesheet href="chrome://goo.gl_lite/skin/goo.gl_lite.css" type="text/css"?>
  22.  
  23. <!DOCTYPE toolbarpalette SYSTEM "chrome://goo.gl_lite/locale/goo.gl_lite.dtd">
  24.  
  25. <overlay id="goo.gl_lite_overlay"
  26.      xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  27.   <script type="text/javascript" src="goo.gl_lite.js"/>
  28.  
  29.   <toolbarpalette id="BrowserToolbarPalette">
  30.     <toolbarbutton id="goo_gl_lite_button" class="toolbarbutton-1"
  31.            label="&goo.gl_lite.toolbar_button_label;" tooltiptext="&goo.gl_lite.toolbar_button_tooltip;"
  32.            oncommand="goo_gl_lite.make_from_current_page();"/>
  33.   </toolbarpalette>
  34.  
  35.   <popup id="contentAreaContextMenu">
  36.     <menuitem id="context-goo_gl_lite-current" label="&goo.gl_lite.context_current_label;" accesskey="&goo.gl_lite.context_current_accesskey;" insertafter="context-bookmarkpage" oncommand="goo_gl_lite.make_from_current_page();"/>
  37.     <menuitem id="context-goo_gl_lite-link" label="&goo.gl_lite.context_link_label;" accesskey="&goo.gl_lite.context_link_accesskey;" insertafter="context-copylink" oncommand="goo_gl_lite.make_from_link();"/>
  38.   </popup>
  39.       
  40.  
  41. </overlay>
  42.