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.

contactsearch.html 589B

123456789101112131415161718192021
  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:label name="advsearch" /></h1>
  9. <div id="contact-details" class="boxcontent">
  10. <roundcube:object name="searchform" id="advsearchform" class="tabbed" size=30 />
  11. <p class="formbuttons">
  12. <roundcube:button command="save" type="input" class="button mainaction" label="search" />
  13. </p>
  14. </div>
  15. <roundcube:include file="/includes/footer.html" />
  16. </body>
  17. </html>