]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/templates/importcontacts.html
Merge commit 'debian/0.3.1-1' into debian
[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 </head>
7 <body>
8
9 <roundcube:include file="/includes/taskbar.html" />
10 <roundcube:include file="/includes/header.html" />
11
12 <div id="importbox">
13 <div class="boxtitle"><roundcube:label name="importcontacts" /></div>
14
15 <div class="boxcontent">
16 <roundcube:object name="importstep" />
17
18 <p><br />
19 <roundcube:object name="importnav" class="button" />
20 </p>
21
22 </div>
23 </div>
24
25 </body>
26 </html>