~ubuntu-branches/ubuntu/quantal/enigmail/quantal-security

« back to all changes in this revision

Viewing changes to mailnews/extensions/enigmail/ui/content/enigmailKeyDetailsDlg.xul

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2013-09-13 16:02:15 UTC
  • mfrom: (0.12.16)
  • Revision ID: package-import@ubuntu.com-20130913160215-u3g8nmwa0pdwagwc
Tags: 2:1.5.2-0ubuntu0.12.10.1
* New upstream release v1.5.2 for Thunderbird 24

* Build enigmail using a stripped down Thunderbird 17 build system, as it's
  now quite difficult to build the way we were doing previously, with the
  latest Firefox build system
* Add debian/patches/no_libxpcom.patch - Don't link against libxpcom, as it
  doesn't exist anymore (but exists in the build system)
* Add debian/patches/use_sdk.patch - Use the SDK version of xpt.py and
  friends
* Drop debian/patches/ipc-pipe_rename.diff (not needed anymore)
* Drop debian/patches/makefile_depth.diff (not needed anymore)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!--
 
3
 * ***** BEGIN LICENSE BLOCK *****
 
4
 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
 
5
 *
 
6
 * The contents of this file are subject to the Mozilla Public
 
7
 * License Version 1.1 (the "MPL"); you may not use this file
 
8
 * except in compliance with the MPL. You may obtain a copy of
 
9
 * the MPL at http://www.mozilla.org/MPL/
 
10
 *
 
11
 * Software distributed under the MPL is distributed on an "AS
 
12
 * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 
13
 * implied. See the MPL for the specific language governing
 
14
 * rights and limitations under the MPL.
 
15
 *
 
16
 * The Original Code is Enigmail.
 
17
 *
 
18
 * The Initial Developer of the Original Code is Patrick Brunschwig.
 
19
 * Portions created by Patrick Brunschwig <patrick@mozilla-enigmail.org> are
 
20
 * Copyright (C) 2004 Patrick Brunschwig. All Rights Reserved.
 
21
 *
 
22
 * Contributor(s):
 
23
 *
 
24
 * Alternatively, the contents of this file may be used under the terms of
 
25
 * either the GNU General Public License Version 2 or later (the "GPL"), or
 
26
 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
 
27
 * in which case the provisions of the GPL or the LGPL are applicable instead
 
28
 * of those above. If you wish to allow use of your version of this file only
 
29
 * under the terms of either the GPL or the LGPL, and not to allow others to
 
30
 * use your version of this file under the terms of the MPL, indicate your
 
31
 * decision by deleting the provisions above and replace them with the notice
 
32
 * and other provisions required by the GPL or the LGPL. If you do not delete
 
33
 * the provisions above, a recipient may use your version of this file under
 
34
 * the terms of any one of the MPL, the GPL or the LGPL.
 
35
 * ***** END LICENSE BLOCK ***** *
 
36
-->
 
37
 
 
38
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
 
39
<?xml-stylesheet href="chrome://enigmail/skin/enigmail.css" type="text/css"?>
 
40
 
 
41
<!DOCTYPE window [
 
42
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
 
43
%brandDTD;
 
44
<!ENTITY % enigMailDTD SYSTEM "chrome://enigmail/locale/enigmail.dtd" >
 
45
%enigMailDTD;
 
46
]>
 
47
 
 
48
<dialog id="enigmailKeyDetailsDlg"
 
49
        title="&enigmail.keyDetails.title;"
 
50
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
 
51
        buttons="accept"
 
52
        minwidth="450px"
 
53
        persist="width height"
 
54
        buttonlabelaccept="&enigmail.cardDetails.closeWindow.label;"
 
55
        onload="onLoad();">
 
56
 
 
57
 
 
58
  <script type="application/x-javascript" src="chrome://enigmail/content/enigmailCommon.js"/>
 
59
  <script type="application/x-javascript" src="chrome://enigmail/content/enigmailKeyDetailsDlg.js"/>
 
60
  <script type="application/x-javascript" src="chrome://enigmail/content/enigmailKeyManager.js"/>
 
61
 
 
62
  <broadcasterset>
 
63
    <broadcaster id="ownKeyCommands" hidden="true"/>
 
64
  </broadcasterset>
 
65
 
 
66
  <vbox orient="vertical">
 
67
    <grid>
 
68
      <columns>
 
69
        <column/>
 
70
        <column flex="2"/>
 
71
      </columns>
 
72
      <rows>
 
73
        <row>
 
74
          <hbox align="center">
 
75
            <label value="&enigmail.keyDetails.userId.label;" control="userId"/>
 
76
          </hbox>
 
77
          <textbox readonly="true" id="userId" value="?"/>
 
78
        </row>
 
79
        <row>
 
80
          <hbox align="center">
 
81
            <label value="&enigmail.keyDetails.keyId.label;" control="keyId"/>
 
82
          </hbox>
 
83
          <textbox readonly="true" id="keyId" value="?"/>
 
84
        </row>
 
85
        <row>
 
86
          <hbox align="center">
 
87
            <label value="&enigmail.keyDetails.keyType.label;" control="keyType"/>
 
88
          </hbox>
 
89
          <textbox readonly="true" id="keyType" value="?"/>
 
90
        </row>
 
