Changes for page VelocityMacros
Last modified by Leon Poon on 2019/06/16 22:47
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -5,7 +5,7 @@ 5 5 6 6 #macro (helpActionCard $data) 7 7 <div class="well"> 8 - <h 2>$escapetool.xml($data.title)</h2>8 + <h3>$escapetool.xml($data.title)</h3> 9 9 <div class="row"> 10 10 <div class="col-xs-12 col-md-7"> 11 11 <p>$data.description</p> ... ... @@ -41,7 +41,7 @@ 41 41 <button type="button" class="close" data-dismiss="modal" aria-label="Close"> 42 42 <span aria-hidden="true">×</span> 43 43 </button> 44 - < spanclass="modal-title" id="${id}ModalLabel">$!escapetool.xml($title)</span>44 + <h4 class="modal-title" id="${id}ModalLabel">$!escapetool.xml($title)</h4> 45 45 </div> 46 46 <div class="modal-body"> 47 47 <video controls autoplay> ... ... @@ -97,7 +97,7 @@ 97 97 #set ($url = $documentationURL) 98 98 #end 99 99 <div class="well"> 100 - < div>100 + <h6> 101 101 <a href="$!url"> 102 102 #if ($data.icon) 103 103 <span class="icon $data.icon"></span> ... ... @@ -104,7 +104,7 @@ 104 104 #end 105 105 $escapetool.xml($data.title) 106 106 </a> 107 - </ div>107 + </h6> 108 108 #if ($data.description) 109 109 <p class="noitems"> 110 110 $data.description