Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
website
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Ask
website
Commits
6ded6e8c
Commit
6ded6e8c
authored
Apr 17, 2013
by
Riccardo Padovani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modificata evidenziazione menù, quando si è sulla home adesso evidenzia il link home
parent
1de4d9de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
+42
-0
forum/skins/light/templates/index.html
forum/skins/light/templates/index.html
+42
-0
No files found.
forum/skins/light/templates/index.html
0 → 100644
View file @
6ded6e8c
{% extends "questions.html" %}
<!-- index.html -->
{% load general_sidebar_tags %}
{% load question_list_tags %}
{% load i18n %}
{% block fulltitle %}{{ settings.APP_TITLE }}{% endblock %}
{% block forejs %}
<style>
#header
li
#nav_questions
{
background
:
url("m/light/media/images/light/header_b.png")
repeat-x
scroll
left
top
#DD4814
!important
;
}
#header
li
a
#nav_questions
:hover
{
background
:
url("m/light/media/images/light/header_b_active.png")
repeat-x
scroll
left
top
#B83A10
!important
;
}
#header
li
#nav_index
{
background
:
url("m/light/media/images/light/header_b_active.png")
repeat-x
scroll
left
top
#B83A10
;
}
</style>
{% endblock %}
{% block sidebar %}
{% if not request.user.is_authenticated %}
{% if settings.SHOW_WELCOME_BOX %}
<div
class=
"boxA"
>
<h3>
{% trans "welcome to " %}{{ settings.APP_SHORT_NAME }}
</h3>
<div
class=
"body"
>
{{ settings.APP_INTRO|safe }}
<div
class=
"more"
><a
href=
"{% url about %}"
>
{% trans "about" %}
</a></div>
<div
class=
"more"
><a
href=
"{% url faq %}"
>
{% trans "faq" %}
</a></div>
</div>
</div>
{% endif %}
{% endif %}
{% include "question_list/count.html" %}
{% sidebar_upper %}
{% if request.user.is_authenticated %}
{% tag_selector %}
{% endif %}
{% sidebar_lower %}
{% recent_tags %}
{% recent_awards %}
{% endblock %}
<!-- index.html -->
\ No newline at end of file
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