Revision control

Copy as Markdown

Other Tools

<?xml version="1.0" ?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!DOCTYPE html>
<html
windowtype="OTR:AddFinger"
width="540"
height="200"
scrolling="false"
>
<head>
<title data-l10n-id="otr-add-finger-title"></title>
<link rel="stylesheet" href="chrome://global/skin/global.css" />
<link rel="stylesheet" href="chrome://chat/skin/otrFingerprintDialog.css" />
<link rel="localization" href="messenger/otr/add-finger.ftl" />
<script
defer="defer"
></script>
<script
defer="defer"
></script>
<script
defer="defer"
></script>
</head>
<html:body
>
<dialog buttons="accept,cancel" buttondisabledaccept="true">
<hbox align="center" pack="center" class="header-container">
<vbox>
<html:img
class="header-icon"
alt=""
/>
</vbox>
<vbox flex="1">
<description id="otrDescription" />
</vbox>
</hbox>
<hbox class="form-control" align="center">
<label
data-l10n-id="otr-add-finger-fingerprint"
class="label-box"
control="fingerprint"
/>
<hbox class="input-control" align="center" flex="1">
<html:input
id="fingerprint"
type="text"
data-l10n-id="otr-add-finger-input"
class="input-field"
oninput="otrAddFinger.oninput(this);"
onblur="otrAddFinger.onblur(this);"
pattern="[ 0-9a-fA-F]*"
minlength="44"
maxlength="44"
/>
</hbox>
<html:img
id="fingerWarning"
class="warning-icon"
alt=""
width="16"
height="16"
hidden="hidden"
/>
</hbox>
<vbox class="input-helper-container" flex="1" align="end">
<label
id="fingerError"
data-l10n-id="otr-add-finger-tooltip-error"
class="msg-error"
hidden="true"
/>
<label id="keyCount" class="input-helper" value="0/40" />
</vbox>
</dialog>
</html:body>
</html>