template_xhtml1.shtml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" id="TOP">
  4. <head>
  5. <title>Imapsync template file</title>
  6. <meta name="generator" content="Bluefish 2.2.2" />
  7. <meta name="author" content="Gilles LAMIRAL" />
  8. <meta name="date" content="2015-03-29T15:09:06+0200" />
  9. <meta name="copyright" content="None"/>
  10. <meta name="keywords" content="imap, transfer, migration"/>
  11. <meta name="description" content="imap migration tool"/>
  12. <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
  13. <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8"/>
  14. <meta http-equiv="content-style-type" content="text/css"/>
  15. <meta http-equiv="expires" content="0"/>
  16. <link rel="icon" type="image/png" href="../S/images/logo_imapsync_s.png" />
  17. <link href="../S/style.css" rel="stylesheet" type="text/css"/>
  18. <meta name="viewport" content="width=device-width, initial-scale=1" />
  19. <!--
  20. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
  21. -->
  22. </head>
  23. <body>
  24. <h1>Tittle 1 <a id="title1" href="../#TOP"><small>(back to menu)</small></a>
  25. </h1>
  26. <p>Blabla 1</p>
  27. <h1>Tittle 2 <a id="title2" href="../#TOP"><small>(back to menu)</small></a>
  28. </h1>
  29. <p>Blabla 2</p>
  30. <hr/>
  31. <div>
  32. <a href="http://validator.w3.org/check?uri=referer">
  33. <img
  34. src="../S/images/valid-xhtml10"
  35. alt="Valid XHTML 1.0 Strict" height="31" width="88" />
  36. </a>
  37. <a href="http://jigsaw.w3.org/css-validator/check/referer">
  38. <img style="border:0;width:88px;height:31px"
  39. src="../S/images/vcss-blue"
  40. alt="CSS Valide !" />
  41. </a>
  42. <a href="http://www.anybrowser.org/campaign/">
  43. <img style="border:0;width:88px;height:31px"
  44. src="../S/images/ab_jlh.png"
  45. alt="Viewable With Any Browser" />
  46. </a>
  47. </div>
  48. <hr/>
  49. <p>
  50. <!--#config timefmt="%D" -->
  51. <!--#config timefmt="%A %B %d, %Y" -->
  52. <b>This document last modified on <!--#echo var="LAST_MODIFIED" --></b>
  53. ($Id: template_xhtml1.shtml,v 1.16 2017/09/11 03:04:46 gilles Exp gilles $)<br/>
  54. <a href="#TOP">Top of the page</a>
  55. </p>
  56. </body>
  57. </html>