Mercurial > hg > documentViewer
annotate zpt/toc_none.zpt @ 580:0806cb9061c1
fixed another bug when url starts with /mpiwg/online/
author | casties |
---|---|
date | Mon, 29 Oct 2012 11:57:30 +0100 |
parents | 510bae2b593b |
children |
rev | line source |
---|---|
491 | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
3 <html xmlns="http://www.w3.org/1999/xhtml"> | |
4 <head> | |
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
6 </head> | |
7 <body> | |
8 <!-- block used for main content area --> | |
9 <div class="toc-none" metal:define-macro="main"> | |
526 | 10 <div metal:use-macro="here/template/common_template/macros/toc_switcher"/> |
535
510bae2b593b
more fixes, e.g. IE support. first version of index page.
casties
parents:
526
diff
changeset
|
11 <!-- <div class="tocbody none"></div> --> |
491 | 12 </div> |
13 <!-- toc --> | |
14 </body> | |
15 </html> |