Changes for page Per Status
From version 93.1
edited by Andrea Omicini
on 22/06/2023 13:33
on 22/06/2023 13:33
Change comment:
There is no comment for this version
To version 94.1
edited by Andrea Omicini
on 22/06/2023 15:13
on 22/06/2023 15:13
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -29,6 +29,8 @@ 29 29 #set( $showInline = false ) 30 30 #end 31 31 ## HANDLE INLINE / END 32 +inline $showInline 33 +bibtext $showBibtex 32 32 ## 33 33 ## HANDLE STATUS / START 34 34 #template('apice_publications.vm') ... ... @@ -204,8 +204,7 @@ 204 204 #if( $showInline && !$showBibtex ) 205 205 <ul> 206 206 #foreach( $item in $itemMap[$status] ) 207 - <li>#publinked($item)</li> 208 -## <li>#pubperstatus($item)</li> 209 + <li>#pubperstatus($item)</li> 209 209 #end 210 210 </ul> 211 211 #else