OrderTemplate 페이지의 변경 사항

2024/01/25 10:18에서 Manoeuvring with Difficulty이(가) 마지막으로 수정했습니다

version 5.2 부터
Manoeuvring with Difficulty 에 의해 편집됨
on 2024/01/25 08:31
댓글 변경: Update property hidden
version 6.2 까지
Manoeuvring with Difficulty 에 의해 편집됨
on 2024/01/25 09:46
댓글 변경: Added tag [test]

요약

세부 사항

페이지 속성
태그
... ... @@ -1,1 +1,1 @@
1 -ordertemplate
1 +ordertemplate|test
내용
... ... @@ -59,14 +59,6 @@
59 59  #end{{/velocity}}
60 60  
61 61  
62 -
63 -(% style="text-align:center" %)
64 -**Queued Orders**
65 -{{velocity}}#set ($tags = $services.query.xwql("select distinct obj.tags from Document doc").execute())
66 -$tags
67 -#set ($references = $services.query.xwql("from doc.object(XWiki.TagClass) as tag where 'order' member of tag.tags").execute())
68 -#foreach($reference in $references)
69 - #set ($document = $xwiki.getDocument($reference))
70 - #set ($label = $document.getTitle())
71 - [[$label>>$reference]] | ##
72 -#end{{/velocity}}
62 +{{velocity}}
63 +#set ($tags = $services.query.xwql("select distinct doc.object(XWiki.TagClass).tags from Document doc").execute())
64 +{{/velocity}}