1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/manager/pki/resources/content/protectedAuth.xul Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,33 @@ 1.4 +<?xml version="1.0"?> 1.5 +<!-- This Source Code Form is subject to the terms of the Mozilla Public 1.6 + - License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> 1.8 + 1.9 +<?xml-stylesheet href="chrome://global/skin/" type="text/css"?> 1.10 + 1.11 +<!DOCTYPE window SYSTEM "chrome://pippki/locale/pippki.dtd"> 1.12 + 1.13 +<window 1.14 + id="protectedAuth" title="&protectedAuth.title;" 1.15 + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 1.16 + onload="onLoad();" 1.17 + onclose="onClose();" 1.18 +> 1.19 + 1.20 +<stringbundle id="pippki_bundle" src="chrome://pippki/locale/pippki.properties"/> 1.21 + 1.22 +<script type="application/javascript" src="pippki.js" /> 1.23 +<script type="application/javascript" src="protectedAuth.js" /> 1.24 +<script type="application/javascript" src="chrome://help/content/help.js" /> 1.25 + 1.26 +<vbox style="margin: 5px; max-width: 50em;"> 1.27 + 1.28 + <description>&protectedAuth.msg;</description> 1.29 + 1.30 + <hbox> 1.31 + <description>&protectedAuth.tokenName.label;</description> 1.32 + <description id="tokenName"></description> 1.33 + </hbox> 1.34 + 1.35 +</vbox> 1.36 +</window>