~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/security/manager/pki/resources/content/serverCrlNextupdate.xul

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!--
 
3
   - The contents of this file are subject to the Mozilla Public
 
4
   - License Version 1.1 (the "License"); you may not use this file
 
5
   - except in compliance with the License. You may obtain a copy of
 
6
   - the License at http://www.mozilla.org/MPL/
 
7
   -
 
8
   - Software distributed under the License is distributed on an "AS
 
9
   - IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 
10
   - implied. See the License for the specific language governing
 
11
   - rights and limitations under the License.
 
12
   -
 
13
   -
 
14
   - Contributor(s):
 
15
   -  David Drinan <ddrinan@netscape.com>
 
16
  -->
 
17
 
 
18
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
 
19
 
 
20
<!-- CHANGE THIS WHEN MOVING FILES -->
 
21
<!DOCTYPE window [
 
22
    <!ENTITY % pipPkiDTD SYSTEM "chrome://pippki/locale/pippki.dtd">
 
23
    %pipPkiDTD;
 
24
]>
 
25
 
 
26
<window
 
27
  id="serverCrlNextupdate"
 
28
  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"      
 
29
  style="width: 30em; height: 16em"
 
30
  onload="onLoad();"
 
31
>
 
32
<script type="application/x-javascript" src="chrome://global/content/strres.js" />
 
33
<script type="application/x-javascript" src="chrome://pippki/content/pippki.js" />
 
34
<script type="application/x-javascript" src="chrome://pippki/content/serverCrlNextupdate.js" />
 
35
<script type="application/x-javascript" src="chrome://help/content/contextHelp.js" />
 
36
 
 
37
<keyset id="keys">
 
38
  <key id="enter-key"  keycode="VK_ENTER"  oncommand="doOK()"    />
 
39
  <key id="return-key" keycode="VK_RETURN" oncommand="doOK()"    />
 
40
</keyset>
 
41
 
 
42
<vbox style="margin: 5px;" flex="100%">
 
43
 
 
44
  <description id="message1" flex="100%"/>
 
45
  <separator/>
 
46
  <description id="message2" flex="100%"/>
 
47
  <separator/>
 
48
  <label value="&serverCrlNextupdate.message;" flex="100%"/>
 
49
  <separator/>
 
50
  <hbox>
 
51
  <button id="ok-button" label="&ok.label;"
 
52
     oncommand="doOK();" /> 
 
53
  <button id="help-button" label="&help.label;"
 
54
    oncommand="openHelp('exp_crl');" /> 
 
55
  </hbox>
 
56
</vbox>
 
57
</window>