... |
... |
@@ -2,14 +2,17 @@ |
2 |
2 |
#set($headline = "$!wikimacro.parameters.headline") |
3 |
3 |
#set($url = "$!wikimacro.parameters.url") |
4 |
4 |
#set($description = "$!wikimacro.parameters.description") |
5 |
|
-#set($image = "$!wikimacro.parameters.image") |
6 |
6 |
|
7 |
|
-(% style="margin-bottom:20px; width:100%" %) |
8 |
|
-|[[image:$image||alt="image" data-xwiki-image-style="thumbnail-clickable" style="border:1px solid #cccccc" width="200"]]| |
|
6 |
+## Format in wiki syntax with proper incident block |
|
7 |
+(% class="incident-block" style="border:1px solid #eee; padding:10px; margin:10px 0; border-radius:5px;" %) |
|
8 |
+ |
9 |
9 |
=== [[$headline>>$url]] === |
10 |
10 |
|
11 |
|
-$description |
|
11 |
+$!description |
12 |
12 |
|
13 |
13 |
[[Read More>>$url]] |
14 |
|
-{{/velocity}} |
15 |
15 |
|
|
15 |
+(%%) |
|
16 |
+ |
|
17 |
+<div class="alert alert-success">Incident added successfully to the page.</div> |
|
18 |
+{{/velocity}} |