You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

responses.html 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. <roundcube:include file="/includes/header.html" />
  9. <div id="mainscreen" class="offset">
  10. <h1 class="voice"><roundcube:label name="settings" /> : <roundcube:label name="identities" /></h1>
  11. <roundcube:include file="/includes/settingstabs.html" />
  12. <div id="settings-right" role="main" aria-labelledby="aria-label-responseslist">
  13. <div id="identitieslist" class="uibox listbox">
  14. <h2 class="boxtitle" id="aria-label-responseslist"><roundcube:label name="responses" /></h2>
  15. <div class="scroller withfooter">
  16. <roundcube:object name="responsesList" id="identities-table" class="listing" cellspacing="0" noheader="true" role="listbox" />
  17. </div>
  18. <div class="boxfooter">
  19. <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" />
  20. </div>
  21. </div>
  22. <div id="identity-details" class="uibox contentbox">
  23. <div class="iframebox">
  24. <roundcube:object name="responseframe" id="preferences-frame" style="width:100%; height:100%" frameborder="0" src="/watermark.html" title="arialabelresonseeditfrom" />
  25. </div>
  26. </div>
  27. </div>
  28. </div>
  29. <roundcube:include file="/includes/footer.html" />
  30. </body>
  31. </html>