Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pro
loki
Commits
c733ca7d
Commit
c733ca7d
authored
9 years ago
by
Krzysztof Kutt
Browse files
Options
Download
Email Patches
Plain Diff
GUI translated into English
parent
3901e3e6
master
3-standalone-swi-prolog
adaptive_ui
provviz
sparqlupdate
wikigame
xttviewer-2022-03-23
xttviewer-2017-09-19
revisionsrater-2017-09-19
rdfloki-2018-09-16
rdfloki-2017-09-19
rdfeditor-2017-09-19
prov-2017-09-19
prov-2016-01-10
prov-2015-12-01
lokiontology-2023-03-15
lokiontology-2022-03-23
lokiontology-2017-09-19
loki-2023-03-15
loki-2022-03-23
loki-2017-09-19
loki-2016-10-26
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
prov/action/prov.php
+9
-9
prov/action/prov.php
with
9 additions
and
9 deletions
+9
-9
prov/action/prov.php
100755 → 100644
View file @
c733ca7d
...
...
@@ -36,7 +36,7 @@ class action_plugin_prov_prov extends DokuWiki_Action_Plugin
"@prefix dc: <http://purl.org/dc/elements/1.1/> .
\n
"
.
"@prefix lokipage: <
{
$adres_wiki
}
> .
\n
"
.
"@prefix lokievent: <
{
$adres_wiki
}
special:lokievent#> .
\n
"
.
"@prefix lokiuser: <
{
$adres_wiki
}
user:> .
\n\n
"
;
"@prefix lokiuser: <
{
$adres_wiki
}
user:> ."
;
}
/**
...
...
@@ -52,7 +52,7 @@ class action_plugin_prov_prov extends DokuWiki_Action_Plugin
"
\t
prov:wasGeneratedBy lokievent:created_
{
$strona
}
.
{
$nowaRev
}
.
\n
"
.
"lokievent:created_
{
$strona
}
.
{
$nowaRev
}
a prov:Activity ;
\n
"
.
"
\t
prov:wasAssociatedWith
{
$autor
}
;
\n
"
.
"
\t
dc:description
\"
{
$komentarz
}
\"
"
.
"
\t
lokirel:comment
\"
{
$komentarz
}
\"
"
.
((
count
(
$linki
)
>
0
)
?
(
" ;
\n\t
prov:used "
.
implode
(
" ,
\n\t\t
"
,
$linki
)
.
" .
\n\n
"
)
:
(
" .
\n\n
"
));
...
...
@@ -72,7 +72,7 @@ class action_plugin_prov_prov extends DokuWiki_Action_Plugin
"
\t
prov:wasGeneratedBy lokievent:edited_
{
$strona
}
.
{
$nowaRev
}
.
\n
"
.
"lokievent:edited_
{
$strona
}
.
{
$nowaRev
}
a prov:Activity ;
\n
"
.
"
\t
prov:wasAssociatedWith
{
$autor
}
;
\n
"
.
"
\t
dc:description
\"
{
$komentarz
}
\"
;
\n
"
.
"
\t
lokirel:comment
\"
{
$komentarz
}
\"
;
\n
"
.
"
\t
prov:used "
.
implode
(
" ,
\n\t\t
"
,
$linki
)
.
" .
\n\n
"
;
}
...
...
@@ -86,7 +86,7 @@ class action_plugin_prov_prov extends DokuWiki_Action_Plugin
return
"lokievent:deleted_
{
$strona
}
.
{
$nowaRev
}
a prov:Activity ;
\n
"
.
"
\t
prov:used lokipage:
{
$strona
}
.
{
$staraRev
}
;
\n
"
.
"
\t
prov:wasAssociatedWith
{
$autor
}
;
\n
"
.
"
\t
dc:description
\"
{
$komentarz
}
\"
.
\n\n
"
;
"
\t
lokirel:comment
\"
{
$komentarz
}
\"
.
\n\n
"
;
}
/**
...
...
@@ -175,24 +175,24 @@ class action_plugin_prov_prov extends DokuWiki_Action_Plugin
$html
.
=
'
<br/>
<div>
<h4>PROV</h4>'
;
<!--
<h4>PROV</h4>
-->
'
;
// Textarea for lins with label
$html
.
=
'
<div style="display: inline-block; vertical-align: top;">
<label style="cursor: text;">
Linki do wykorzystanych zasobów (jeden w kadżdym wierszu
):</label><br/>
<textarea name="usedSites" id="usedsites" cols="
5
0" rows="6"></textarea>
<label style="cursor: text;">
URIs/URLs for used resources (put one URI in one line
):</label><br/>
<textarea name="usedSites" id="usedsites" cols="
6
0" rows="6"></textarea>
</div>'
;
// List for the available pages (empty so far) with label
$html
.
=
'
<div style="display: inline-block; vertical-align: top; margin-left: 10px;">
<label style="cursor: text;">
Dostępne stony (dwukrotne kliknięcie wstawia jako użyta
):</label></br>
<label style="cursor: text;">
Select wiki pages that were used as resources (double-click on page
):</label></br>
<select id="pagelist" size="5" style="width: 350px;" ondblclick="pageAdded();"></select></br>'
;
// Filter text field with label. On key release the list is updated
$html
.
=
'
<label style="cursor: text;">Filtr: </label>
<label style="cursor: text;">Filt
e
r: </label>
<input type="text" id="pagefilter" onkeyup="filterChanged();" size="35"/>'
;
// Hidden field containing the list of all pages. It is used by filtering function.
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help