comparison zpt/www/main_template.zpt @ 148:e34232fbe622

first version of bookmark tabs.
author casties
date Mon, 03 Jun 2013 11:49:50 +0200
parents 782477730916
children 7771cdd95398
comparison
equal deleted inserted replaced
147:6ae0201b1257 148:e34232fbe622
100 </div> 100 </div>
101 <div class="logo"> 101 <div class="logo">
102 <a href="http://www.mpg.de/"> <img tal:attributes="src string:$root/images/signet.png" alt="MPG" width="204" height="41" /> 102 <a href="http://www.mpg.de/"> <img tal:attributes="src string:$root/images/signet.png" alt="MPG" width="204" height="41" />
103 </a> 103 </a>
104 </div> 104 </div>
105 </div><!-- /footer -->
106 <div id="bookmarks" metal:define-slot="bookmarks">
107 <div class="bookmark">
108 <a tal:attributes="href string:$root/${secmap/resources}/">Sources <img tal:attributes="src string:$root/images/sources_small.png"/></a>
109 </div>
105 </div> 110 </div>
106 <!-- /footer --> 111 </div><!-- /wrapper -->
107 </div>
108 <!-- /wrapper -->
109 </body> 112 </body>
110 </html> 113 </html>