mirror of http://localhost:9400/cloud/cms
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
346 B
HTML
8 lines
346 B
HTML
<div class="border border-round dialog-title">
|
|
<div class="bold">{{title}}</div>
|
|
<div class="active" align="center" onclick="$('.jxmodal').slideUp( function(){$('.jxmodal').remove()})"><i class="fa-solid fa-times"></i></div>
|
|
</div>
|
|
<br>
|
|
<div style="padding:10px; max-height:700px; overflow: hidden;overflow-y: auto;">{{html|safe}}</div>
|
|
|