alecpl
2011-07-05 9d195d6e82c3be4e543a47ef8ff1e9fe54bd0939
commit | author | age
ed132e 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
T 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
7a0b9b 12 <div id="mainscreen" class="box darkbg">
ed132e 13 <div class="boxtitle"><roundcube:label name="importcontacts" /></div>
T 14
6fff3c 15 <div class="boxcontent">
ed132e 16 <roundcube:object name="importstep" />
T 17
18 <p><br />
19 <roundcube:object name="importnav" class="button" />
20 </p>
21
22 </div>
23 </div>
ce06d3 24
ed132e 25 </body>
T 26 </html>