Changes for page Talks

From version 2.1
edited by Andrea Omicini
on 10/12/2020 20:31
Change comment: There is no comment for this version
To version 3.1
edited by Andrea Omicini
on 26/11/2021 14:54
Change comment: Document converted from syntax xwiki/1.0 to syntax xwiki/2.1

Summary

Details

Page properties
Syntax
... ... @@ -1,1 +1,1 @@
1 -XWiki 1.0
1 +XWiki 2.1
Content
... ... @@ -1,10 +1,10 @@
1 -#includeMacros("Main.MacroSheet")
2 -#includeMacros("Talks.MacroSheet")
3 -#includeMacros("MEnSA.MacroSheet")
1 +{{include document="Main.MacroSheet"/}} {{include document="Talks.MacroSheet"/}} {{include document="MEnSA.MacroSheet"/}}
4 4  
3 +{{velocity filter="none"}}
4 +{{html clean="false" wiki="true"}}
5 5  <a name="top"> </a>
6 6  
7 -1 #mensa() Talks in the #apice() Space
7 += #mensa() Talks in the #apice() Space =
8 8  
9 9  #set ($sql = ", BaseObject as obj, DateProperty as prop
10 10   where
... ... @@ -18,7 +18,10 @@
18 18  #foreach ($talk in $xwiki.searchDocuments($sql))
19 19   #set($talkTags=$xwiki.getDocument($talk).getObject("XWiki.TagClass").tags)
20 20   #if ($talkTags.toLowerCase().contains("mensa"))
21 - * #talkTDSInline($talk) #if($context.getUser() != "XWiki.XWikiGuest"){pre}[{/pre}<a href="$xwiki.getURL("$talk", "inline")">$msg.get("edit")</a>{pre}]{/pre}#end
21 + * #talkTDSInline($talk) #if($context.getUser() != "XWiki.XWikiGuest"){{{[}}}<a href="$xwiki.getURL("$talk", "inline")">{{html clean="false"}}$msg.get("edit"){{/html}}</a>{{{]}}}#end
22 22  
23 +<p/>
23 23   #end
24 24  #end
26 +{{/html}}
27 +{{/velocity}}