]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/templates/importcontacts.html
Imported Upstream version 0.2~stable
[roundcube.git] / skins / default / templates / importcontacts.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title><roundcube:object name="pagetitle" /></title>
5 <roundcube:include file="/includes/links.html" />
6 <link rel="stylesheet" type="text/css" href="/addresses.css" />
7 </head>
8 <body>
9
10 <roundcube:include file="/includes/taskbar.html" />
11 <roundcube:include file="/includes/header.html" />
12
13 <div id="importbox">
14 <div class="boxtitle"><roundcube:label name="importcontacts" /></div>
15
16 <div style="padding-left:20px; width:48em">
17 <roundcube:object name="importstep" />
18
19 <p><br />
20 <roundcube:object name="importnav" class="button" />
21 </p>
22
23 </div>
24 </div>
25
26 </body>
27 </html>