Mercurial > pub > site.implab
comparison view/layout/default/library.tt @ 11:573272ec604b
almost comlete doxygen library
author | sergey |
---|---|
date | Thu, 15 May 2014 18:24:02 +0400 |
parents | 7d92a42f8e18 |
children | d9551c7e7101 |
comparison
equal
deleted
inserted
replaced
10:83ad674a8cdd | 11:573272ec604b |
---|---|
1 [% | 1 [% |
2 labels( | 2 labels( |
3 CollectionTitle = "Home (%name%)" | 3 CollectionTitle = "Home (%name%)" |
4 ); | 4 ); |
5 document.postRender.push('dojo'); | 5 document.dojo.enable = 1; |
6 | 6 |
7 document.css.push(css.library); | 7 document.css.push(css.library); |
8 | 8 |
9 CollectionClass = 'Benzin::Doxygen::Model::Collection'; | 9 CollectionClass = 'Benzin::Doxygen::Model::Collection'; |
10 CompoundClass = 'Benzin::Doxygen::Model::Compound'; | 10 CompoundClass = 'Benzin::Doxygen::Model::Compound'; |
52 [% FOREACH item IN compound.GetMembers({ kind = { '-not_in' = [ 'file', 'dir' ] } }) %] | 52 [% FOREACH item IN compound.GetMembers({ kind = { '-not_in' = [ 'file', 'dir' ] } }) %] |
53 <li [% IF item.doxId == model.doxId %]class="active"[% END %]>[% Link(item,item.shortName, item.canonicalName) %]</li> | 53 <li [% IF item.doxId == model.doxId %]class="active"[% END %]>[% Link(item,item.shortName, item.canonicalName) %]</li> |
54 [% END %] | 54 [% END %] |
55 </ul> | 55 </ul> |
56 [% END %] | 56 [% END %] |
57 [% BLOCK LAYOUT %] | 57 [% BLOCK LAYOUT; |
58 render('base', content = content); | |
59 END %] | |
60 [% WRAPPER LAYOUT %] | |
58 <div class="library-pane"> | 61 <div class="library-pane"> |
59 | 62 |
60 <div id="toc-nav" class="nav-pane left"> | 63 <div id="toc-nav" class="nav-pane left"> |
61 [% IF model.isa(CollectionClass) %] | 64 [% IF model.isa(CollectionClass) %] |
62 | 65 |
90 sticky('siblings-nav', { along: 'content-pane' }); | 93 sticky('siblings-nav', { along: 'content-pane' }); |
91 }); | 94 }); |
92 </script> | 95 </script> |
93 </div> | 96 </div> |
94 [% END %] | 97 [% END %] |
95 [% WRAPPER LAYOUT; | |
96 render('base', content = content); | |
97 END %] |