Changes for page List of Fields

From version 34.1
edited by Andrea Omicini
on 01/07/2023 23:15
Change comment: There is no comment for this version
To version 38.1
edited by Andrea Omicini
on 15/05/2024 17:41
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,3 +1,10 @@
1 +{{html wiki="true" clean="false"}}
2 +<div class="borderhalfbottom" style="font-size: larger; padding: .5em; text-align: right">
3 + <span class="textsecondary">{{velocity}}$services.localization.render('class') : {{/velocity}}</span>
4 + <tt>{{velocity}}$xwiki.getDocument("Theses.Class").getxWikiClass().getName(){{/velocity}}</tt>
5 +</div>
6 +{{/html}}
7 +
1 1  >{{stringEngIta eng="Status" ita="Stato"/}}
2 2  
3 3  * {{classPropHeader classspace="Theses" classprop="status"/}} — {{stringEngIta eng="current status of the thesis" ita="stato attuale della tesi"/}}
... ... @@ -20,9 +20,9 @@
20 20  #foreach( $cycle in $xwiki.getDocument("Theses.Class").getxWikiClass().get("cycle").getListValues() )(% style='font-family:monospace'%)$services.localization.render("Theses.Class_cycle_$cycle")(%%) #if( !$foreach.last ) • #end #end
21 21  {{/velocity}}
22 22  *** ##{{velocity}}$services.localization.render("Theses.Class_cycle_L"){{/velocity}} – ##{{stringEngIta eng="1st-cycle degree thesis" ita="tesi di laurea"/}}
23 -*** ##{{velocity}}$services.localization.render("Theses.Class_cycle_LM"){{/velocity}} – ##{{stringEngIta eng="2nd cycle degree thesis" ita="tesi di laurea magistrale"/}}
24 -*** ##{{velocity}}$services.localization.render("Theses.Class_cycle_PHD"){{/velocity}} – ##{{stringEngIta eng="PhD Thesis" ita="tesi di dottorato"/}}
25 -*** ##{{velocity}}$services.localization.render("Theses.Class_cycle_U"){{/velocity}} – ##{{stringEngIta eng="PhD Thesis" ita="tesi di dottorato"/}}
30 +*** ##{{velocity}}$services.localization.render("Theses.Class_cycle_LM"){{/velocity}} – ##{{stringEngIta eng="2nd-cycle degree thesis" ita="tesi di laurea magistrale"/}}
31 +*** ##{{velocity}}$services.localization.render("Theses.Class_cycle_PHD"){{/velocity}} – ##{{stringEngIta eng="3rd-cycle degree / PhD thesis" ita="tesi di dottorato"/}}
32 +*** ##{{velocity}}$services.localization.render("Theses.Class_cycle_U"){{/velocity}} – ##{{stringEngIta eng="Unspecified cycle thesis" ita="tesi di di livello non specificato"/}}
26 26  ** {{stringEngIta eng="just one level of thesis among the above options can be selected" ita="si può selezionare un solo livello di tesi tra le opzioni sopracitate"/}}
27 27  
28 28  >{{stringEngIta eng="Language" ita="Linguaggio"/}}
... ... @@ -29,8 +29,9 @@
29 29  
30 30  * {{classPropHeader classspace="Theses" classprop="language"/}} — {{stringEngIta eng="the main / official language of the thesis, typically the same of the official title" ita="il linguaggio principale / ufficiale della tesi, di solito lo stesso del titolo ufficiale"/}}
31 31  ** {{stringEngIta eng="chosen among the following possible values" ita="scelto tra i seguenti valori possibili"/}}
32 -*** ##Italiano – ##{{stringEngIta eng="Italian" ita="Italiano"/}}
33 -*** ##English – ##{{stringEngIta eng="English" ita="Inglese"/}}
39 +{{velocity}}
40 +#foreach( $language in $xwiki.getDocument("Theses.Class").getxWikiClass().get("language").getListValues() )(% style='font-family:monospace'%)$services.localization.render("Theses.Class_language_$language")(%%) #if( !$foreach.last ) • #end #end
41 +{{/velocity}}
34 34  ** {{stringEngIta eng="just one language can be selected for the thesis" ita="si può selezionare un solo linguaggio per la tesi"/}}
35 35  
36 36  >{{stringEngIta eng="Title" ita="Titolo"/}}
... ... @@ -121,9 +121,9 @@
121 121  
122 122  >{{stringEngIta eng="AMS Services" ita="Servizi AMS"/}}
123 123  
124 -{{info}}
132 +(% class="menuseparatorlink" %)
125 125  {{english}}The following fields are meaningful for thesis discussed at the Alma Mater Studiorum — Università di Bologna{{/english}}{{italiano}}I seguenti campi sono significativi solo per le tesi discusse all'Alma Mater Studiorum — Università di Bologna{{/italiano}}
126 -{{/info}}
134 +(%%)
127 127  
128 128  {{id name="amspracticeno"/}}
129 129  
... ... @@ -147,3 +147,8 @@
147 147  * {{classPropHeader classspace="Theses" classprop="url"/}} — {{stringEngIta eng="URL" ita="URL"/}}
148 148  ** {{stringEngIta eng="original URL of the thesis, if available" ita="URL originale della tesi, ove disponibile"/}}
149 149  ** {{stringEngIta eng="typically used for non-AMS theses" ita="di solito usato per tesi non AMS"/}}
158 +
159 +* {{classPropHeader classspace="Theses" classprop="issn"/}} — {{stringEngIta eng="ISSN" ita="ISSN"/}}
160 +** {{stringEngIta eng="ISSN of the thesis' series, if available" ita="ISSN della collana della tesi, ove disponibile"/}}
161 +
162 +{{pageDisplay sort="pageservice"/}}