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
24d1b818
Commit
24d1b818
authored
Nov 24, 2014
by
pksm3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[UPDATED] changes explorer.html
parent
2b86f00f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
17 deletions
+12
-17
explorer.html
templates/explorer.html
+12
-17
No files found.
templates/explorer.html
View file @
24d1b818
...
...
@@ -163,10 +163,7 @@
<div
id=
"wrapper"
>
<!--just-->
<!--for-->
<!--the-->
<!--commit-->
<div
id=
"zonecentre"
>
...
...
@@ -238,7 +235,7 @@
<div
id=
"tips"
></div>
<div
id=
"names"
></div>
<!--
<br>
<div
id=
"tab-container"
class=
'tab-container'
style=
"display: none;"
>
...
...
@@ -257,8 +254,8 @@
</div>
</div>
-->
<div
id=
"opossiteNodes"
></div>
<!-- <div id="topPapers"></div> -->
<div
id=
"information"
></div>
</div>
...
...
@@ -335,8 +332,6 @@
</div>
<div
id=
"geomapmodal"
class=
"modal fade"
>
<!-- <div class="modal-content"> -->
...
...
@@ -348,7 +343,7 @@
<div
class=
"geomapCont"
></div>
</div>
<!-- </div> -->
<!-- <div class="geomapCont"></div> -->
<!-- <div class="geomapCont"></div> -->
<div
id=
"closegeomap"
data-dismiss=
"modal"
></div>
</div>
...
...
@@ -362,11 +357,10 @@
<script
src=
"{% static "
js
/
libs
/
jquery
/
jquery
.
ba-dotimeout
.
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-modal
.
js
"
%}"
type=
"text/javascript"
></script>
...
...
@@ -391,10 +385,11 @@
<script
type=
"text/javascript"
>
// $('#tab-container').easytabs({updateHash:false});
// Popup window code
function
newPopup
(
url
)
{
popupWindow
=
window
.
open
(
url
,
'popUpWindow'
,
'height=700,width=800,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=no,menubar=no,location=no,directories=no,status=no'
)
}
$
(
'#tab-container'
).
easytabs
({
updateHash
:
false
});
function
newPopup
(
url
)
{
popupWindow
=
window
.
open
(
url
,
'popUpWindow'
,
'height=700,width=800,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=no,menubar=no,location=no,directories=no,status=no'
)
}
</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