91
        <row>
 
92
          <hbox align="center">
 
93
            <label value="&enigmail.keyDetails.calcTrust.label;" control="calcTrust"/>
 
94
          </hbox>
 
95
          <textbox readonly="true" id="calcTrust" value="?"/>
 
96
        </row>
 
97
        <row>
 
98
          <hbox align="center">
 
99
            <label value="&enigmail.keyDetails.ownerTrust.label;" control="ownerTrust"/>
 
100
          </hbox>
 
101
          <textbox readonly="true" id="ownerTrust" value="?"/>
 
102
        </row>
 
103
        <row>
 
104
          <hbox align="center">
 
105
            <label value="&enigmail.keyDetails.fingerprint.label;" control="fingerprint"/>
 
106
          </hbox>
 
107
          <textbox readonly="true" id="fingerprint" value="?"/>
 
108
        </row>
 
109
      </rows>
 
110
    </grid>
 
111
  </vbox>
 
112
 
 
113
  <tree id="uidList" flex="2"
 
114
        enableColumnDrag="true"
 
115
        style="height:100px"
 
116
        hidecolumnpicker="true">
 
117
    <treecols>
 
118
      <treecol label="&enigmail.keyDetails.additionalUid.label;"
 
119
               style="width:350px"
 
120
               persist="width"/>
 
121
      <splitter class="tree-splitter"/>
 
122
      <treecol label="&enigmail.valid.label;"
 
123
               flex="1"/>
 
124
    </treecols>
 
125
    <treechildren id="uidListChildren"/>
 
126
  </tree>
 
127
 
 
128
  <hbox flex="1">
 
129
    <tree id="subkeyList" flex="1"
 
130
      enableColumnDrag="true"
 
131
      style="height:100px"
 
132
      hidecolumnpicker="true">
 
133
 
 
134
      <treecols>
 
135
        <treecol id="subkeyCol" primary="true"
 
136
            label="&enigmail.keyDetails.keyPart.label;"
 
137
            style="width:71px"
 
138
            persist="width"/>
 
139
        <splitter class="tree-splitter"/>
 
140
        <treecol id="keyTypeCol" style="width:77px"
 
141
                 label="&enigmail.keyDetails.ID.label;"
 
142
                 persist="width"/>
 
143
        <splitter class="tree-splitter"/>
 
144
        <treecol id="algoCol" style="width:60px"
 
145
                 label="&enigmail.keyDetails.algorithm.label;"
 
146
                 persist="width"/>
 
147
        <splitter class="tree-splitter"/>
 
148
        <treecol id="sizeCol" style="width:37px"
 
149
                 label="&enigmail.keyDetails.size.label;"
 
150
                 persist="width"/>
 
151
        <splitter class="tree-splitter"/>
 
152
        <treecol id="createdCol" style="width:70px"
 
153
                 label="&enigmail.keyDetails.created.label;"
 
154
                 persist="width"/>
 
155
        <splitter class="tree-splitter"/>
 
156
        <treecol id="expiryCol" style="width:70px"
 
157
                 label="&enigmail.keyDetails.expiry.label;"
 
158
                 persist="width"/>
 
159
        <splitter class="tree-splitter"/>
 
160
        <treecol id="UsageCol"
 
161
                 label="&enigmail.keyDetails.usage.label;"
 
162
                 flex="1"/>
 
163
      </treecols>
 
164
 
 
165
      <treechildren id="keyListChildren"/>
 
166
 
 
167
    </tree>
 
168
  </hbox>
 
169
 
 
170
  <separator/>
 
171
 
 
172
  <hbox flex="0">
 
173
    <button id="actions" label="&enigmail.keyDetails.selAction.label;"
 
174
            accesskey="&enigmail.keyDetails.selAction.accesskey;" type="menu">
 
175
      <menupopup id="actionPopup">
 
176
        <menuitem label="&enigmail.keyMan.ctxViewPhoto.label;" oncommand="showPhoto()" id="showPhoto" disabled="true"/>
 
177
        <menuitem label="&enigmail.keyMan.ctxViewSig.label;" oncommand="viewSignatures()"/>
 
178
        <menuitem label="&enigmail.keyMan.sign.label;" oncommand="signKey()"/>
 
179
        <menuitem label="&enigmail.keyMan.setTrust.label;" oncommand="setOwnerTrust()"/>
 
180
        <menuseparator observes="ownKeyCommands" />
 
181
        <menuitem label="&enigmail.keyMan.manageUid.label;" observes="ownKeyCommands" oncommand="manageUids()"/>
 
182
        <menuitem label="&enigmail.keyMan.addPhoto.label;" observes="ownKeyCommands" oncommand="keyDetailsAddPhoto()"/>
 
183
        <menuitem label="&enigmail.keyMan.changePwd.label;" observes="ownKeyCommands" oncommand="changePassword()"/>
 
184
        <menuitem label="&enigmail.keyMan.revokeKey.label;" observes="ownKeyCommands" oncommand="revokeKey()"/>
 
185
        <menuitem label="&enigmail.keyMan.ctxGenRevoke.label;" observes="ownKeyCommands" oncommand="genRevocationCert()"/>
 
186
      </menupopup>
 
187
    </button>
 
188
  </hbox>
 
189
 
 
190
</dialog>
 
191