rhymix/common/tpl/popup_layout.html

18 lines
769 B
HTML

<!--%import("css/popup.css")-->
<!--#include("./common/tpl/common_header.html")-->
<div style="position:absolute;left:0px;top:0px;" id="popup_content">
{$content}
<div style="position:absolute;left:0px;top:0px;width:100%;height:1px;" id="ruler_box_1">
<img src="./images/blank.gif" width="100%" height="1" border="0" alt="for_resize_popup_window" id="resize_ruler_1" />
</div>
<div style="position:absolute;left:0px;top:0px;height:100%;width:1px;" id="ruler_box_2">
<img src="./images/blank.gif" width="1" height="100%" border="0" alt="for_resize_popup_window" id="resize_ruler_2" />
</div>
</div>
<script type="text/javascript">
xAddEventListener(window, 'load', setFixedPopupSize);
</script>
<!--#include("./common/tpl/common_footer.html")-->