mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 02:10:02 +09:00
11 lines
280 B
HTML
11 lines
280 B
HTML
<!--%import("css/popup.css")-->
|
|
|
|
<!--#include("./common/tpl/common_header.html")-->
|
|
<div id="popup_content">
|
|
{$content}
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
xAddEventListener(window, 'load', setFixedPopupSize);
|
|
</script>
|
|
<!--#include("./common/tpl/common_footer.html")-->
|