mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@291 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3eefc07577
commit
5b99985858
10 changed files with 110 additions and 8 deletions
4
common/tpl/css/popup.css
Normal file
4
common/tpl/css/popup.css
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
body {
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
}
|
||||
BIN
common/tpl/images/blank.gif
Normal file
BIN
common/tpl/images/blank.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 B |
18
common/tpl/popup_layout.html
Normal file
18
common/tpl/popup_layout.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!--%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")-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue