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.

keyinfo.html 457B

123456789101112131415161718
  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="keyname" part="name" /></h1>
  9. <div id="key-details" class="boxcontent propform">
  10. <roundcube:object name="keydata" class="propform" />
  11. </div>
  12. <roundcube:include file="/includes/footer.html" />
  13. </body>
  14. </html>