Modifiche per il documento In arrivo

Dalla versione 53.2
modificato da Andrea Omicini
il 15/05/2023 01:10
Cambia il commento: Nessun commento per questa versione
Alla versione 58.1
modificato da Andrea Omicini
il 16/06/2023 13:09
Cambia il commento: Nessun commento per questa versione

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,6 @@
1 -{{include reference="Events.Environment" excludeFirstHeading="true"/}}{{velocity}}
1 +{{velocity}}
2 +{{html wiki="true" clean="false"}}
3 +#template('apice_events.vm')
2 2  ##
3 3  #if( !$userName || $userName == "" || !$userSpace || $userSpace == "" || !$userFullname || $userFullname == "" )
4 4  ## overall forthcoming events
... ... @@ -14,9 +14,15 @@
14 14  #if( $eventsFound.size() > 0 )
15 15  >$services.localization.render('forthcomingevents').toLowerCase()
16 16  
19 +#template('apice_event_macros.vm')
20 +<div>
17 17   #foreach($event in $eventsFound)
18 - #set( $eventDoc = $xwiki.getDocument($event) )
19 -#if( !$foreach.first ){{themeTextSecondary}} • {{/themeTextSecondary}} #end#if( $eventDoc.getValue('sort') != 'special issue' ){{event short="true"}}$eventDoc{{/event}}#{else}{{event short="title" linked="title"}}$eventDoc{{/event}}#end #end
20 -(%%)
22 + #if( !$foreach.first )
23 + <span class="menumainbody">&ensp;&bull;&ensp;</span>
24 + #end
25 + #eventlinked($event) <span class="textsecondary">(#eventyears($event))</span>
26 + #end
27 +</div>
21 21  #end
22 -{{/velocity}}{{setMoreAdmin/}}{{noShortcuts/}}{{noTagFooter/}}{{yesObjectNew/}}
29 +{{/html}}
30 +{{/velocity}}{{pageDisplay sort="objectservice"/}}