Mercurial > hg > rc1
comparison skins/classic/templates/importcontacts.html @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
| author | Charlie Root |
|---|---|
| date | Thu, 04 Jan 2018 15:50:29 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:1e000243b222 |
|---|---|
| 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="mainscreen" class="box darkbg"> | |
| 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> |
