Mercurial > hg > rc1
comparison skins/larry/templates/responses.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 <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="noscroll extwin"><roundcube:else /><body class="noscroll"><roundcube:endif /> | |
| 8 | |
| 9 <roundcube:include file="/includes/header.html" /> | |
| 10 | |
| 11 <div id="mainscreen" class="offset"> | |
| 12 | |
| 13 <h1 class="voice"><roundcube:label name="settings" /> : <roundcube:label name="identities" /></h1> | |
| 14 | |
| 15 <roundcube:include file="/includes/settingstabs.html" /> | |
| 16 | |
| 17 <div id="settings-right" role="main" aria-labelledby="aria-label-responseslist"> | |
| 18 | |
| 19 <div id="identitieslist" class="uibox listbox"> | |
| 20 <h2 class="boxtitle" id="aria-label-responseslist"><roundcube:label name="responses" /></h2> | |
| 21 <div class="scroller withfooter"> | |
| 22 <roundcube:object name="responsesList" id="identities-table" class="listing" cellspacing="0" noheader="true" role="listbox" /> | |
| 23 </div> | |
| 24 <div class="boxfooter"> | |
| 25 <roundcube:button command="add" type="link" title="newresponse" class="listbutton add disabled" classAct="listbutton add" innerClass="inner" label="addresponse" /><roundcube:button command="delete" type="link" title="delete" class="listbutton delete disabled" classAct="listbutton delete" innerClass="inner" label="delete" /> | |
| 26 </div> | |
| 27 </div> | |
| 28 | |
| 29 <div id="identity-details" class="uibox contentbox"> | |
| 30 <div class="iframebox"> | |
| 31 <roundcube:object name="responseframe" id="preferences-frame" style="width:100%; height:100%" frameborder="0" src="/watermark.html" title="arialabelresonseeditfrom" /> | |
| 32 </div> | |
| 33 </div> | |
| 34 | |
| 35 </div> | |
| 36 | |
| 37 </div> | |
| 38 | |
| 39 <roundcube:include file="/includes/footer.html" /> | |
| 40 | |
| 41 </body> | |
| 42 </html> |
