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
d9aefaf4
Commit
d9aefaf4
authored
13 years ago
by
Timothy Lebo
Browse files
Options
Downloads
Patches
Plain Diff
fixing relative path to css
parent
7eb5b6dd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
utils/modules/create-service.sh
+1
-1
1 addition, 1 deletion
utils/modules/create-service.sh
utils/modules/create-type.sh
+1
-1
1 addition, 1 deletion
utils/modules/create-type.sh
utils/modules/create-uri.sh
+1
-1
1 addition, 1 deletion
utils/modules/create-uri.sh
with
3 additions
and
3 deletions
utils/modules/create-service.sh
+
1
−
1
View file @
d9aefaf4
...
...
@@ -23,7 +23,7 @@ viewHtml=$(cat <<VIEW
{%endfor%}version="XHTML+RDFa 1.0" xml:lang="en">
<head>
<title>My new Service</title>
<link href="{{lodspk.baseUrl}}
/lodspeakr/
css/basic.css" rel="stylesheet" type="text/css" media="screen" />
<link href="{{lodspk.baseUrl}}css/basic.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<h1>Classes available</h1>
...
...
This diff is collapsed.
Click to expand it.
utils/modules/create-type.sh
+
1
−
1
View file @
d9aefaf4
...
...
@@ -34,7 +34,7 @@ viewHtml=$(cat <<VIEW
{%endfor%}version="XHTML+RDFa 1.0" xml:lang="en">
<head>
<title>Page about {{lodspk.this.value}}</title>
<link href="{{lodspk.baseUrl}}
/lodspeakr/
css/basic.css" rel="stylesheet" type="text/css" media="screen" />
<link href="{{lodspk.baseUrl}}css/basic.css" rel="stylesheet" type="text/css" media="screen" />
<link rel="alternate" type="application/rdf+xml" title="RDF/XML Version" href="{{lodspk.this.value}}.rdf" />
<link rel="alternate" type="text/turtle" title="Turtle Version" href="{{lodspk.this.value}}.ttl" />
<link rel="alternate" type="text/plain" title="N-Triples Version" href="{{lodspk.this.value}}.nt" />
...
...
This diff is collapsed.
Click to expand it.
utils/modules/create-uri.sh
+
1
−
1
View file @
d9aefaf4
...
...
@@ -24,7 +24,7 @@ viewHtml=$(cat <<VIEW
{%endfor%}version="XHTML+RDFa 1.0" xml:lang="en">
<head>
<title>Page about {{lodspk.this.value}}</title>
<link href="{{lodspk.baseUrl}}
/lodspeakr/
css/basic.css" rel="stylesheet" type="text/css" media="screen" />
<link href="{{lodspk.baseUrl}}css/basic.css" rel="stylesheet" type="text/css" media="screen" />
<link rel="alternate" type="application/rdf+xml" title="RDF/XML Version" href="{{lodspk.this.value}}.rdf" />
<link rel="alternate" type="text/turtle" title="Turtle Version" href="{{lodspk.this.value}}.ttl" />
<link rel="alternate" type="text/plain" title="N-Triples Version" href="{{lodspk.this.value}}.nt" />
...
...
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