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

folderedit.html 1.0KB

1234567891011121314151617181920212223242526
  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. <script type="text/javascript" src="/functions.js"></script>
  7. </head>
  8. <body class="iframe">
  9. <div id="folder-title" class="boxtitle"><roundcube:label name="folderproperties" /></div>
  10. <div id="folder-details" class="boxcontent">
  11. <roundcube:object name="folderdetails" />
  12. <div id="formfooter">
  13. <div class="footerleft">
  14. <roundcube:if condition="!strlen(request:_mbox)" />
  15. <input type="button" value="<roundcube:label name="cancel" />" class="button" onclick="history.back()" />&nbsp;
  16. <roundcube:endif />
  17. <roundcube:button command="save" type="input" class="button mainaction" label="save" />
  18. </div>
  19. </div>
  20. </div>
  21. <script type="text/javascript">rcube_init_tabs('folder-details > form')</script>
  22. </body>
  23. </html>