Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
9c04281a
Commit
9c04281a
authored
Mar 30, 2015
by
Peter van 't Hof
Browse files
Adding page index in aside
parent
1db3d15d
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/resources/nl/lumc/sasc/biopet/core/report/main.ssp
View file @
9c04281a
...
...
@@ -55,9 +55,16 @@
#end
</ul>
</nav>
<aside>
<ul>
#for ((name, url)
<-
page.sections
)
<
li
><a
href=
"#${name}"
>
${name}
</a></li>
#end
</ul>
</aside>
#for ((name, url)
<-
page.sections
)
<
section
id=
"${name}"
>
${name}
<h3>
${name}
</h3>
</section>
#end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment