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
bb02e267
Commit
bb02e267
authored
Aug 20, 2015
by
Elias
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
better authors/journal/date display
parent
3fa796f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
app.css
annotations/static/annotations/app.css
+1
-1
main.html
annotations/templates/annotations/main.html
+8
-8
No files found.
annotations/static/annotations/app.css
View file @
bb02e267
...
@@ -70,7 +70,7 @@
...
@@ -70,7 +70,7 @@
word-break
:
break-all
;
word-break
:
break-all
;
}
}
.
list
-group-item
{
.
keyword
-group-item
{
display
:
inline-block
;
display
:
inline-block
;
float
:
left
;
float
:
left
;
padding
:
5px
;
padding
:
5px
;
...
...
annotations/templates/annotations/main.html
View file @
bb02e267
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
</div>
</div>
<ul
class=
"list-group words-list clearfix"
>
<ul
class=
"list-group words-list clearfix"
>
<li
ng-repeat=
"keyword in extraNgramList[listId] | startFrom:currentListPage * pageSize | limitTo:pageSize"
class=
"
list
-group-item"
>
<li
ng-repeat=
"keyword in extraNgramList[listId] | startFrom:currentListPage * pageSize | limitTo:pageSize"
class=
"
keyword
-group-item"
>
<div
ng-controller=
"NgramController"
keyword-template
class=
"keyword-container"
></div>
<div
ng-controller=
"NgramController"
keyword-template
class=
"keyword-container"
></div>
</li>
</li>
</ul>
</ul>
...
@@ -64,10 +64,10 @@
...
@@ -64,10 +64,10 @@
</div>
</div>
<div
class=
"col-md-8 col-xs-8 text-panel"
ng-controller=
"DocController"
id=
"document"
>
<div
class=
"col-md-8 col-xs-8 text-panel"
ng-controller=
"DocController"
id=
"document"
>
<div
class=
"row-fluid clearfix"
>
<div
class=
"row-fluid clearfix"
>
<div
class=
"col-md-
7 col-xs-7
"
>
<div
class=
"col-md-
10 col-xs-10
"
>
<h3
class=
"text-container"
id=
"title"
>
{[{title}]}
</h3>
<h3
class=
"text-container"
id=
"title"
>
{[{title}]}
</h3>
</div>
</div>
<div
class=
"col-md-
5 col-xs-5
clearfix"
>
<div
class=
"col-md-
2 col-xs-2
clearfix"
>
<button
ng-controller=
"DocFavoriteController"
type=
"button"
class=
"btn btn-default float-right"
ng-click=
"onStarClick($event)"
>
<button
ng-controller=
"DocFavoriteController"
type=
"button"
class=
"btn btn-default float-right"
ng-click=
"onStarClick($event)"
>
<span
class=
"glyphicon"
ng-class=
"{'glyphicon-star-empty': isFavorite == false, 'glyphicon-star': isFavorite == true}"
></span>
<span
class=
"glyphicon"
ng-class=
"{'glyphicon-star-empty': isFavorite == false, 'glyphicon-star': isFavorite == true}"
></span>
</button>
</button>
...
@@ -79,11 +79,11 @@
...
@@ -79,11 +79,11 @@
</nav>-->
</nav>-->
</div>
</div>
</div>
</div>
<div
class=
"row-fluid
cleafix
"
>
<div
class=
"row-fluid"
>
<ul
class=
"
breadcrumb
"
>
<ul
class=
"
list-group clearfix
"
>
<li
>
{[{authors
}]}
</li>
<li
class=
"list-group-item small"
><span
class=
"badge"
>
journal
</span>
{[{journal
}]}
</li>
<li
>
{[{journal
}]}
</li>
<li
class=
"list-group-item small"
><span
class=
"badge"
>
authors
</span>
{[{authors
}]}
</li>
<li
class=
"
active pull-right"
>
{[{publication_date}]}
</li>
<li
class=
"
list-group-item small"
><span
class=
"badge"
>
date
</span
>
{[{publication_date}]}
</li>
</ul>
</ul>
</div>
</div>
<h4
ng-if=
"abstract_text != null"
>
Abstract
</h4>
<h4
ng-if=
"abstract_text != null"
>
Abstract
</h4>
...
...
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