Skip to content
Snippets Groups Projects
Commit b0cbef14 authored by bwalkow's avatar bwalkow
Browse files

Upgrade img

parent f3ef23fd
1 merge request!2Develop
Pipeline #13663 passed with stage
in 20 seconds
......@@ -185,7 +185,7 @@ PlWordnet.prototype.createAdditionalInfo = function(jsonData, title, titleEn, la
'<a href="/synsetid/plwordnet/' + element2.synset + '">' +
'<p class="title">' + element2.lemma + '</p>' +
'</a>' +
`<img width="40" height="20" class="img-responsive show-icon" src="/img/lang-${lang}-32.png" alt="Language" />` +
`<img width="40" height="20" class="img-responsive show-icon" src="/img/lang-${lang}-32.png" alt="Language1" />` +
definition +
horizontalLine;
});
......@@ -195,7 +195,7 @@ PlWordnet.prototype.createAdditionalInfo = function(jsonData, title, titleEn, la
let data =
'<div class="plwordnet-box">' +
'<h2>' +
'<img class="img-responsive show-icon" src="http://lexp-dev.clarin-pl.eu/img/lang-' + lang + '-32.png" alt="Language" />' +
'<img class="img-responsive show-icon" src="/img/lang-' + lang + '-32.png" alt="Language2" />' +
'<span lang="pl">' + title + ' (' + quantity + ')' + '</span>' +
'<span lang="en">' + titleEn + ' (' + quantity + ')' + '</span>' +
'</h2>' +
......@@ -246,7 +246,7 @@ PlWordnet.prototype.showHTMLForSynset = function() {
'<div class="fixed-space category"><span lang="pl">Słowo</span><span lang="en">Word</span></div>' +
'<div class="fixed-space">' +
'<h2 class="lemma">' + element.lemma + '</h2>' +
'<img class="img-responsive show-icon" src="http://lexp-dev.clarin-pl.eu/img/lang-' + language + '-32.png" alt="Language" />' +
'<img class="img-responsive show-icon" src="/img/lang-' + language + '-32.png" alt="Language3" />' +
'<p class="description">' + definition + '</p>' +
'</div>' +
'<hr />' +
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment