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
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
<html:template id="accountHubEmailProtocolSelectFormTemplate" xmlns="http://www.w3.org/1999/xhtml">
<form id="protocolSelectForm" class="account-hub-form" slot="content">
<div class="hub-body protocol-select-select-body">
<fieldset class="account-hub-protocol-select-list">
<label class="account-hub-protocol-select-card recommended">
<input
type="radio"
name="protocol-select"
value="imap"
checked="checked"
/>
<span class="account-hub-protocol-select-card-content">
<span
class="account-hub-protocol-select-card-badge"
data-l10n-id="account-hub-result-recommended-label">
</span>
<span class="account-hub-protocol-select-card-header">
<img
class="account-hub-protocol-select-card-icon"
alt=""
/>
<span>IMAP</span>
</span>
<span
class="account-hub-protocol-select-card-body"
data-l10n-id="account-hub-protocol-imap">
</span>
</span>
</label>
<label class="account-hub-protocol-select-card">
<input type="radio" name="protocol-select" value="microsoft" />
<span class="account-hub-protocol-select-card-content">
<span class="account-hub-protocol-select-card-badge"></span>
<span class="account-hub-protocol-select-card-header">
<img
class="account-hub-protocol-select-card-icon"
alt=""
/>
<span>Microsoft</span>
</span>
<span
class="account-hub-protocol-select-card-body"
data-l10n-id="account-hub-protocol-microsoft">
</span>
</span>
</label>
<label class="account-hub-protocol-select-card">
<input type="radio" name="protocol-select" value="pop3" />
<span class="account-hub-protocol-select-card-content">
<span class="account-hub-protocol-select-card-badge"></span>
<span class="account-hub-protocol-select-card-header">
<img
class="account-hub-protocol-select-card-icon"
alt=""
/>
<span>POP3</span>
</span>
<span
class="account-hub-protocol-select-card-body"
data-l10n-id="account-hub-protocol-pop3">
</span>
</span>
</label>
</fieldset>
</div>
</form>
</html:template>