Mercurial > hg > rc2
comparison skins/larry/templates/importcontacts.html @ 0:4681f974d28b
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:52:31 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4681f974d28b |
---|---|
1 <roundcube:object name="doctype" value="html5" /> | |
2 <html> | |
3 <head> | |
4 <title><roundcube:object name="pagetitle" /></title> | |
5 <roundcube:include file="/includes/links.html" /> | |
6 </head> | |
7 <roundcube:if condition="env:extwin" /><body class="extwin"><roundcube:else /><body><roundcube:endif /> | |
8 | |
9 <roundcube:include file="/includes/header.html" /> | |
10 | |
11 <div id="mainscreen"> | |
12 | |
13 <h1 class="voice"><roundcube:label name="addressbook" /> : <roundcube:label name="importcontacts" /></h1> | |
14 | |
15 <h2 id="aria-label-toolbar" class="voice"><roundcube:label name="arialabeltoolbar" /></h2> | |
16 <div id="addressbooktoolbar" class="toolbar" role="toolbar" aria-labelledby="aria-label-toolbar"> | |
17 <roundcube:button command="list" type="link" class="button back disabled" classAct="button back" classSel="button back pressed" label="back" /> | |
18 </div> | |
19 | |
20 <div id="mainscreencontent" class="uibox contentbox"> | |
21 <h2 class="boxtitle"><roundcube:label name="importcontacts" /></h2> | |
22 | |
23 <div id="import-box" class="boxcontent"> | |
24 <roundcube:object name="importstep" class="propform" /> | |
25 <br/> | |
26 <p class="formbuttons"> | |
27 <roundcube:object name="importnav" class="button" /> | |
28 </p> | |
29 </div> | |
30 | |
31 </div> | |
32 </div> | |
33 | |
34 <roundcube:include file="/includes/footer.html" /> | |
35 | |
36 </body> | |
37 </html> |