Version 13.156 by Alex Cotiugă on 2026/05/02 09:05

Hide last authors
Alex Cotiugă 13.108 1 {{velocity wiki="false"}}
2 #if ($xcontext.action == 'get')
3 #set ($message = '')
Alex Cotiugă 13.156 4 #set ($now = $datetool.get('yyyyMMddHHmmssSSS'))
5 #set ($random = $mathtool.random(100000, 999999))
6 #set ($uniqueName = "contact-request-${now}-${random}")
7 #set ($contactFormEntryDoc = $xwiki.getDocument('ContactRequests.' + $uniqueName))
Alex Cotiugă 13.108 8 #set ($statusCode = 200)
Alex Cotiugă 13.154 9 #set ($message = "$contactFormEntryDoc")
Alex Cotiugă 13.150 10
11 #foreach ($parameterName in $request.parameterNames)
12 #set ($message = "$message $parameterName")
13 #end
Alex Cotiugă 13.108 14
Alex Cotiugă 13.150 15 ##set ($statusCode = 400)
16 ##set ($message = 'error')
Alex Cotiugă 13.108 17
18 #set ($discard = $response.setStatus($statusCode))
Alex Cotiugă 13.151 19 #jsonResponse({'message': $message})
Alex Cotiugă 13.108 20 #end
21 {{/velocity}}
22
Alex Cotiugă 2.6 23 {{velocity}}
Alex Cotiugă 13.3 24 #set ($discard = $xwiki.ssx.use('contact.WebHome'))
Alex Cotiugă 4.6 25 #set ($xobject = $doc.getObject('Agnease.Code.ContactForm.ContactFormClass'))
Alex Cotiugă 4.2 26 #set ($xclass = $xobject.xWikiClass)
Alex Cotiugă 4.10 27 #set ($editing = true)
Alex Cotiugă 13.32 28 = Tell Us More About Your Project =
Alex Cotiugă 13.45 29 You do not need to have a full specification. A short description is enough to start the conversation.
Alex Cotiugă 13.91 30 {{html clean="false"}}
Alex Cotiugă 12.16 31 <div class="row">
32 <div class="xform col-xs-7">
Alex Cotiugă 13.41 33 <form id="contactForm">
Alex Cotiugă 12.13 34 <dl>
Alex Cotiugă 13.14 35 #foreach ($property in $xclass.properties)
Alex Cotiugă 13.47 36 #if ($property.name == 'hosting')
Alex Cotiugă 13.49 37 <hr>
Alex Cotiugă 13.57 38 <h3>Optional project details</h3>
Alex Cotiugă 13.56 39 <p>These details help us understand the scope and suggest practical next steps.</p>
Alex Cotiugă 13.47 40 #end
Alex Cotiugă 13.14 41 <dt #if (!$editing && $hasEdit)
42 class="editableProperty"
43 #set ($xobjectPropertyReference = $xobject.getPropertyReference($property.name))
44 data-property="$escapetool.xml($services.model.serialize($xobjectPropertyReference))"
45 data-property-type="object"#end>
46 ## This must match the id generated by the $doc.display() method below.
47 #set ($propertyId = "${xclass.name}_${xobject.number}_$property.name")
48 <label#if ($editing) for="$escapetool.xml($propertyId)"#end>
49 $escapetool.xml($property.translatedPrettyName)
50 </label>
51 ## Support for specifying a translation key as hint in the property definition.
52 <span class="xHint">$!escapetool.xml($services.localization.render($property.hint))</span>
53 </dt>
54 <dd>$doc.display($property.name, 'edit').replace('{{html clean="false" wiki="false"}}', '').replace("{{/html}}", '')</dd>
55 #end
56 #if (!$xclass.properties || $xclass.properties.size() == 0)
57 ## Keep the empty definition term in order to have valid HTML.
58 <dt></dt>
59 <dd>$escapetool.xml($services.localization.render('xclass.defaultObjectSheet.noProperties'))</dd>
60 #end
Alex Cotiugă 12.13 61 </dl>
Alex Cotiugă 13.44 62 <p>Your information will only be used to respond to this request.</p>
63 ##<p>Your information will only be used to respond to this request. See the Privacy Policy for details.</p>
Alex Cotiugă 13.84 64 <input id="contactSubmit" type="submit" class="btn btn-primary" value="Send my request">
Alex Cotiugă 12.13 65 </form>
Alex Cotiugă 13.104 66 {{/html}}
67 {{html clean="false" wiki="true"}}
Alex Cotiugă 13.107 68 <div class="reviewNotifications">
69 <div class="hidden reviewNotificationSuccess">
Alex Cotiugă 13.104 70
Alex Cotiugă 13.107 71 {{success}}reviewNotification{{/success}}
Alex Cotiugă 13.104 72
Alex Cotiugă 13.107 73 </div>
74 <div class="hidden reviewNotificationError">
Alex Cotiugă 13.104 75
Alex Cotiugă 13.107 76 {{error}}reviewNotification{{/error}}
Alex Cotiugă 13.104 77
Alex Cotiugă 13.107 78 </div>
Alex Cotiugă 13.104 79 </div>
Alex Cotiugă 13.107 80 {{/html}}
81 {{html clean="false"}}
Alex Cotiugă 12.13 82 </div>
Alex Cotiugă 12.16 83 <div class="col-xs-5">
Alex Cotiugă 12.21 84 <div class="widget">
Alex Cotiugă 12.35 85 <h4>$services.icon.renderHTML('check') How Agnease can help</h4>
Alex Cotiugă 12.21 86 <ul>
87 <li>XWiki upgrades and long-term maintenance</li>
Alex Cotiugă 13.46 88 <li>Knowledge bases, intranets, SOP and documentation workflows</li>
Alex Cotiugă 12.21 89 <li>Custom XWiki applications and integrations</li>
90 <li>LDAP, SSO, OIDC, SAML, and MFA setup</li>
91 <li>Migrations from SharePoint, Confluence, MediaWiki, or file-based documentation</li>
92 <li>Security-aware reviews and platform stabilization</li>
93 </ul>
94 </div>
95 <div class="widget">
Alex Cotiugă 12.37 96 <h4>$services.icon.renderHTML('right') What happens next?</h4>
Alex Cotiugă 12.21 97 <ol>
98 <li>Your request is reviewed.</li>
99 <li>You receive a reply with clarifying questions or suggested next steps.</li>
100 <li>If useful, we schedule a short call to discuss scope, timeline, and estimated effort.</li>
101 </ol>
102 </div>
Alex Cotiugă 12.14 103 </div>
Alex Cotiugă 13.13 104 </div>
Alex Cotiugă 4.4 105 {{/html}}
Alex Cotiugă 2.6 106 {{/velocity}}