summaryrefslogtreecommitdiff
path: root/skins/elastic/templates/key_import.html
blob: 90d6d38e82d9e450bec3c8ceb78c7cc69385acf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<roundcube:include file="includes/layout.html" />
<roundcube:include file="includes/menu.html" />
<roundcube:include file="includes/settings-menu.html" />

<h1 class="voice"><roundcube:label name="settings" /> : <roundcube:label name="inbox_settings.key_import" /></h1>

<!-- keys list -->
<div id="layout-content" role="main">
	<h2 id="aria-label-toolbar" class="voice"><roundcube:label name="arialabeltoolbar" /></h2>
	<div class="header">
		<a class="button icon back-list-button" href="#back"><span class="inner"><roundcube:label name="back" /></span></a>
		<span class="header-title"></span>
	</div>
    <div class="formcontainer">
        <h1 class="voice"><roundcube:label name="inbox_settings.key_import" /></h1>
        <roundcube:form name="importform" method="post" id="import-key" class="formcontent">
            <fieldset>
                <legend><roundcube:label name="inbox_settings.key_import" /></legend>
                <table class="propform">
                    <tbody>
                        <tr class="form-group row">
                            <td class="col-sm-8">
                                <label class="col-form-label" for="rcmfd_key_data"><roundcube:label name="inbox_settings.paste_key_data" /></label>
                            </td>
                        </tr>
                        <tr class="form-group row">
                            <td class="col-sm-8">
                                <textarea id="rcmfd_key_data" rows="10" name="key_data" style="resize: none;"></textarea>
                            </td>
                        </tr>
                        <tr class="form-group row">
                            <td class="col-sm-8">
                                <input id="rcmfd_key_comment" type="text" name="comment" size="120" placeholder="<roundcube:label name="inbox_settings.comment_placeholder" />">
                            </td>
                        </tr>
                    </tbody>
                </table>
            </fieldset>
            <div class="formbuttons">
                <button type="submit" name="import" class="button mainaction submit btn btn-primary"><roundcube:label name="import"></button>
            </div>
        </form>
    </div>
</div>

<roundcube:include file="includes/footer.html" />