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 [ <!ENTITY % dtd1 SYSTEM "chrome://calendar/locale/global.dtd"> %dtd1;
<!ENTITY % dtd2 SYSTEM "chrome://calendar/locale/calendar.dtd">
%dtd2; ]>
<html
id="calendar-publishwindow"
windowtype="Calendar:PublishDialog"
persist="screenX screenY"
lightweightthemes="true"
scrolling="false"
>
<head>
<title>&calendar.publish.dialog.title;</title>
<link rel="stylesheet" href="chrome://messenger/skin/messenger.css" />
<link rel="stylesheet" href="chrome://messenger/skin/colors.css" />
<link rel="stylesheet" href="chrome://messenger/skin/themeableDialog.css" />
<link rel="stylesheet" href="chrome://calendar/skin/shared/publishDialog.css" />
<link rel="localization" href="branding/brand.ftl" />
<script defer="defer" src="chrome://messenger/content/dialogShadowDom.js"></script>
<script defer="defer" src="chrome://calendar/content/publishDialog.js"></script>
</head>
<dialog
buttons="accept,cancel"
buttonlabelaccept="&calendar.publish.publish.button;"
buttonlabelaccept2="&calendar.publish.close.button;"
>
<html:div>
<html:label for="publish-remotePath-textbox">&calendar.publish.url.label;</html:label>
<html:input
id="publish-remotePath-textbox"
type="url"
pattern="(https?|webcals?)://.*"
size="64"
required="required"
oninput="checkURLField()"
/>
</html:div>
<html:progress id="publish-progressmeter" value="0" max="100"></html:progress>
</dialog>
</html:body>
</html>