Changes for page Per Status

From version 94.1
edited by Andrea Omicini
on 22/06/2023 15:13
Change comment: There is no comment for this version
To version 95.2
edited by Andrea Omicini
on 22/06/2023 15:16
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -29,8 +29,6 @@
29 29   #set( $showInline = false )
30 30  #end
31 31  ## HANDLE INLINE / END
32 -inline $showInline
33 -bibtext $showBibtex
34 34  ##
35 35  ## HANDLE STATUS / START
36 36  #template('apice_publications.vm')
... ... @@ -210,7 +210,7 @@
210 210   #end
211 211   </ul>
212 212   #else
213 - #foreach( $item in $itemMap[$sort] )
211 + #foreach( $item in $itemMap[$status] )
214 214   #if( $showBibtex)
215 215   #if( $showInline )
216 216   ((({{{ $xwiki.getDocument($item).getValue('bibtex') }}})))
... ... @@ -221,7 +221,7 @@
221 221   <div style="border-style:hidden hidden hidden hidden; font-size:smaller; line-height: 1.25em; margin-bottom: .5em">
222 222   #pubauthed($item)<br/>
223 223   #pubtitle($item)<br/>
224 - <span class="textsecondary">(#pubstatus($item))</span> {{pubVenue linked="false"}}$item{{/pubVenue}}
222 + <span class="textsecondary">(#pubsort($item))</span> {{pubVenue linked="false"}}$item{{/pubVenue}}
225 225   </div>
226 226   #end
227 227   #end