Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Adam Kučera
semanticBMS
Commits
494a6fe1
Commit
494a6fe1
authored
Jun 13, 2016
by
akucera
Browse files
changed: Insert -> Edit
parent
92a428b1
Changes
6
Hide whitespace changes
Inline
Side-by-side
SemanticBMSClient/index.html
View file @
494a6fe1
...
...
@@ -165,7 +165,7 @@
<div
class=
"collapse navbar-collapse"
id=
"navbarc1"
>
<ul
class=
"nav navbar-nav"
>
<li><a
href=
"query.html"
data-i18n=
"query"
>
Query
</a></li>
<li><a
href=
"insert.html"
data-i18n=
"
insert"
>
Inser
t
</a></li>
<li><a
href=
"insert.html"
data-i18n=
"
edit"
>
Edi
t
</a></li>
<li><a
href=
"sparql.html"
data-i18n=
"sparql"
>
SPARQL
</a></li>
</ul>
<ul
class=
"nav navbar-nav navbar-right"
>
...
...
SemanticBMSClient/insert.html
View file @
494a6fe1
...
...
@@ -281,7 +281,7 @@ insertDP: function (dp, ba, sa, ea, ca, logId) {
<div
class=
"collapse navbar-collapse"
id=
"navbarc1"
>
<ul
class=
"nav navbar-nav"
>
<li><a
href=
"query.html"
data-i18n=
"query"
>
Query
</a></li>
<li
class=
"active"
><a
href=
"insert.html"
data-i18n=
"
insert"
>
Inser
t
<span
class=
"sr-only"
>
(current)
</span></a></li>
<li
class=
"active"
><a
href=
"insert.html"
data-i18n=
"
edit"
>
Edi
t
<span
class=
"sr-only"
>
(current)
</span></a></li>
<li><a
href=
"sparql.html"
data-i18n=
"sparql"
>
SPARQL
</a></li>
</ul>
<form
id=
"login"
class=
"navbar-form navbar-right"
action=
"insert.html"
method=
"GET"
>
...
...
SemanticBMSClient/js/i18n.js
View file @
494a6fe1
...
...
@@ -5,7 +5,7 @@ var translation = {
translation
:
{
"
sbmsClient
"
:
"
Semantic BMS Client
"
,
"
noDataPoint
"
:
"
No datapoint requested.
"
,
"
insert
"
:
"
Inser
t
"
,
"
edit
"
:
"
Edi
t
"
,
"
query
"
:
"
Query
"
,
"
sparql
"
:
"
SPARQL
"
,
"
user
"
:
"
User
"
,
...
...
@@ -46,9 +46,9 @@ var translation = {
"
cs
"
:
{
translation
:
{
"
sbmsClient
"
:
"
Klient
Sémantick
ého
BMS
"
,
"
sbmsClient
"
:
"
Sémantick
ý
BMS
"
,
"
noDataPoint
"
:
"
Nebyl předán žádný datový bod.
"
,
"
insert
"
:
"
Vlož
it
"
,
"
edit
"
:
"
Uprav
it
"
,
"
query
"
:
"
Dotaz
"
,
"
sparql
"
:
"
SPARQL
"
,
"
user
"
:
"
Uživatel
"
,
...
...
SemanticBMSClient/query.html
View file @
494a6fe1
...
...
@@ -250,7 +250,7 @@ var p = new SBMSPage (function() {
<div
class=
"collapse navbar-collapse"
id=
"navbarc1"
>
<ul
class=
"nav navbar-nav"
>
<li
class=
"active"
><a
href=
"query.html"
data-i18n=
"query"
>
Query
<span
class=
"sr-only"
>
(current)
</span></a></li>
<li><a
href=
"insert.html"
data-i18n=
"
insert"
>
Inser
t
</a></li>
<li><a
href=
"insert.html"
data-i18n=
"
edit"
>
Edi
t
</a></li>
<li><a
href=
"sparql.html"
data-i18n=
"sparql"
>
SPARQL
</a></li>
</ul>
...
...
SemanticBMSClient/sparql.html
View file @
494a6fe1
...
...
@@ -110,7 +110,7 @@ makeTableFromCSV: function (data, target) {
<div
class=
"collapse navbar-collapse"
id=
"navbarc1"
>
<ul
class=
"nav navbar-nav"
>
<li><a
href=
"query.html"
data-i18n=
"query"
>
Query
</a></li>
<li><a
href=
"insert.html"
data-i18n=
"
insert"
>
Inser
t
</a></li>
<li><a
href=
"insert.html"
data-i18n=
"
edit"
>
Edi
t
</a></li>
<li
class=
"active"
><a
href=
"sparql.html"
data-i18n=
"sparql"
>
SPARQL
<span
class=
"sr-only"
>
(current)
</span></a></li>
</ul>
...
...
SemanticBMSServer/target/classes/cz/muni/fi/lasaris/sbms/api/TrendsEndpoint.class
View file @
494a6fe1
No preview for this file type
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment