~ubuntu-branches/debian/stretch/downthemall/stretch

« back to all changes in this revision

Viewing changes to chrome/content/preferences/prefs.xul

  • Committer: Package Import Robot
  • Author(s): Michael Meskes
  • Date: 2016-09-21 13:33:55 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20160921133355-ylst3mzzo82mghyw
Tags: upstream-3.0.6
Import upstream version 3.0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!-- ***** BEGIN LICENSE BLOCK *****
 
3
 * Version: GPL 2.0
 
4
 *
 
5
 * This code is part of DownThemAll! - dTa!
 
6
 * Copyright © 2004-2006 Federico Parodi and Stefano Verna.
 
7
 *
 
8
 * See LICENSE and GPL for details.
 
9
 *
 
10
 * ***** END LICENSE BLOCK ***** -->
 
11
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
 
12
<?xml-stylesheet href="chrome://dta/skin/preferences/style.css"?>
 
13
<?xml-stylesheet href="chrome://dta-platform/skin/preferences.css"?>
 
14
 
 
15
<!DOCTYPE window [
 
16
        <!ENTITY % commonDTD SYSTEM "chrome://dta/locale/">
 
17
        %commonDTD;
 
18
        <!ENTITY % defcommonDTD SYSTEM "chrome://dta-locale/content/dta.dtd">
 
19
        %defcommonDTD;
 
20
        <!ENTITY % prefsDTD SYSTEM "chrome://dta/locale/prefpanes.dtd">
 
21
        %prefsDTD;
 
22
        <!ENTITY % defprefsDTD SYSTEM "chrome://dta-locale/content/prefpanes.dtd">
 
23
        %defprefsDTD;
 
24
]>
 
25
 
 
26
<prefwindow
 
27
        id="DownThemAll"
 
28
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
 
29
        windowtype="DTA:Preferences"
 
30
        title="&dtaPreferences.title;"
 
31
        buttons="accept,cancel,extra2,help"
 
32
        buttonlabelextra2="&buttonlabelextra2;"
 
33
        ondialogextra2="Prefs.restoreAll();"
 
34
        persist="lastSelected screenX screenY"
 
35
        onload="Prefs.load();"
 
36
        style="&windowstyle.3;"
 
37
        >
 
38
        <stringbundleset id="bundlesPrefs" xmlns="http://www.downthemall.net/properties#">
 
39
                <stringbundle src="chrome://dta/locale/common.properties" />
 
40
                <stringbundle src="chrome://dta/locale/prefpanes.properties" />
 
41
        </stringbundleset>
 
42
 
 
43
        <prefpane id="paneMain" label="&mainpane.label;" src="chrome://dta/content/preferences/mainPane.xul" />
 
44
        <prefpane id="paneInterface" label="&uipane.label;" src="chrome://dta/content/preferences/interfacePane.xul" />
 
45
        <prefpane id="paneServers" label="&serverspane.label;" src="chrome://dta/content/preferences/serversPane.xul" />
 
46
        <prefpane id="panePrivacy" label="&privacypane.label;" src="chrome://dta/content/preferences/privacyPane.xul" />
 
47
        <prefpane id="paneFilters" label="&filterspane.label;" src="chrome://dta/content/preferences/filtersPane.xul" />
 
48
        <prefpane id="paneSchedule" label="&schedpane.label;" src="chrome://dta/content/preferences/schedulePane.xul" />
 
49
        <prefpane id="paneAdvanced" label="&advancedpane.label;" src="chrome://dta/content/preferences/advPane.xul" />
 
50
 
 
51
        <script type="application/javascript" src="chrome://dta/content/common/internalFunctions.js"/>
 
52
        <script type="application/javascript" src="chrome://dta/content/preferences/prefs.js"/>
 
53
</prefwindow>