您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

responseedit.html 653B

12345678910111213141516171819202122
  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. <body class="iframe">
  8. <h1 class="boxtitle"><roundcube:object name="steptitle" /></h1>
  9. <div id="preferences-details" class="boxcontent">
  10. <roundcube:object name="responseform" class="propform" size="60" textareacols="60" textarearows="18" />
  11. </div>
  12. <div class="footerleft formbuttons">
  13. <roundcube:button command="save" type="input" class="button mainaction" label="save" condition="!env:readonly" />
  14. </div>
  15. <roundcube:include file="/includes/footer.html" />
  16. </body>
  17. </html>