PageRenderTime 73ms CodeModel.GetById 34ms RepoModel.GetById 0ms app.codeStats 0ms

/dwoo-old/compiled/templates/menu-op-verplaatsing.tpl.d17.php

https://github.com/jonathanslenders/balancirk-website
PHP | 281 lines | 210 code | 35 blank | 36 comment | 3 complexity | 3aab8a35ab21f8bf589429c681e01c77 MD5 | raw file
  1. <?php
  2. /* template head */
  3. if (function_exists('Dwoo_Plugin_include')===false)
  4. $this->getLoader()->loadPlugin('include');
  5. /* end template head */ ob_start(); /* template body */ ;
  6. '';// checking for modification in file:templates/base.tpl
  7. if (!("1292665335" == filemtime('templates/base.tpl'))) { ob_end_clean(); return false; };?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml">
  9. <head>
  10. <meta http-equiv="content-type" content="text/html;charset=utf-8" />
  11. <title>Balancirk</title>
  12. <?php echo Dwoo_Plugin_include($this, 'meta.tpl', null, null, null, '_root', null);?>
  13. <style type="text/css" media="screen">
  14. /* Reset layout */
  15. * {
  16. margin: 0;
  17. padding: 0;
  18. border: 0;
  19. outline: 0;
  20. font-weight: inherit;
  21. font-style: inherit;
  22. text-decoration: inherit;
  23. text-align: inherit;
  24. list-style-type: none;
  25. font-size: 100%;
  26. font-family: "Gill Sans MT", sans-serif; }
  27. strong { font-weight: bold; }
  28. em { font-style: italic; }
  29. a { color: #c5434f; }
  30. body, html { height: 100%;
  31. font-size: 11pt;
  32. /*background-color: #69a325; */
  33. background-color: #3e502b; }
  34. #vertical-alignment-tool { float:left; height:50%; margin-bottom: -340px; }
  35. #container0 {
  36. clear: both;
  37. background-image: url('graphics/background7.jpeg');
  38. background-position: center center; background-repeat: no-repeat;}
  39. #container1 {
  40. width: 812px; height: 680px; margin: auto; }
  41. #container2 { padding: 33px 0px 0px 0px; }
  42. ul#menu { text-align: center; margin-bottom: 6px;
  43. background-color: #68a323; /* teken opnieuw groen vlak, omwille van JPEG artifacten. */ }
  44. ul#menu { list-style-type: none; height: 29px; }
  45. ul#menu li {
  46. position: relative;
  47. line-height: 29px;
  48. display: inline-block;
  49. background-image: url('graphics/menu_separator.png');
  50. background-repeat: repeat-y;
  51. background-position: left center;
  52. padding: 0 16px 0 25px;
  53. }
  54. ul#menu li a { color: white;}
  55. ul#menu li a:hover { color: #c5434f; text-decoration: none; }
  56. ul#menu li.first { background-image: none; }
  57. ul#menu li ul { display: none;
  58. /* background-color: #68a323; */
  59. background-color: #7eb12b;
  60. background-position: left top;
  61. }
  62. ul#menu li:hover ul {
  63. display: block;
  64. position: absolute;
  65. left: -1px;
  66. }
  67. ul#menu li ul li { margin: 0; padding: 0;
  68. background-image: none;
  69. }
  70. ul#menu li ul li a { margin: 0; }
  71. ul#menu li ul li a {
  72. width: 12em;
  73. padding: 3px 3px 3px 10px;
  74. display: block;
  75. text-align: left;
  76. background-image: none; }
  77. #content {
  78. color: #68a323;
  79. overflow: auto;
  80. overflow-x: hidden;
  81. -ms-overflow-x: hidden;
  82. height: 483px;
  83. }
  84. #content table td, #content table th { color: #5d7f2b; }
  85. #content table.transparent td { background-color: transparent; color: #68a323; }
  86. #content p, #content ul { margin: 1em 0; }
  87. #content h2 { font-size: 130%; font-weight: bold; }
  88. #content h3 { font-size: 100%; font-weight: bold; }
  89. #content a { text-decoration: none; }
  90. #content a:hover { text-decoration: underline; }
  91. #content a img { border: none; }
  92. #content table tr td { background-color: #bfd5b1; }
  93. #content table.form-table tr td { background-color: transparent; }
  94. #content table tr.aodd td { background-color: #e6f4d6; }
  95. #content table tr td { padding: 3px 10px; border: none; }
  96. #content table tr th { font-weight: bold; }
  97. #content table { }
  98. #content dt { margin-left: 20px; font-weight: bold; }
  99. #content dd { margin: 0 0 20px 40px; }
  100. #content ul li { list-style-type: square; margin-left: 30px; }
  101. .frame{
  102. background-image: url('graphics/background-frame4.jpeg');
  103. background-position: center center;
  104. background-repeat: no-repeat;
  105. width: 800px; height: 427px; margin: 25px auto 0 auto; }
  106. .frame.small-frame{
  107. /* background-image: url('graphics/beginpagina_background.jpeg');*/
  108. }
  109. .frame.no-frame{ display:none;}
  110. .frame-text {
  111. height: 355px;
  112. padding: 10px 60px 0 74px; overflow: auto;}
  113. .frame.small-frame .frame-text {
  114. width: 420px; }
  115. /* Forms */
  116. input, textarea{ border: 1px solid white; background-color: white; }
  117. input:focus, textarea:focus { border: 1px solid #5d7f2b; }
  118. input[type='submit'] { padding: 4px; background-color: rgb(126,177,43);; color: white; }
  119. p.error { background-color: #330000; color: #ffffff; padding: .2em; }
  120. p.info { background-color: #003300; color: #ffffff; padding: .2em; }
  121. /* Foto albums */
  122. div#picture-list {
  123. text-align: center; }
  124. div#picture-list span {
  125. width: 190px;
  126. height/**/:auto;
  127. border: 1px solid #c9ddb3;
  128. display: -moz-inline-block;
  129. display: -moz-inline-box;
  130. display: inline-block;
  131. margin: .5em;
  132. padding: .2em;
  133. background-image: url("/graphics/40p.png");
  134. }
  135. div#picture-list span img { padding-top: .5em; }
  136. div#picture-list span a { font-weight: bold; text-decoration: none; }
  137. div#picture-list span a:hover { text-decoration: none; }
  138. div#picture-list span:hover {
  139. background-image: '';
  140. background-color: white;
  141. }
  142. </style>
  143. <!--[if IE 7]>
  144. <style type="text/css">
  145. ul#menu li { display: inline; }
  146. ul#menu li a { text-decoration: none; }
  147. ul#menu li ul { top: 100%; }
  148. </style>
  149. <![endif]-->
  150. <!--[if IE 6]>
  151. <style type="text/css">
  152. #menu li { background: none transparent !important; }
  153. #menu li { float: left; width: 120px; margin: 0 -10px; padding: 0; background-image: none; }
  154. #menu li.menu_links, #menu li.menu_contact { width: 80px; }
  155. #menu li a { margin: 0; padding: 0; text-decoration: none; }
  156. #menu ul li { float: left; }
  157. #menu ul li a { height: 1%; }
  158. /* img, div { behavior: url(downloads/iepngfix.htc); } */
  159. </style>
  160. <![endif]-->
  161. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  162. </head>
  163. <body>
  164. <div id="vertical-alignment-tool">&nbsp;</div>
  165. <div id="container0">
  166. <div id="container1">
  167. <div id="container2">
  168. <ul id="menu">
  169. <li class=" first"><a href="/menu-atelier">Circusatelier</a>
  170. <ul class="first">
  171. <li><a href="/lessen">Wekelijkse lessen</a></li>
  172. <li><a href="/kampen-en-stages">Kampen en stages</a></li>
  173. <li><a href="/leerdoeleinden">Doelstellingen</a></li>
  174. <li><a href="/lidgeld">Lidgeld</a></li>
  175. <li><a href="/inschrijvingen">Inschrijvingen</a></li>
  176. <li><a href="/de-lesgevers">De lesgevers</a></li>
  177. <li><a href="/visie">Visie</a></li>
  178. </ul>
  179. </li>
  180. <li class=""><a href="/menu-op-verplaatsing">Op verplaatsing</a>
  181. <ul>
  182. <li><a href="/workshops">Workshops, initiaties en vrije instuif</a></li>
  183. <li><a href="/spektakels">Spektakels</a></li>
  184. </ul>
  185. </li>
  186. <li class=""><a href="/menu-fotos-en-filmpjes">Foto's en filmpjes</a>
  187. <ul>
  188. <li><a href="/albums">Foto albums</a></li>
  189. <li><a href="/filmpjes">Filmpjes</a></li>
  190. </ul>
  191. </li>
  192. <li class=""><a href="/gastenboek">Gastenboek</a></li>
  193. <li class=" menu_links"><a href="/links">Links</a></li>
  194. <li class=" menu_contact"><a href="/contact">Contact</a></li>
  195. </ul>
  196. <div id="content" >
  197. <?php if ((isset($this->scope["authenticated"]) ? $this->scope["authenticated"] : null)) {
  198. ?>
  199. <?php echo Dwoo_Plugin_include($this, "templates/_edit.tpl", null, null, null, '_root', null);?>
  200. <?php
  201. }?>
  202. <div class="frame ">
  203. <div class="frame-text">
  204. <h2>Op verplaatsing</h2>
  205. <ul>
  206. <li><a href="/workshops">Workshops, initiaties en vrije instuif</a></li>
  207. <li><a href="/spektakels">Spektakels</a></li>
  208. </ul>
  209. </div>
  210. </div>
  211. </div>
  212. <div class="footer" style="position: relative; margin: 0 0 0 0; width: 805px; ">
  213. <p style="position: absolute; right: 20px; bottom: -10px; ">
  214. <img src="graphics/logo.png" alt="Balancirk logo" />
  215. </p>
  216. <p style="margin-left: 90px; ">
  217. <a href="/index"><img src="graphics/address.png" style="width: 500px;" alt="Balancirk adres" /></a>
  218. </p>
  219. </div>
  220. <div class="copyright" style="text-align: right; margin-top: 54px; margin-right: 1em; font-size: 10pt; color: #3e5c2b;">
  221. <!--googleoff: all-->
  222. <!-- Copyright &copy; 2010 Balancirk <span style="margin: 0 .5em;">-</span>
  223. Illustratie en grafisch ontwerp: &copy; I. Swinnen 2010 -->
  224. <!--googleon: all-->
  225. </div>
  226. </div>
  227. </div>
  228. </div>
  229. </body>
  230. </html>
  231. <?php /* end template body */
  232. return $this->buffer . ob_get_clean();
  233. ?>