Wiki source code of Get in Touch About Your XWiki Project
Version 13.158 by Alex Cotiugă on 2026/05/02 09:06
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
13.108 | 1 | {{velocity wiki="false"}} |
| 2 | #if ($xcontext.action == 'get') | ||
| 3 | #set ($message = '') | ||
| |
13.157 | 4 | #set ($now = $datetool.get('yyyyMMddHHmm')) |
| |
13.156 | 5 | #set ($random = $mathtool.random(100000, 999999)) |
| |
13.158 | 6 | #set ($uniqueName = "ContactRequest-${now}-${random}") |
| |
13.156 | 7 | #set ($contactFormEntryDoc = $xwiki.getDocument('ContactRequests.' + $uniqueName)) |
| |
13.108 | 8 | #set ($statusCode = 200) |
| |
13.154 | 9 | #set ($message = "$contactFormEntryDoc") |
| |
13.150 | 10 | |
| 11 | #foreach ($parameterName in $request.parameterNames) | ||
| 12 | #set ($message = "$message $parameterName") | ||
| 13 | #end | ||
| |
13.108 | 14 | |
| |
13.150 | 15 | ##set ($statusCode = 400) |
| 16 | ##set ($message = 'error') | ||
| |
13.108 | 17 | |
| 18 | #set ($discard = $response.setStatus($statusCode)) | ||
| |
13.151 | 19 | #jsonResponse({'message': $message}) |
| |
13.108 | 20 | #end |
| 21 | {{/velocity}} | ||
| 22 | |||
| |
2.6 | 23 | {{velocity}} |
| |
13.3 | 24 | #set ($discard = $xwiki.ssx.use('contact.WebHome')) |
| |
4.6 | 25 | #set ($xobject = $doc.getObject('Agnease.Code.ContactForm.ContactFormClass')) |
| |
4.2 | 26 | #set ($xclass = $xobject.xWikiClass) |
| |
4.10 | 27 | #set ($editing = true) |
| |
13.32 | 28 | = Tell Us More About Your Project = |
| |
13.45 | 29 | You do not need to have a full specification. A short description is enough to start the conversation. |
| |
13.91 | 30 | {{html clean="false"}} |
| |
12.16 | 31 | <div class="row"> |
| 32 | <div class="xform col-xs-7"> | ||
| |
13.41 | 33 | <form id="contactForm"> |
| |
12.13 | 34 | <dl> |
| |
13.14 | 35 | #foreach ($property in $xclass.properties) |
| |
13.47 | 36 | #if ($property.name == 'hosting') |
| |
13.49 | 37 | <hr> |
| |
13.57 | 38 | <h3>Optional project details</h3> |
| |
13.56 | 39 | <p>These details help us understand the scope and suggest practical next steps.</p> |
| |
13.47 | 40 | #end |
| |
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 | ||
| |
12.13 | 61 | </dl> |
| |
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> | ||
| |
13.84 | 64 | <input id="contactSubmit" type="submit" class="btn btn-primary" value="Send my request"> |
| |
12.13 | 65 | </form> |
| |
13.104 | 66 | {{/html}} |
| 67 | {{html clean="false" wiki="true"}} | ||
| |
13.107 | 68 | <div class="reviewNotifications"> |
| 69 | <div class="hidden reviewNotificationSuccess"> | ||
| |
13.104 | 70 | |
| |
13.107 | 71 | {{success}}reviewNotification{{/success}} |
| |
13.104 | 72 | |
| |
13.107 | 73 | </div> |
| 74 | <div class="hidden reviewNotificationError"> | ||
| |
13.104 | 75 | |
| |
13.107 | 76 | {{error}}reviewNotification{{/error}} |
| |
13.104 | 77 | |
| |
13.107 | 78 | </div> |
| |
13.104 | 79 | </div> |
| |
13.107 | 80 | {{/html}} |
| 81 | {{html clean="false"}} | ||
| |
12.13 | 82 | </div> |
| |
12.16 | 83 | <div class="col-xs-5"> |
| |
12.21 | 84 | <div class="widget"> |
| |
12.35 | 85 | <h4>$services.icon.renderHTML('check') How Agnease can help</h4> |
| |
12.21 | 86 | <ul> |
| 87 | <li>XWiki upgrades and long-term maintenance</li> | ||
| |
13.46 | 88 | <li>Knowledge bases, intranets, SOP and documentation workflows</li> |
| |
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"> | ||
| |
12.37 | 96 | <h4>$services.icon.renderHTML('right') What happens next?</h4> |
| |
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> | ||
| |
12.14 | 103 | </div> |
| |
13.13 | 104 | </div> |
| |
4.4 | 105 | {{/html}} |
| |
2.6 | 106 | {{/velocity}} |