Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
marcus-lodspeakr
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uib-ub
Spesialsamlingene
marcus-lodspeakr
Commits
e0a909c9
Commit
e0a909c9
authored
12 years ago
by
alvaro
Browse files
Options
Downloads
Patches
Plain Diff
Template didn't include lodspk.home in css and js files
parent
ddcc6d8e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
utils/modules/service-view.inc
+5
-5
5 additions, 5 deletions
utils/modules/service-view.inc
with
5 additions
and
5 deletions
utils/modules/service-view.inc
+
5
−
5
View file @
e0a909c9
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<link
rel=
"alternate"
type=
"text/turtle"
title=
"Turtle Version"
href=
"{{lodspk.local.value}}.ttl"
/>
<link
rel=
"alternate"
type=
"text/turtle"
title=
"Turtle Version"
href=
"{{lodspk.local.value}}.ttl"
/>
<link
rel=
"alternate"
type=
"text/plain"
title=
"N-Triples Version"
href=
"{{lodspk.local.value}}.nt"
/>
<link
rel=
"alternate"
type=
"text/plain"
title=
"N-Triples Version"
href=
"{{lodspk.local.value}}.nt"
/>
<link
rel=
"alternate"
type=
"application/json"
title=
"RDFJSON Version"
href=
"{{lodspk.local.value}}.json"
/>
<link
rel=
"alternate"
type=
"application/json"
title=
"RDFJSON Version"
href=
"{{lodspk.local.value}}.json"
/>
<link
href=
"css/bootstrap.min.css"
rel=
"stylesheet"
type=
"text/css"
media=
"screen"
/>
<link
href=
"
{{lodspk.home}}
css/bootstrap.min.css"
rel=
"stylesheet"
type=
"text/css"
media=
"screen"
/>
<style>
<style>
body
{
body
{
padding-top
:
60px
;
/* 60px to make the container go all the way to the bottom of the topbar */
padding-top
:
60px
;
/* 60px to make the container go all the way to the bottom of the topbar */
...
@@ -22,10 +22,10 @@
...
@@ -22,10 +22,10 @@
background-position
:
right
;
background-position
:
right
;
}
}
</style>
</style>
<link
href=
"css/bootstrap-responsive.min.css"
rel=
"stylesheet"
type=
"text/css"
media=
"screen"
/>
<link
href=
"
{{lodspk.home}}
css/bootstrap-responsive.min.css"
rel=
"stylesheet"
type=
"text/css"
media=
"screen"
/>
<script
type=
"text/javascript"
src=
"js/jquery.js"
></script>
<script
type=
"text/javascript"
src=
"
{{lodspk.home}}
js/jquery.js"
></script>
<script
type=
"text/javascript"
src=
"js/bootstrap.min.js"
></script>
<script
type=
"text/javascript"
src=
"
{{lodspk.home}}
js/bootstrap.min.js"
></script>
<script
type=
"text/javascript"
src=
"js/bootstrap-typeahead.js"
></script>
<script
type=
"text/javascript"
src=
"
{{lodspk.home}}
js/bootstrap-typeahead.js"
></script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
$
(
document
).
ready
(
function
(){
$
(
document
).
ready
(
function
(){
$
(
'
.typeahead
'
).
typeahead
({
$
(
'
.typeahead
'
).
typeahead
({
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment