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

« back to all changes in this revision

Viewing changes to chrome/chrome.jar!/content/dta/manager/info.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
 
<!-- You may find the license in the LICENSE file -->
3
 
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
4
 
<?xml-stylesheet href="chrome://dta/skin/common/style.css" type="text/css" ?>
5
 
<?xml-stylesheet href="chrome://dta/skin/manager/info.css" type="text/css" ?>
6
 
 
7
 
<!DOCTYPE dialog [
8
 
        <!ENTITY % commonDTD SYSTEM "chrome://dta/locale/">
9
 
        %commonDTD;
10
 
        <!ENTITY % managerDTD SYSTEM "chrome://dta/locale/manager.dtd">
11
 
        %managerDTD;    
12
 
]>
13
 
 
14
 
<dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" title="&infoMultiple.value;" id="DownThemAll" buttons="accept,cancel" ondialogaccept="return Dialog.accept();">
15
 
 
16
 
        <script type="application/x-javascript" src="chrome://global/content/nsUserSettings.js" />
17
 
 
18
 
        <script type="application/javascript" src="chrome://dta/content/common/internalFunctions.js" />
19
 
        <script type="application/javascript" src="chrome://dta/content/dta/manager/info.js" />
20
 
        <script type="application/javascript" src="chrome://dta/content/dta/manager/utils.js" />
21
 
 
22
 
        <stringbundleset xmlns="http://www.downthemall.net/properties#">
23
 
                <stringbundle src="chrome://dta/locale/common.properties" />
24
 
        </stringbundleset>
25
 
 
26
 
        <keyset>
27
 
                <key keycode="VK_ESCAPE" oncommand="self.close();" />
28
 
        </keyset>
29
 
 
30
 
        <hbox id="infoBox" flex="1" />
31
 
        <separator />
32
 
        <tabbox flex="1">
33
 
                <tabs>
34
 
                        <tab label="&infos.label;" />
35
 
                        <tab label="&options.caption;" />
36
 
                </tabs>
37
 
                <tabpanels>
38
 
                        <tabpanel id="canvasTab" orient="vertical" flex="1" pack="start">
39
 
                                <grid id="canvasGrid" style="overflow: hidden;" />
40
 
                        </tabpanel>
41
 
                        <tabpanel id="paramsBox" orient="vertical" flex="1" pack="start">
42
 
                                <grid>
43
 
                                        <columns>
44
 
                                                <column />
45
 
                                                <column flex="1" />
46
 
                                        </columns>
47
 
                                        <rows>
48
 
                                                <row align="center" id="mirrorRow">
49
 
                                                        <label control="mirrorManager" id="mirrorsTitle" value="&mirrors.value;" />
50
 
                                                        <hbox align="center" flex="1">
51
 
                                                                <label id="mirrorsText" class="text-link" flex="1" onclick="Dialog.manageMirrors();" />
52
 
                                                                <toolbarbutton id="mirrorManager" oncommand="Dialog.manageMirrors();" tooltiptext="&mirrormanager.tip;" />
53
 
                                                        </hbox>
54
 
                                                </row>
55
 
                                                <row align="center">
56
 
                                                        <label control="sourcePage" id="sourcePageTitle" value="&referrer.value;" style="font-style: italic;" />
57
 
                                                        <hbox flex="1">
58
 
                                                                <textbox id="sourcePage" readonly="true" flex="1" />
59
 
                                                        </hbox>
60
 
                                                </row>
61
 
                                                <row align="center">
62
 
                                                        <label control="description" value="&description.value;" style="font-style: italic;" />
63
 
                                                        <textbox id="description" />
64
 
                                                </row>
65
 
                                                <row align="center">
66
 
                                                        <label control="directory" value="&dest.caption;" />
67
 
                                                        <hbox flex="1">
68
 
                                                                <saveddropdown id="directory" preference="directory" flex="1" />
69
 
                                                                <toolbarbutton id="browsedir" oncommand="Dialog.browseDir();" tooltiptext="&browse.tip;" />
70
 
                                                        </hbox>
71
 
                                                </row>
72
 
                                                <row align="center">
73
 
                                                        <label control="renaming" value="&mask.label;: " />
74
 
                                                        <hbox>
75
 
                                                                <saveddropdown id="renaming" preference="renaming" flex="1" tooltiptext="&mask.tip;" />
76
 
                                                                <maskbutton id="mask" />
77
 
                                                        </hbox>
78
 
                                                </row>
79
 
                                                <row align="center">
80
 
                                                        <label control="hash" value="&checksum.value;" style="font-style: italic;" />
81
 
                                                        <hashinput id="hash" />
82
 
                                                </row>
83
 
                                        </rows>
84
 
                                </grid>
85
 
                        </tabpanel>
86
 
                </tabpanels>
87
 
        </tabbox>
88
 
</dialog>
 
 
b'\\ No newline at end of file'