/lib/style/cpan.html

http://github.com/perlorg/cpanorg · HTML · 87 lines · 76 code · 11 blank · 0 comment · 0 complexity · e66b42d2763615f413b5b7059b6ee73c MD5 · raw file

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>[% page.title %] - [% site.name %]</title>
  5. <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  6. [%- IF page.description %]<meta name="description" content="[% page.description %]" />[% END -%]
  7. [%- IF page.keywords %]<meta name="keywords" content="[% page.keywords %]" />[% END -%]
  8. <link rel="author" href="mailto:cpan+linkrelauthor@perl.org" />
  9. <link rel="canonical" href="http://www.cpan.org/[% page.canonical || template.name %]" />
  10. <link type="text/css" rel="stylesheet" href="[% page.stub %]misc/css/cpan.css" />
  11. [% page.head %]
  12. </head>
  13. <body[% ' class="section_' _ page.section _ '"' IF page.section %]>
  14. <table id="wrapper" border="0" width="95%" cellspacing="0" cellpadding="2" align="center">
  15. <tr>
  16. <td id="header">
  17. <div id="header_left">
  18. <a href="[% page.stub %]index.html"><img src="[% page.stub %]misc/images/cpan.png" id="logo" alt="CPAN" /></a>
  19. </div>
  20. <div id="header_right">
  21. <h1>Comprehensive Perl Archive Network</h1>
  22. <p id="strapline">[% INCLUDE tpl/straps.html %]</p>
  23. </div>
  24. </td>
  25. </tr>
  26. <tr>
  27. <td id="menubar_holder">
  28. <ul class="menubar">
  29. <li><a href="[% page.stub %]index.html">Home</a></li>
  30. <li><a href="[% page.stub %]modules/index.html">Modules</a></li>
  31. <li><a href="[% page.stub %]ports/index.html">Ports</a></li>
  32. <li><a href="[% page.stub %]src/README.html">Perl Source</a></li>
  33. <li><a href="[% page.stub %]misc/cpan-faq.html">FAQ</a></li>
  34. <li><a href="[% page.stub %]SITES.html">Mirrors</a></li>
  35. </ul>
  36. <div id="searchbar">
  37. <form method="get" action="https://metacpan.org/search" name="f" class="searchbox menubar" id="f">
  38. <a href="https://metacpan.org/">Search</a>:
  39. <input id="searchfield" type="text" name="q" value="" placeholder="Module name" />
  40. <input type="submit" value="Search" />
  41. </form>
  42. </div>
  43. </td>
  44. </tr>
  45. <tr>
  46. <td>
  47. <div id="content">
  48. [% content %]
  49. </div>
  50. </td>
  51. </tr>
  52. <tr>
  53. <td id="footer">
  54. <div id="footer_copyright">
  55. <p>Yours Eclectically, The Self-Appointed Master Librarians (<i>OOK!</i>) of the CPAN.<br/>
  56. &copy; 1995-2010 Jarkko Hietaniemi.
  57. &copy; 2011-2017 <a href="http://www.perl.org">Perl.org</a>.
  58. All rights reserved.
  59. <a href="[% page.stub %]disclaimer.html">Disclaimer</a>.
  60. </p>
  61. </div>
  62. [% UNLESS page.skip_master_mirror %]
  63. <div id="footer_mirror">
  64. <p>Master mirror hosted by <a href="http://www.netactuate.com/"><img class="netactuate" alt="NetActuate"
  65. height="49" width="149" src="[% page.stub %]misc/images/netactuate.png" /></a>
  66. and
  67. <a href="https://www.fastly.com/"><img alt="Fastly" height="49" width="118"
  68. src="[% page.stub %]misc/images/fastly.png" /></a>
  69. </p>
  70. </div>
  71. [% END %]
  72. </td>
  73. </tr>
  74. </table>
  75. </body>
  76. </html>