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
scrolling="false"
style="min-width: 540px; min-height: 210px"
>
<head>
<title data-l10n-id="carddav-window-title"></title>
<link rel="stylesheet" href="chrome://messenger/skin/messenger.css" />
<link rel="stylesheet" href="chrome://messenger/skin/input-fields.css" />
<link rel="stylesheet" href="chrome://messenger/skin/shared/cardDAV.css" />
<link rel="localization" href="branding/brand.ftl" />
<link rel="localization" href="messenger/addressbook/abCardDAVDialog.ftl" />
<script
defer="defer"
></script>
<script
defer="defer"
></script>
<script
defer="defer"
></script>
</head>
<html:body
>
<dialog
id="carddav-dialog"
data-l10n-id="carddav-dialog"
data-l10n-attrs="buttonlabelaccept,buttonaccesskeyaccept"
>
<html:div id="carddav-properties-table">
<html:div>
<label
control="carddav-username"
data-l10n-id="carddav-username-label"
data-l10n-attrs="value,accesskey"
/>
</html:div>
<html:div class="input-container">
<html:input
id="carddav-username"
type="text"
oninput="fillLocationPlaceholder();"
/>
</html:div>
<html:div>
<label
control="carddav-location"
data-l10n-id="carddav-location-label"
data-l10n-attrs="value,accesskey"
/>
</html:div>
<html:div class="input-container">
<html:input
id="carddav-location"
type="url"
data-l10n-id="carddav-location"
data-l10n-attrs="default-placeholder"
required="required"
onblur="handleCardDAVURLBlur(event);"
oninput="handleCardDAVURLInput(event);"
/>
</html:div>
</html:div>
<html:div id="carddav-statusArea">
<html:div id="carddav-statusContainer">
<html:img id="carddav-statusImage" alt="" />
<html:span id="carddav-statusMessage">&#160;</html:span>
<!-- Include 160 = nbsp, to make the element occupy the
full height, for at least one line. With a normal space,
it does not have sufficient height. -->
</html:div>
</html:div>
<vbox id="carddav-resultsArea" hidden="true" flex="1">
<label
id="carddav-availableBooksHeader"
data-l10n-id="carddav-available-books"
/>
<vbox id="carddav-availableBooks" class="indent"></vbox>
</vbox>
</dialog>
</html:body>
</html>