Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
f57d06ac
Commit
f57d06ac
authored
Sep 14, 2016
by
delanoe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FEAT] Adding icons and author page.
parent
48a2fd4e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
1 deletion
+18
-1
menu.html
templates/pages/menu.html
+18
-1
No files found.
templates/pages/menu.html
View file @
f57d06ac
...
...
@@ -82,6 +82,7 @@
<a
type=
"button"
class=
"btn btn-default {% if view == 'titles' %} active {% endif %}"
onclick=
"javascript:location.href='/projects/{{project.id}}/corpora/{{ corpus.id }}/'"
data-target=
'#'
href=
'#'
>
Documents
<span
class=
"glyphicon glyphicon-folder-open"
aria-hidden=
"true"
></span>
</a>
</li>
...
...
@@ -89,9 +90,20 @@
<a
type=
"button"
class=
"btn btn-default {% if view == 'journals' %} active {% endif %}"
onclick=
"javascript:location.href='/projects/{{project.id}}/corpora/{{ corpus.id }}/journals'"
data-target=
'#'
href=
'#'
>
Journals
<span
class=
"glyphicon glyphicon-globe"
aria-hidden=
"true"
></span>
</a>
</li>
<!--
<li>
<a type="button" class="btn btn-default {% if view == 'authors' %} active {% endif %}"
onclick="javascript:location.href='/projects/{{project.id}}/corpora/{{ corpus.id }}/authors'"
data-target='#' href='#'>Authors
<span class="glyphicon glyphicon-user" aria-hidden="true"></span>
</a>
</li>
--!>
{% for state in corpus.hyperdata.statuses %}
{% if state.action == "Workflow" %}
...
...
@@ -101,6 +113,7 @@
<a type="button" class="btn btn-default {% if view == 'terms' %} active {% endif %}"
onclick="javascript:location.href='/projects/{{project.id}}/corpora/{{ corpus.id }}/terms'"
data-target='#' href='#'>Terms
<span class="glyphicon glyphicon-text-width" aria-hidden="true"></span>
</a>
</li>
...
...
@@ -108,6 +121,7 @@
<li class="dropdown">
<a href="#graph" role="button" type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" title="That is your username">
Graphs
<span class="glyphicon glyphicon-map-marker" aria-hidden="true"></span>
</a>
<i class="caret"></i>
<ul class="dropdown-menu">
...
...
@@ -134,7 +148,10 @@
<li>
<a type="button" class="btn btn-default {% if view == 'analytics' %} active {% endif %}"
onclick="javascript:location.href='/projects/{{project.id}}/corpora/{{ corpus.id }}/analytics'"
data-target=
'#'
href=
'#'
>
Analytics
data-target='#' href='#'>
Analytics
<span class="glyphicon glyphicon-signal" aria-hidden="true"></span>
</a>
</li>
...
...
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