| 1 | <html xmlns="http://www.w3.org/1999/xhtml" | 1 | <html xmlns="http://www.w3.org/1999/xhtml" |
|---|
| 2 | xmlns:py="http://genshi.edgewall.org/" | 2 | xmlns:py="http://genshi.edgewall.org/" |
|---|
| 3 | xmlns:xi="http://www.w3.org/2001/XInclude"> | 3 | xmlns:xi="http://www.w3.org/2001/XInclude"> |
|---|
| 4 | | 4 | |
|---|
| 5 | <head> | 5 | <head> |
|---|
| 6 | <title>Open Shakespeare - ${page_title()}</title> | 6 | <title>Open Shakespeare - ${page_title()}</title> |
|---|
| 7 | | 7 | |
|---|
| 8 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 8 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|---|
| 9 | <link rel="stylesheet" href="/css/master.css" type="text/css" media="screen, print" title="Master stylesheet" charset="utf-8" /> | 9 | <link rel="stylesheet" href="/css/master.css" type="text/css" media="screen, print" title="Master stylesheet" charset="utf-8" /> |
|---|
| 10 | <script type="text/javascript" src="/scripts/prototype.js"></script> | 10 | <script type="text/javascript" src="/scripts/prototype.js"></script> |
|---|
| 11 | <script type="text/javascript" src="/scripts/behaviour.js"></script> | 11 | <script type="text/javascript" src="/scripts/behaviour.js"></script> |
|---|
| 12 | <script type="text/javascript" src="/scripts/master.js"></script> | 12 | <script type="text/javascript" src="/scripts/master.js"></script> |
|---|
| 13 | <style type="text/css"> | 13 | <style type="text/css"> |
|---|
| 15 | #subnav * { display: none; } | 18 | #subnav * { display: none; } |
|---|
| 16 | </style> | 19 | </style> |
|---|
| 17 | | 20 | |
|---|
| 18 | <py:if test="page_specific_css"> | 21 | <py:if test="page_specific_css"> |
|---|
| 19 | ${page_specific_css()} | 22 | ${page_specific_css()} |
|---|
| 20 | </py:if> | 23 | </py:if> |
|---|
| 21 | </head> | 24 | </head> |
|---|
| 22 | | 25 | |
|---|
| 23 | <body> | 26 | <body> |
|---|
| 24 | <div id="airlock"> | 27 | <div id="airlock"> |
|---|
| 25 | <!--[if IE]> | 28 | <!--[if IE]> |
|---|
| 26 | <hr class="holder" /> | 29 | <hr class="holder" /> |
|---|
| 27 | <![endif]--> | 30 | <![endif]--> |
|---|
| 28 | <div id="top"> | 31 | <div id="top"> |
|---|
| 29 | <div id="top-inner"> | 32 | <div id="top-inner"> |
|---|
| 30 | <div id="top-bar"> | 33 | <div id="top-bar"> |
|---|
| 31 | <topbar> | 34 | <topbar> |
|---|
| 32 | | 35 | |
|---|
| 33 | <py:choose> | 36 | <py:choose> |
|---|
| 34 | <py:when test="c.user"> | 37 | <py:when test="c.user"> |
|---|
| 35 | <p> | 38 | <p> |
|---|
| 36 | Logged in as <strong>${c.user}</strong> | 39 | Logged in as <strong>${c.user}</strong> |
|---|
| 37 | | <a href="/account/logout/">Logout</a> | 40 | | <a href="/account/logout/">Logout</a> |
|---|
| 38 | </p> | 41 | </p> |
|---|
| 39 | </py:when> | 42 | </py:when> |
|---|
| 40 | <py:otherwise> | 43 | <py:otherwise> |
|---|
| 41 | <p> | 44 | <p> |
|---|
| 42 | <a href="/account/">Register</a> or | 45 | <a href="/account/">Register</a> or |
|---|
| 43 | <a href="/account/login/">Login</a> | 46 | <a href="/account/login/">Login</a> |
|---|
| 44 | </p> | 47 | </p> |
|---|
| 45 | </py:otherwise> | 48 | </py:otherwise> |
|---|
| 46 | </py:choose> | 49 | </py:choose> |
|---|
| 47 | </topbar> | 50 | </topbar> |
|---|
| 48 | </div><!-- /top-bar --> | 51 | </div><!-- /top-bar --> |
|---|
| 50 | <h1><a href="${h.url_for(controller='site', action='home')}" title="Open Shakespeare Home">Open Shakespeare</a></h1> | 52 | <h1><a href="${h.url_for(controller='site', action='home')}" title="Open Shakespeare Home">Open Shakespeare</a></h1> |
|---|
| 51 | | 53 | |
|---|
| 52 | </div><!-- /top-inner --> | 54 | </div><!-- /top-inner --> |
|---|
| 53 | | 55 | |
|---|
| 54 | <h3 class="hidden">Sections:</h3> | 56 | <h3 class="hidden">Sections:</h3> |
|---|
| 55 | <ul id="navigation"> | 57 | <ul id="navigation"> |
|---|
| 56 | <li><a href="${h.url_for('/')}">Home</a></li> | 58 | <li><a href="${h.url_for('/')}">Home</a></li> |
|---|
| 59 | </ul> | 62 | </ul> |
|---|
| 60 | <h3 class="hidden">In this section:</h3> | 63 | <h3 class="hidden">In this section:</h3> |
|---|
| 61 | <ul id="subnav"> | 64 | <ul id="subnav"> |
|---|
| 62 | <minornavigation> | 65 | <minornavigation> |
|---|
| 63 | <li><a href="${h.url_for(controller='site', action='index')}">Home</a></li> | 66 | <li><a href="${h.url_for(controller='site', action='index')}">Home</a></li> |
|---|
| 64 | <py:choose> | 67 | <py:choose> |
|---|
| 65 | <py:when test="c.user"> | 68 | <py:when test="c.user"> |
|---|
| 66 | <li><a href="/account/logout/">Logout</a></li> | 69 | <li><a href="/account/logout/">Logout</a></li> |
|---|
| 67 | </py:when> | 70 | </py:when> |
|---|
| 68 | <py:otherwise> | 71 | <py:otherwise> |
|---|
| 69 | <li><a href="/account/">Register</a></li> | 72 | <li><a href="/account/">Register</a></li> |
|---|
| 70 | <li><a href="/account/login/">Login</a></li> | 73 | <li><a href="/account/login/">Login</a></li> |
|---|
| 71 | </py:otherwise> | 74 | </py:otherwise> |
|---|
| 72 | </py:choose> | 75 | </py:choose> |
|---|
| 73 | <li><a href="/package/new/">New Package</a></li> | 76 | <li><a href="/package/new/">New Package</a></li> |
|---|
| 74 | </minornavigation> | 77 | </minornavigation> |
|---|
| 75 | </ul> | 78 | </ul> |
|---|
| 76 | | 79 | |
|---|
| 77 | <!--[if IE]> | 80 | <!--[if IE]> |
|---|
| 78 | <hr class="holder" /> | 81 | <hr class="holder" /> |
|---|
| 79 | <![endif]--> | 82 | <![endif]--> |
|---|
| 80 | | 83 | |
|---|
| 81 | </div><!-- /top --> | 84 | </div><!-- /top --> |
|---|
| 82 | | 85 | |
|---|
| 83 | <p class="hidden"><a href="#main" title="Skip to page content">[ Skip to main content ]</a></p> | 86 | <p class="hidden"><a href="#main" title="Skip to page content">[ Skip to main content ]</a></p> |
|---|
| 84 | | 87 | |
|---|
| 85 | <div id="primary" class="sidebar"> | 88 | <div id="primary" class="sidebar"> |
|---|
| 86 | <div class="box"> | 89 | <div class="box"> |
|---|
| 88 | <p>For information on using Open Shakespeare check out the | 91 | <p>For information on using Open Shakespeare check out the |
|---|
| 89 | <a href="${h.url_for(action='guide')}">Guide</a>. | 92 | <a href="${h.url_for(action='guide')}">Guide</a>. |
|---|
| 90 | If you have a question or have found a bug please post to the <a href="http://lists.okfn.org/mailman/listinfo/okfn-help">okfn-help</a> mailing list. | 93 | If you have a question or have found a bug please post to the <a href="http://lists.okfn.org/mailman/listinfo/okfn-help">okfn-help</a> mailing list. |
|---|
| 91 | </p> | 94 | </p> |
|---|
| 92 | </div> | 95 | </div> |
|---|
| 93 | <primarysidebar> | 96 | <primarysidebar> |
|---|
| 94 | <!-- Primary Side Bar Goes Here --> | 97 | <!-- Primary Side Bar Goes Here --> |
|---|
| 95 | </primarysidebar> | 98 | </primarysidebar> |
|---|
| 96 | | 99 | |
|---|
| 97 | <!--[if IE]> | 100 | <!--[if IE]> |
|---|
| 98 | <hr class="primary" /> | 101 | <hr class="primary" /> |
|---|
| 99 | <![endif]--> | 102 | <![endif]--> |
|---|
| 100 | | 103 | |
|---|
| 101 | </div><!-- /primary --> | 104 | </div><!-- /primary --> |
|---|
| 102 | | 105 | |
|---|
| 103 | <div id="main"> | 106 | <div id="main"> |
|---|
| 104 | <h2>${page_title()}</h2> | 107 | <h2>${page_title()}</h2> |
|---|
| 105 | <content> | 108 | <content> |
|---|
| 106 | <p>Master content template placeholder … please replace me.</p> | 109 | <p>Master content template placeholder … please replace me.</p> |
|---|
| 107 | </content> | 110 | </content> |
|---|
| 108 | | 111 | |
|---|
| 109 | <div id="footer"> | 112 | <div id="footer"> |
|---|
| 110 | <p> | 113 | <p> |
|---|
| 111 | <a href="http://validator.w3.org/check/referer" title="Valid XHTML 1.1">XHTML</a> | 114 | <a href="http://validator.w3.org/check/referer" title="Valid XHTML 1.1">XHTML</a> |
|---|
| 112 | | <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> | 115 | | <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> |
|---|
| 113 | | <a href="http://www.okfn.org/shakespeare/">Project Home Page</a> | 116 | | <a href="http://www.okfn.org/shakespeare/">Project Home Page</a> |
|---|
| 114 | | <a href="mailto:info@okfn.org">Contact Us</a> | 117 | | <a href="mailto:info@okfn.org">Contact Us</a> |
|---|
| 115 | </p> | 118 | </p> |
|---|
| 116 | <p> | 119 | <p> |
|---|
| 117 | <img style="margin-bottom: -5px;" src="http://m.okfn.org/images/logo/okf_logo_white_and_green_tiny.png" /> An <a href="http://www.okfn.org/">Open Knowledge Foundation</a> Project | 120 | <img style="margin-bottom: -5px;" src="http://m.okfn.org/images/logo/okf_logo_white_and_green_tiny.png" /> An <a href="http://www.okfn.org/">Open Knowledge Foundation</a> Project |
|---|
| 118 | </p> | 121 | </p> |
|---|
| 119 | <p> | 122 | <p> |
|---|
| 120 | (c) Open Knowledge Foundation | 123 | (c) Open Knowledge Foundation |
|---|
| 121 | | All material available under an <a href="/license/">open license</a> | 124 | | All material available under an <a href="/license/">open license</a> |
|---|
| 122 | | <a href="http://www.opendefinition.org/1.0/"><img | 125 | | <a href="http://www.opendefinition.org/1.0/"><img |
|---|
| 123 | style="border: none; margin-bottom: -4px;" | 126 | style="border: none; margin-bottom: -4px;" |
|---|
| 124 | src="http://m.okfn.org/images/ok_buttons/ok_90x15_blue.png" | 127 | src="http://m.okfn.org/images/ok_buttons/ok_90x15_blue.png" |
|---|
| 125 | alt="This Content and Data is Open" /></a> | 128 | alt="This Content and Data is Open" /></a> |
|---|
| 126 | </p> | 129 | </p> |
|---|
| 127 | </div><!-- /footer --> | 130 | </div><!-- /footer --> |
|---|
| 128 | | 131 | |
|---|
| 129 | <!--[if IE]> | 132 | <!--[if IE]> |
|---|
| 130 | <hr class="main" /> | 133 | <hr class="main" /> |
|---|
| 131 | <![endif]--> | 134 | <![endif]--> |
|---|
| 132 | | 135 | |
|---|
| 133 | </div><!-- /main --> | 136 | </div><!-- /main --> |
|---|
| 134 | | 137 | |
|---|
| 135 | </div><!-- /airlock --> | 138 | </div><!-- /airlock --> |
|---|
| 136 | </body> | 139 | </body> |
|---|
| 137 | </html> | 140 | </html> |
|---|