mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@644 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6a0ed60358
commit
d35d6190ec
3 changed files with 14 additions and 1 deletions
|
|
@ -28,6 +28,16 @@
|
|||
overflow:hidden;
|
||||
}
|
||||
|
||||
#closeOriginalImageBtn {
|
||||
position:absolute;
|
||||
right:10px;
|
||||
top:10px;
|
||||
cursor:pointer;
|
||||
width:60px;
|
||||
height:20px;
|
||||
border:1px solid #FFFFFF;
|
||||
}
|
||||
|
||||
FORM {
|
||||
display:inline;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
{Context::getHtmlFooter()}
|
||||
<div id="waitingforserverresponse">{$lang->msg_call_server}</div>
|
||||
<div id="fororiginalimagearea"><img src="./images/blank.gif" alt="original image" border="0" id="fororiginalimage" /></div>
|
||||
<div id="fororiginalimagearea">
|
||||
<img src="./images/original_image_box_close.gif" alt="close original image" border="0" onclick="closeOriginalImage()" id="closeOriginalImageBtn"/>
|
||||
<img src="./images/blank.gif" alt="original image" border="0" id="fororiginalimage" />
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
BIN
common/tpl/images/original_image_box_close.gif
Normal file
BIN
common/tpl/images/original_image_box_close.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 779 B |
Loading…
Add table
Add a link
Reference in a new issue