mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
서버와 통신중이라는 대기 메세지를 html이 아닌 javascript의 변수화 한후 필요할때마다 사용하도록 변경
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1980 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
be02d7688e
commit
68f7f1a30f
2 changed files with 4 additions and 1 deletions
|
|
@ -23,6 +23,7 @@
|
|||
var current_url = "{$current_url}";
|
||||
var request_uri = "{$request_uri}";
|
||||
var current_mid = "{$mid}";
|
||||
var wating_message = "{$lang->msg_call_server}";
|
||||
//]]></script>
|
||||
|
||||
{Context::getHtmlHeader()}
|
||||
|
|
@ -33,7 +34,7 @@
|
|||
|
||||
{Context::getHtmlFooter()}
|
||||
|
||||
<div id="waitingforserverresponse" style="visibility:hidden">{$lang->msg_call_server}</div>
|
||||
<div id="waitingforserverresponse" style="visibility:hidden"></div>
|
||||
<div id="fororiginalimagearea" style="visibility:hidden">
|
||||
<div id="fororiginalimageareabg">
|
||||
<img src="./images/blank.gif" alt="original image" border="0" id="fororiginalimage" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue