Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
87977383
Commit
87977383
authored
Sep 22, 2013
by
Simon Daron
Committed by
fred
Sep 22, 2013
Browse files
change navigation in static page
parent
2c502243
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/tpl-default.html
View file @
87977383
...
...
@@ -4,26 +4,24 @@
{% block title %}{{ fiber_page.title }}{% endblock %}
{% block nav %}
<div
id=
"fiber-nav"
>
<nav
class=
"distributed"
>
{% show_menu "main-menu" 1 1 "all" %}
</nav>
<div
class=
"wrapper text"
>
<nav
class=
"sub right"
>
{% show_menu "main-menu" 2 3 "all_descendants" %}
</nav>
</div>
<div
class=
"wrapper"
>
<nav
class=
"distributed"
>
{% show_menu "main-menu" 1 1 "all" %}
</nav>
</div>
{% endblock %}
{% block main %}
<div
class=
"wrapper
text
"
>
<div
id=
"fiber-content"
class=
"
padd
ed"
>
<div
class=
"wrapper
navigation
"
>
<div
id=
"fiber-content"
class=
"
leftPart marg
ed"
>
<h2>
{{ fiber_page.title }}
</h2>
<div
class=
"text userContent"
>
{% show_page_content "main" %}
</div>
</div>
<div
id=
"fiber-nav"
class=
"sub rightPart custom marged"
>
{% show_menu "main-menu" 2 3 "all_descendants" %}
</div>
</div>
{% endblock %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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