0 Votes

Changes for page SubmitIncidentMacro

Last modified by Ryan C on 2025/06/08 05:22

From version 3.9
edited by Ryan C
on 2025/06/08 04:17
Change comment: There is no comment for this version
To version 3.17
edited by Ryan C
on 2025/06/08 04:42
Change comment: There is no comment for this version

Summary

Details

XWiki.WikiMacroClass[0]
Macro code
... ... @@ -1,16 +1,39 @@
1 +{{velocity}}
2 +## Just display formatted text, don't try to modify the page
1 1  #set($headline = "$!wikimacro.parameters.headline")
2 2  #set($url = "$!wikimacro.parameters.url")
3 3  #set($description = "$!wikimacro.parameters.description")
6 +#set($image = "$!wikimacro.parameters.image")
4 4  
5 -## Simple incident block in wiki syntax
6 -#set($content = "(% class=""incident-entry"" %)\n")
7 -#set($content = "$content=== [[$headline>>$url]] ===\n\n")
8 -#set($content = "$content$description\n\n[[Read More>>$url]]\n(%%)")
8 +## Display a nice preview with clean styling
9 +<div style="border:1px solid #ddd; border-radius:5px; margin:10px 0; padding:15px; background-color:#f9f9f9;">
10 + <h3 style="margin-top:0; color:#333;">Incident Preview</h3>
11 + <div style="display:flex; margin-bottom:15px;">
12 + <div style="width:200px; margin-right:15px;">
13 + #if($image && $image != "")
14 + <img src="$xwiki.getAttachmentURL($image)" width="200" style="border:1px solid #ccc;"/>
15 + #else
16 + <div style="width:200px; height:150px; background:#eee; display:flex; align-items:center; justify-content:center; border:1px solid #ccc;">
17 + No image
18 + </div>
19 + #end
20 + </div>
21 + <div>
22 + <h3 style="margin-top:0;"><a href="$url">$headline</a></h3>
23 + <p>$description</p>
24 + <p><a href="$url">Read More</a></p>
25 + </div>
26 + </div>
9 9  
10 -## Append to document
11 -#set($currentDoc = $xwiki.getDocument($doc.fullName))
12 -#set($currentContent = $currentDoc.getContent())
13 -$currentDoc.setContent("$currentContent\n\n$content")
14 -$currentDoc.save()
28 + <div style="margin-top:20px; background-color:#f0f0f0; padding:15px; border:1px solid #ddd; border-radius:4px;">
29 + <h4 style="margin-top:0;">Wiki Syntax (Copy this to your page)</h4>
30 + <textarea style="width:100%; height:150px; font-family:monospace; padding:10px;">(% style="margin-bottom:20px; width:100%" %)
31 +|#if($image && $image != "")[[image:$image||data-xwiki-image-style="thumbnail-clickable" style="border:1px solid #ccc" width="200"]]#{else}No image provided.#{end}|
15 15  
16 -<div class="alert alert-success">Incident added successfully.</div>
33 +=== [[$headline>>$url]] ===
34 +
35 +$description
36 +[[Read More>>$url]]</textarea>
37 + </div>
38 +</div>
39 +{{/velocity}}
Macro content type
... ... @@ -1,1 +1,1 @@
1 -Wiki
1 +Unknown
XWiki.WikiMacroParameterClass[0]
Parameter advanced
... ... @@ -1,1 +1,0 @@
1 -No
Parameter feature mandatory.
... ... @@ -1,1 +1,0 @@
1 -No
Parameter hidden
... ... @@ -1,1 +1,0 @@
1 -No
Parameter type
... ... @@ -1,0 +1,1 @@
1 +Unknown
XWiki.WikiMacroParameterClass[1]
Parameter advanced
... ... @@ -1,1 +1,0 @@
1 -No
Parameter feature mandatory.
... ... @@ -1,1 +1,0 @@
1 -No
Parameter hidden
... ... @@ -1,1 +1,0 @@
1 -No
Parameter type
... ... @@ -1,0 +1,1 @@
1 +Unknown
XWiki.WikiMacroParameterClass[3]
Parameter deprecated
... ... @@ -1,0 +1,1 @@
1 +No
XWiki.WikiMacroParameterClass[4]
Parameter description
... ... @@ -1,0 +1,1 @@
1 +Upload or select an image to display with the incident (e.g. myimage.jpg)
Parameter mandatory
... ... @@ -1,0 +1,1 @@
1 +No
Parameter name
... ... @@ -1,0 +1,1 @@
1 +image
Parameter type
... ... @@ -1,0 +1,1 @@
1 +Unknown