mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
11 lines
283 B
HTML
11 lines
283 B
HTML
<load target="../../modules/admin/tpl/css/admin.bootstrap.css" />
|
|
<load target="../../modules/admin/tpl/css/admin.css" />
|
|
<div class="x popup">
|
|
{$content|noescape}
|
|
</div>
|
|
<script>
|
|
jQuery(function() {
|
|
setTimeout(setFixedPopupSize, 500);
|
|
});
|
|
var _isPoped = true;
|
|
</script>
|