... |
... |
@@ -2,12 +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"]]| |
9 |
|
-=== [$headline>$url] === |
|
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;" %) |
10 |
10 |
|
11 |
|
-**$description** |
12 |
|
-{{/velocity}} |
|
9 |
+=== [[$headline>>$url]] === |
13 |
13 |
|
|
11 |
+$!description |
|
12 |
+ |
|
13 |
+[[Read More>>$url]] |
|
14 |
+ |
|
15 |
+(%%) |
|
16 |
+ |
|
17 |
+<div class="alert alert-success">Incident added successfully to the page.</div> |
|
18 |
+{{/velocity}} |