First full release
This commit is contained in:
@@ -2,12 +2,14 @@
|
||||
.content-nav-mobile
|
||||
button#nav-content-button.nav-button
|
||||
img#burger-menu-img(src="/images/burger-menu-button-icon.svg" alt="Meni")
|
||||
span.nav-title.ms-0 Vsebina
|
||||
|
||||
.nav-title
|
||||
a#chevrons-back.link-back(href="/")
|
||||
span.nav-title.ms-0= t('Vsebina')
|
||||
a.link-back.text-decoration-none.ms-auto.me-3(href="/")
|
||||
img(src="/images/chevrons-left.svg")
|
||||
span.normal-gray.ms-1= t('Nazaj')
|
||||
.content-nav-title
|
||||
a#chevrons-back.link-back.text-decoration-none
|
||||
img(src="/images/chevrons-left.svg")
|
||||
span.nav-title.ms-2 Vsebina
|
||||
span.normal-gray.ms-2= t('Nazaj')
|
||||
nav
|
||||
ul.content-nav-content.scroller-style.ps-0
|
||||
ul.filter-search-settings.ps-0
|
||||
@@ -15,24 +17,24 @@
|
||||
li#unfiltered.filter-search-section.pb-0.px-3
|
||||
.d-flex
|
||||
select.form-select.py-0.filter-select.ps-1.pe-0(name="field")
|
||||
option(value="term") Termin
|
||||
option(value="domainLabels") Področna oznaka
|
||||
option(value="label") Pojasnilo
|
||||
option(value="definition") Definicija
|
||||
option(value="synonyms") Sinonimi
|
||||
option(value="links") Povezave
|
||||
option(value="other") Drugo
|
||||
option(value="foreignTerms") Tuj termin
|
||||
option(value="foreignDefinition") Tuja definicija
|
||||
option(value="foreignSynonyms") Tuj sinonim
|
||||
option(value="") Iskanje po vseh
|
||||
option(value="term")= t('Termin')
|
||||
option(value="domainLabels")= t('Področna oznaka')
|
||||
option(value="label")= t('Pojasnilo')
|
||||
option(value="definition")= t('Definicija')
|
||||
option(value="synonyms")= t('Sinonimi')
|
||||
option(value="links")= t('Povezave')
|
||||
option(value="other")= t('Drugo')
|
||||
option(value="foreignTerms")= t('Tuj termin')
|
||||
option(value="foreignDefinition")= t('Tuja definicija')
|
||||
option(value="foreignSynonyms")= t('Tuj sinonim')
|
||||
option(value="")= t('Iskanje po vseh')
|
||||
.d-flex.justify-content-between.mt-4
|
||||
.classic-search-container.w-75
|
||||
.classic-search.border1px-gray-2
|
||||
input.input-search(
|
||||
name="q"
|
||||
type="text"
|
||||
placeholder="Išči"
|
||||
placeholder=t('Išči')
|
||||
autocomplete="off"
|
||||
)
|
||||
.position-relative
|
||||
@@ -41,7 +43,7 @@
|
||||
button.btn.clear-search-input.px-0(type="button")
|
||||
img(src="/images/x-gray.svg")
|
||||
.d-flex.justify-content-between.align-items-center.mt-4
|
||||
label#span-filter.normal-gray-label(for="show-filter") Filtriranje
|
||||
label#span-filter.normal-gray-label(for="show-filter")= t('Filtriranje')
|
||||
button#show-filter.btn.ps-0.pe-0(
|
||||
type="button"
|
||||
data-bs-toggle="collapse"
|
||||
@@ -54,7 +56,7 @@
|
||||
data-bs-custom-class="gray-tooltip"
|
||||
data-bs-toggle="tooltip"
|
||||
data-bs-placement="bottom"
|
||||
title="Prikaži filtre"
|
||||
title=t('Prikaži filtre')
|
||||
)
|
||||
li#filtered.filter-search-section.collapse.pt-1
|
||||
.form-check.d-flex.align-items-center
|
||||
@@ -62,42 +64,42 @@
|
||||
type="checkbox"
|
||||
name="isValid"
|
||||
)
|
||||
label.form-check-label(for="valid") Veljavno
|
||||
label.form-check-label(for="valid")= t('Veljavno')
|
||||
|
||||
.form-check.d-flex.align-items-center
|
||||
input#published.form-check-input.indeterminate-cbox(
|
||||
type="checkbox"
|
||||
name="isPublished"
|
||||
)
|
||||
label.form-check-label(for="published") Obljavljeno
|
||||
label.form-check-label(for="published")= t('Obljavljeno')
|
||||
|
||||
.form-check.d-flex.align-items-center
|
||||
input#comments.form-check-input.indeterminate-cbox(
|
||||
type="checkbox"
|
||||
name="hasComments"
|
||||
)
|
||||
label.form-check-label(for="comments") Komentarji
|
||||
label.form-check-label(for="comments")= t('Komentarji')
|
||||
|
||||
.form-check.d-flex.align-items-center
|
||||
input#edited.form-check-input.indeterminate-cbox(
|
||||
type="checkbox"
|
||||
name="isComplete"
|
||||
)
|
||||
label.form-check-label(for="edited") Urejeno
|
||||
label.form-check-label(for="edited")= t('Urejeno')
|
||||
|
||||
.form-check.d-flex.align-items-center
|
||||
input#terminology-checked.form-check-input.indeterminate-cbox(
|
||||
type="checkbox"
|
||||
name="isTerminologyReviewed"
|
||||
)
|
||||
label.form-check-label(for="terminology-checked") Strokovno pregledano
|
||||
label.form-check-label(for="terminology-checked")= t('Strokovno pregledano')
|
||||
|
||||
.form-check.d-flex.align-items-center
|
||||
input#language-checked.form-check-input.indeterminate-cbox(
|
||||
type="checkbox"
|
||||
name="isLanguageReviewed"
|
||||
)
|
||||
label.form-check-label(for="language-checked") Jezikovno pregledano
|
||||
label.form-check-label(for="language-checked")= t('Jezikovno pregledano')
|
||||
|
||||
#term-list.btn-group.termin-list.d-flex.flex-column(role="group")
|
||||
if terms.length
|
||||
@@ -126,7 +128,7 @@
|
||||
data-bs-custom-class="label-tooltip"
|
||||
data-bs-original-title=""
|
||||
title
|
||||
)= '[ni termina]'
|
||||
)= t('[ni termina]')
|
||||
span.me-4= term.commentActivityIndicator
|
||||
else
|
||||
.d-flex.justify-content-between.align-items-center
|
||||
@@ -138,7 +140,7 @@
|
||||
data-bs-custom-class="label-tooltip"
|
||||
data-bs-original-title=""
|
||||
title
|
||||
)= '[ni termina]'
|
||||
)= t('[ni termina]')
|
||||
span.me-4= term.commentActivityIndicator
|
||||
else
|
||||
.d-flex.justify-content-between.align-items-center
|
||||
@@ -152,7 +154,7 @@
|
||||
data-bs-custom-class="label-tooltip"
|
||||
data-bs-original-title=""
|
||||
title
|
||||
)!= term.term
|
||||
)!= `${term.term} ${term.homonymSort ? '(' + term.homonymSort + ')' : ''}`
|
||||
span.me-4= term.commentActivityIndicator
|
||||
else
|
||||
label.terms-label.btn.p-2.ms-2.me-3.text-truncate.justify-content-start.d-inline(
|
||||
@@ -163,7 +165,7 @@
|
||||
data-bs-custom-class="label-tooltip"
|
||||
data-bs-original-title=""
|
||||
title
|
||||
)!= term.term
|
||||
)!= `${term.term} ${term.homonymSort ? '(' + term.homonymSort + ')' : ''}`
|
||||
span.me-4= term.commentActivityIndicator
|
||||
else
|
||||
label.terms-label.not-valid-not-published.btn.p-2.ms-2.me-3.text-truncate.justify-content-start.d-inline(
|
||||
@@ -174,7 +176,7 @@
|
||||
data-bs-custom-class="label-tooltip"
|
||||
data-bs-original-title=""
|
||||
title
|
||||
)!= term.term
|
||||
)!= `${term.term} ${term.homonymSort ? '(' + term.homonymSort + ')' : ''}`
|
||||
span.me-4= term.commentActivityIndicator
|
||||
.lds-default.d-none
|
||||
div
|
||||
|
||||
Reference in New Issue
Block a user