?? feed-subscriptions.xul
字號:
<?xml version="1.0"?> # -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-# ***** 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 Thunderbird RSS Subscription Manager## The Initial Developer of the Original Code is# The Mozilla Foundation.# Portions created by the Initial Developer are Copyright (C) 2005# the Initial Developer. All Rights Reserved.## Contributor(s):# Scott MacGregor <mscott@mozilla.org>## 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 GPL or the LGPL. 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://messenger/skin/" type="text/css"?><?xml-stylesheet href="chrome://messenger-newsblog/skin/feed-subscriptions.css" type="text/css"?><!DOCTYPE window SYSTEM "chrome://messenger-newsblog/locale/feed-subscriptions.dtd"><window id="subscriptionsDialog" title="&newsBlogSubscriptions.label;" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"#ifdef XP_MACOSX style="width: 40em; height: 30em;"#else style="width: 30em; height: 25em;"#endif persist="width height" onload="gFeedSubscriptionsWindow.init();" onunload="return gFeedSubscriptionsWindow.uninit();" windowtype="Mail:News-BlogSubscriptions" flex="1"> <script type="application/x-javascript" src="utils.js"/> <script type="application/x-javascript" src="file-utils.js"/> <script type="application/x-javascript" src="debug-utils.js"/> <script type="application/x-javascript" src="feed-subscriptions.js"/> <script type="application/x-javascript" src="Feed.js"/> <script type="application/x-javascript" src="FeedItem.js"/> <script type="application/x-javascript" src="feed-parser.js"/> <script type="application/x-javascript" src="chrome://global/content/nsDragAndDrop.js"/> <script type="application/x-javascript" src="chrome://global/content/nsTransferable.js"/> <keyset id="extensionsKeys"> <key id="key_close" key="&cmd.close.commandKey;" modifiers="accel" oncommand="window.close();"/> <key id="key_close2" keycode="VK_ESCAPE" oncommand="window.close();"/> </keyset> <stringbundle id="bundle_newsblog" src="chrome://messenger-newsblog/locale/newsblog.properties"/> <vbox flex="1" id="contentPane"> <description>&subscriptionDesc.label;</description> <separator class="thin"/> <tree id="rssSubscriptionsList" flex="1" style="height: 10em;" hidecolumnpicker="true" onselect="gFeedSubscriptionsWindow.onSelect();" onkeypress="gFeedSubscriptionsWindow.onKeyPress(event);" seltype="single"> <treecols> <treecol id="folderNameCol" flex="2" primary="true" hideheader="true"/> </treecols> <treechildren id="subscriptionChildren" ondblclick="gFeedSubscriptionsWindow.editFeed();" ondraggesture="gFeedSubscriptionsWindow.beginDrag(event);"/> </tree> <hbox id="rssFeedInfoBox"> <stack flex="1"> <hbox id="backgroundBox" flex="1"/> <grid flex="1"> <columns> <column/> <column flex="1"/> </columns> <rows> <row align="center"> <hbox pack="end"><label id="nameLabel" value="&feedTitle.label;"/></hbox> <textbox id="nameValue" readonly="true" class="plain"/> </row> <row align="center"> <hbox pack="end"><label id="locationLabel" value="&location.label;"/></hbox> <textbox id="locationValue" readonly="true" class="plain"/> </row> </rows> </grid> </stack> </hbox> <hbox id="statusContainerBox" align="center"> <label id="statusText" class="statusbarpanel-text" crop="right" flex="1"/> <progressmeter id="progressMeter" collapsed="true" class="progressmeter-statusbar" style="margin-right: 5px;" mode="normal" value="0"/> </hbox> <hbox align="end"> <hbox class="actionButtons" flex="1"> <button id="addFeed" label="&button.addFeed.label;" accesskey="&button.addFeed.accesskey;" oncommand="gFeedSubscriptionsWindow.addFeed();"/> <button id="editFeed" disabled="true" label="&button.editFeed.label;" accesskey="&button.editFeed.accesskey;" oncommand="gFeedSubscriptionsWindow.editFeed();"/> <button id="removeFeed" disabled="true" label="&button.removeFeed.label;" accesskey="&button.removeFeed.accesskey;" oncommand="gFeedSubscriptionsWindow.removeFeed();"/> <button id="importOPML" label="&button.importOPML.label;" accesskey="&button.importOPML.accesskey;" oncommand="gFeedSubscriptionsWindow.importOPML();"/> <button id="exportOPML" label="&button.exportOPML.label;" accesskey="&button.exportOPML.accesskey;" oncommand="gFeedSubscriptionsWindow.exportOPML();"/> <spacer flex="1"/> </hbox> </hbox> </vbox> <hbox> <spring flex="1"/> <resizer dir="bottomright"/> </hbox></window>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -