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
radiopanik
panikweb
Commits
196480b5
Commit
196480b5
authored
Aug 28, 2013
by
Simon Daron
Browse files
Add nav.html file
parent
c19ec645
Changes
1
Show whitespace changes
Inline
Side-by-side
panikweb_templates/templates/emissions/nav.html
0 → 100644
View file @
196480b5
<nav>
<ul
class=
"inline"
>
<li>
<a
href=
"{% url 'emissions' %}"
>
<span
class=
"icon-group"
></span>
<span
class=
"iconLabel"
>
Emissions
</span>
</a>
</li>
</ul>
</nav>
<header
class=
"mainHeader"
>
<h2
class=
"squashed title"
>
<a
href=
"{% url 'emission-view' slug=emission.slug %}"
>
{{ emission.title }}
</a>
</h2>
</header>
<nav
class=
"wrapper"
>
<ul
class=
"distributed tabs"
data-tab-about=
"#Emission-container"
>
<li>
<button
data-tab=
"#Emission-tabs-last"
>
<span
class=
"iconLabel"
>
Dernier épisode
</span>
</button>
</li>
<li>
<button
data-tab=
"#Emission-tabs-episodes"
>
<span
class=
"iconLabel"
>
Archives
</span>
</button
>
</li>
<li>
<button
data-tab=
"#Emission-tabs-detail"
>
<span
class=
"iconLabel"
>
A propos
</span>
</button>
</li>
</ul>
</nav>
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