Changes for page Get in Touch About Your XWiki Project
Last modified by Alex Cotiugă on 2026/05/11 05:57
From version 15.22
edited by Alex Cotiugă
on 2026/05/02 12:22
on 2026/05/02 12:22
Change comment:
There is no comment for this version
To version 15.28
edited by Alex Cotiugă
on 2026/05/11 03:57
on 2026/05/11 03:57
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -17,7 +17,7 @@ 17 17 #end 18 18 19 19 #set ($discard = $contactRequestDoc.saveAsAuthor()) 20 - 20 + 21 21 #set ($message = "$message") 22 22 23 23 ##set ($statusCode = 400) ... ... @@ -31,6 +31,8 @@ 31 31 {{velocity}} 32 32 #set ($discard = $xwiki.ssx.use('contact.WebHome')) 33 33 #set ($xobject = $doc.getObject('Agnease.Code.ContactRequest.ContactRequestClass')) 34 +#set ($totalRequests = $services.query.xwql('from doc.object(Agnease.Code.ContactRequest.ContactRequestClass) contact').execute()) 35 +$totalRequests.size() 34 34 #set ($xclass = $xobject.xWikiClass) 35 35 #set ($editing = true) 36 36 = Tell Us More About Your Project =
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -66,31 +66,3 @@ 66 66 color: @brand; 67 67 font-weight: 700; 68 68 } 69 - 70 -.navbar-default .navbar-nav { 71 - float: right !important; 72 - background-color: #fff; 73 - border-color: #fff; 74 - .menu-horizontal { 75 - background-color: #fff; 76 - border-color: #fff; 77 - } 78 - 79 - margin-left:20px; 80 - li { 81 - align-items: end; 82 - font-size: 20px; 83 - &:hover { 84 - background-color: #fff; 85 - color: #00463c; 86 - } 87 - a { 88 - padding-bottom: 0; 89 - padding-top: 14px; 90 - &:hover { 91 - background-color: #fff; 92 - color: #00463c; 93 - } 94 - } 95 - } 96 -}