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
<html
id="calendar-publishwindow"
windowtype="Calendar:PublishDialog"
persist="screenX screenY"
lightweightthemes="true"
scrolling="false"
>
<head>
<title data-l10n-id="calendar-publish-dialog-title"></title>
<meta
http-equiv="Content-Security-Policy"
content="default-src chrome:; script-src chrome: 'unsafe-inline' moz-src:; style-src chrome: 'unsafe-inline'"
/>
<link rel="localization" href="branding/brand.ftl" />
<link rel="localization" href="calendar/calendar.ftl" />
</head>
<dialog buttons="accept,cancel" data-l10n-id="calendar-publish-publish-button">
<html:div>
<html:label
for="publish-remotePath-textbox"
data-l10n-id="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>