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
778ea1d6
Commit
778ea1d6
authored
6 years ago
by
Tarje Lavik
Browse files
Options
Downloads
Patches
Plain Diff
Change subcollection query and minor fix in cart
parent
2f7184fa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
components/services/exhibition/queries/subexhibition.query
+2
-2
2 additions, 2 deletions
components/services/exhibition/queries/subexhibition.query
components/static/cart.html
+2
-2
2 additions, 2 deletions
components/static/cart.html
with
4 additions
and
4 deletions
components/services/exhibition/queries/subexhibition.query
+
2
−
2
View file @
778ea1d6
SELECT DISTINCT ?uri ?label ?description
WHERE {
SELECT DISTINCT ?uri ?label ?description WHERE {
GRAPH <urn:x-arq:UnionGraph> {
<http://data.ub.uib.no/exhibition/{{ lodspk.args.arg0 }}> dct:hasPart ?uri .
?uri rdf:type ubbont:Exhibition .
...
...
@@ -9,5 +9,5 @@ SELECT DISTINCT ?uri ?label ?description WHERE {
}
}
ORDER BY ?seq ?label
OFFSET {{lodspk.args.arg1|default:0}}
#
OFFSET {{lodspk.args.arg1|default:0}}
LIMIT 100
This diff is collapsed.
Click to expand it.
components/static/cart.html
+
2
−
2
View file @
778ea1d6
...
...
@@ -179,7 +179,7 @@
<div
class=
"form-group only-organization"
>
<label
class=
"col-md-4 control-label"
for=
"c_contactPerson"
><span
class=
"required-star"
>
*
</span>
Bestillers navn
</label>
<div
class=
"col-md-6"
>
<input
id=
"c_contactPerson"
name=
"c_contactPerson"
type=
"text"
placeholder=
"Bestillers navn"
class=
"form-control input-md"
data-parsley-trigger=
"change"
required
>
<input
id=
"c_contactPerson"
name=
"c_contactPerson"
type=
"text"
placeholder=
"Bestillers navn"
class=
"form-control input-md
organization-required
"
data-parsley-trigger=
"change"
>
</div>
</div>
...
...
@@ -521,7 +521,7 @@
<select
id=
"c_deliveryOption"
name=
"c_deliveryOption"
class=
"form-control"
required=
"required"
>
<option
value
></option>
<option
value=
"hentes"
>
Hentes
</option>
<option
value=
"
hentes
"
>
E-post
</option>
<option
value=
"
epost
"
>
E-post
</option>
<option
value=
"post"
>
Post
</option>
<option
value=
"ftp"
>
File transfer (FTP)
</option>
</select>
...
...
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