#2067 biblio affichage
This commit is contained in:
+5
-1
@@ -1152,7 +1152,11 @@ section[role="main-content"]{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.biblio-item{
|
||||||
|
h2{
|
||||||
|
color: $bleuroi;
|
||||||
|
}
|
||||||
|
}
|
||||||
ul.item-list{
|
ul.item-list{
|
||||||
margin:0;
|
margin:0;
|
||||||
padding:0;
|
padding:0;
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
<li>
|
<li>
|
||||||
<router-link
|
<router-link
|
||||||
:to="{ name:'bibliographie', params: { type: 'expressions'}}"
|
:to="{ name:'bibliographie', params: { type: 'expressions'}}"
|
||||||
|
title="Consulter la liste des expressions"
|
||||||
>
|
>
|
||||||
{{ expressions.meta.quantity.quantity }} {{ expressions.meta.quantity.unit }}
|
{{ expressions.meta.quantity.quantity }} {{ expressions.meta.quantity.unit }}
|
||||||
</router-link>
|
</router-link>
|
||||||
@@ -19,6 +20,7 @@
|
|||||||
<li>
|
<li>
|
||||||
<router-link
|
<router-link
|
||||||
:to="{ name:'bibliographie', params: { type: 'manifestations'}}"
|
:to="{ name:'bibliographie', params: { type: 'manifestations'}}"
|
||||||
|
title="Consulter toutes les manifestations"
|
||||||
>
|
>
|
||||||
{{ manifestations.meta.quantity.quantity }} {{ manifestations.meta.quantity.unit }}
|
{{ manifestations.meta.quantity.quantity }} {{ manifestations.meta.quantity.unit }}
|
||||||
</router-link>
|
</router-link>
|
||||||
@@ -36,6 +38,7 @@
|
|||||||
<router-link
|
<router-link
|
||||||
v-if="item.authors"
|
v-if="item.authors"
|
||||||
:to="{ name:'bibliographieItem', params:{ type:type, uuid:item.uuid } }"
|
:to="{ name:'bibliographieItem', params:{ type:type, uuid:item.uuid } }"
|
||||||
|
title="Consulter la notice de l'expression"
|
||||||
>
|
>
|
||||||
{{ item.authors }}
|
{{ item.authors }}
|
||||||
</router-link>
|
</router-link>
|
||||||
@@ -47,7 +50,7 @@
|
|||||||
<h5
|
<h5
|
||||||
@click.prevent="onToggleManifs"
|
@click.prevent="onToggleManifs"
|
||||||
@keyup.enter="onToggleManifs"
|
@keyup.enter="onToggleManifs"
|
||||||
>Manifestations</h5>
|
>Afficher les manifestations</h5>
|
||||||
<ul>
|
<ul>
|
||||||
<li v-for="manif in item.manifestations" :key="manif.uuid">
|
<li v-for="manif in item.manifestations" :key="manif.uuid">
|
||||||
<span class="date">{{ manif.dates }} </span>
|
<span class="date">{{ manif.dates }} </span>
|
||||||
|
|||||||
Reference in New Issue
Block a user