Revision control
Copy as Markdown
Other Tools
# 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
<!--
List of all the account creation templates. Don't load any JavaScript or
CSS in here, those files are handled lazily in the controller and in the
various shadowRoots of the views.
-->
#include ./accountHubEmailAutoFormTemplate.inc.xhtml
#include ./accountHubEmailConfigFoundTemplate.inc.xhtml
#include ./accountHubEmailIncomingFormTemplate.inc.xhtml
#include ./accountHubEmailOutgoingFormTemplate.inc.xhtml
#include ./accountHubFooterTemplate.inc.xhtml
#include ./accountHubHeaderTemplate.inc.xhtml
#include ./accountHubStepTemplate.inc.xhtml
<dialog class="account-hub-dialog">
<button id="closeButton" type="button">
<img src="" alt="" />
</button>
</dialog>
</html:template>
<header class="hub-header">
<div id="welcomeHeader" class="start-header" hidden="hidden">
<h1 data-l10n-id="account-hub-welcome-line">
<span data-l10n-name="brand-name"></span>
</h1>
</div>
<div id="defaultHeader" class="start-header" hidden="hidden">
<h1>
<span
class="start-header-brand-name"
data-l10n-id="account-hub-brand"></span>
<span
class="start-header-title"
data-l10n-id="account-hub-title"></span>
</h1>
</div>
</header>
<div class="hub-body">
<div class="hub-body-grid"></div>
#ifdef NIGHTLY_BUILD
<button
id="hubSyncButton"
data-l10n-id="account-hub-sync-button"
class="button button-flat"
type="button"
hidden="hidden"></button>
#endif
</div>
<footer class="hub-footer">
<ul class="reset-list footer-links">
<li>
<a
id="hubReleaseNotes"
data-l10n-id="account-hub-release-notes"></a>
</li>
<li>
<a
data-l10n-id="account-hub-support"
onclick="openLinkExternally(this.href);"></a>
</li>
<li>
<a
data-l10n-id="account-hub-donate"
onclick="openLinkExternally(this.href);"></a>
</li>
</ul>
</footer>
</html:template>
<email-auto-form id="emailAutoConfigSubview" title-id="account-hub-email-setup-header" >
</email-auto-form>
<email-manual-incoming-form id="emailIncomingConfigSubview" title-id="account-hub-email-setup-incoming" hidden="hidden">
</email-manual-incoming-form>
<email-manual-outgoing-form id="emailOutgoingConfigSubview" title-id="account-hub-email-setup-outgoing" hidden="hidden">
</email-manual-outgoing-form>
<email-config-found id="emailConfigFoundSubview" title-id="account-hub-email-config-found" hidden="hidden">
<!-- Account Hub Email Config Found Subview -->
</email-config-found >
<account-hub-step id="emailPasswordSubview" title-id="account-hub-email-enter-password" hidden="hidden">
<!-- Account Hub Email Config Found Subview -->
</account-hub-step>
<account-hub-step id="emailSyncAccountsSubview" title-id="account-hub-email-sync-accounts" hidden="hidden">
<!-- Account Hub Email Sync Accounts Subview -->
</account-hub-step>
<account-hub-step id="emailAddedSubview" hidden="hidden">
<!-- Account Hub Email Added Subview -->
</account-hub-step>
<account-hub-footer id="emailFooter" class="hub-footer"></account-hub-footer>
</html:template>