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
3b74f441
Commit
3b74f441
authored
Nov 21, 2014
by
pksm3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[UPDATE] explorer.html
parent
709ebba2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
4 deletions
+38
-4
explorer.html
templates/explorer.html
+38
-4
No files found.
templates/explorer.html
View file @
3b74f441
...
@@ -68,6 +68,12 @@
...
@@ -68,6 +68,12 @@
</a>
</a>
</li>
</li>
<li>
<a>
<div
id=
"graphid"
style=
"visibility: hidden;"
>
data/testgraph.json
</div>
</a>
</li>
<!--
<!--
<li>
<li>
<a>
<a>
...
@@ -123,6 +129,8 @@
...
@@ -123,6 +129,8 @@
</a></li>
</a></li>
</ul>
</ul>
<!--
<ul id="colorGraph" class="nav navbar-nav navbar-right">
<ul id="colorGraph" class="nav navbar-nav navbar-right">
<li class="dropdown">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
...
@@ -137,6 +145,7 @@
...
@@ -137,6 +145,7 @@
</ul>
</ul>
</li>
</li>
</ul>
</ul>
-->
...
@@ -173,7 +182,9 @@
...
@@ -173,7 +182,9 @@
<div
style=
"visibility: hidden;"
id=
"sigma-othergraph"
></div>
<div
style=
"visibility: hidden;"
id=
"sigma-othergraph"
></div>
<img
id=
"semLoader"
style=
"position:absolute; top:50%; left:40%; width:80px;"
src=
"{% static "
js
/
libs
/
img2
/
loading-bar
.
gif
"
%}"
></img>
<div
id=
"semLoader"
style=
"position:absolute; top:50%; left:40%; width:80px; visibility: hidden;"
>
<img
src=
"libs/img2/loading-bar.gif"
></img>
</div>
<ul
id=
"ctlzoom"
>
<ul
id=
"ctlzoom"
>
...
@@ -185,12 +196,13 @@
...
@@ -185,12 +196,13 @@
<a
href=
"#"
id=
"aUnfold"
class=
"rightarrow"
></a>
<a
href=
"#"
id=
"aUnfold"
class=
"rightarrow"
></a>
</div>
</div>
</li>
</li>
<!--
<li>
<li>
<a href="#" id="geomapicon" onclick="$('#geomapmodal').modal('show'); callGeomap();">
<a href="#" id="geomapicon" onclick="$('#geomapmodal').modal('show'); callGeomap();">
<img title="World Map Distribution" width="34px" src="{% static "js/libs/img2/world.png" %}" ></img>
<img title="World Map Distribution" width="34px" src="{% static "js/libs/img2/world.png" %}" ></img>
</a>
</a>
</li>
</li>
-->
<li>
<li>
...
@@ -232,7 +244,27 @@
...
@@ -232,7 +244,27 @@
<div
id=
"leftcolumn"
>
<div
id=
"leftcolumn"
>
<div
id=
"tips"
></div>
<div
id=
"tips"
></div>
<div
id=
"names"
></div>
<div
id=
"names"
></div>
<div
id=
"opossiteNodes"
></div>
<br>
<div
id=
"tab-container"
class=
'tab-container'
style=
"display: none;"
>
<ul
class=
'etabs'
>
<li
id=
"taboppos"
class=
'tab'
><a
href=
"#tabs1"
>
Opposite-Neighbors
</a></li>
<li
id=
"tabneigh"
class=
'tab'
><a
href=
"#tabs2"
>
Neighbors
</a></li>
</ul>
<div
class=
'panel-container'
>
<div
id=
"tabs1"
>
<div
id=
"opossiteNodes"
></div>
</div>
<div
id=
"tabs2"
>
<div
id=
"sameNodes"
></div>
</div>
</div>
</div>
<!-- <div id="topPapers"></div> -->
<!-- <div id="topPapers"></div> -->
<div
id=
"information"
></div>
<div
id=
"information"
></div>
</div>
</div>
...
@@ -338,6 +370,8 @@
...
@@ -338,6 +370,8 @@
<script
src=
"{% static "
js
/
libs
/
jquery
/
jquery
.
mousewheel
.
min
.
js
"
%}"
type=
"text/javascript"
></script>
<script
src=
"{% static "
js
/
libs
/
jquery
/
jquery
.
mousewheel
.
min
.
js
"
%}"
type=
"text/javascript"
></script>
<script
type=
"text/javascript"
src=
"{% static "
js
/
libs
/
freshslider
.
1
.
0
.
js
"
%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
js
/
libs
/
freshslider
.
1
.
0
.
js
"
%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
js
/
libs
/
readmore
.
js
"
%}"
></script>
<script
type=
"text/javascript"
src=
"{% static "
js
/
libs
/
jquery
/
jquery
.
easytabs
.
min
.
js
"
%}"
></script>
<script
src=
"{% static "
js
/
libs
/
bootstrap
/
js
/
bootstrap
.
min
.
js
"
%}"
></script>
<script
src=
"{% static "
js
/
libs
/
bootstrap
/
js
/
bootstrap
.
min
.
js
"
%}"
></script>
<script
src=
"{% static "
js
/
libs
/
bootstrap
/
js
/
bootstrap-modal
.
js
"
%}"
type=
"text/javascript"
></script>
<script
src=
"{% static "
js
/
libs
/
bootstrap
/
js
/
bootstrap-modal
.
js
"
%}"
type=
"text/javascript"
></script>
...
...
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