mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 11:49:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@534 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
512228ffe7
commit
bbacc9773f
6 changed files with 9 additions and 53 deletions
|
|
@ -31,6 +31,7 @@ img.color_icon_over {
|
|||
font-size:8pt;
|
||||
clear:both;
|
||||
text-align:center;
|
||||
background-color:#EEEEEE;
|
||||
}
|
||||
|
||||
.popup_input {
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ img.color_icon_over {
|
|||
font-size:8pt;
|
||||
clear:both;
|
||||
text-align:center;
|
||||
background-color:#EEEEEE;
|
||||
}
|
||||
|
||||
.popup_input {
|
||||
|
|
|
|||
|
|
@ -40,6 +40,9 @@
|
|||
clear:both;
|
||||
text-align:center;
|
||||
margin:5px;
|
||||
background-color:#EEEEEE;
|
||||
height:30px;
|
||||
padding-top:3px;
|
||||
}
|
||||
|
||||
.editor_button {
|
||||
|
|
|
|||
|
|
@ -1,53 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<title>add Multimedia</title>
|
||||
<link rel='stylesheet' href='../css/editor.css' type='text/css' />
|
||||
<script type='text/javascript' src='../../common/js/x.js'></script>
|
||||
<script type='text/javascript' src='../../common/js/common.js'></script>
|
||||
<script type='text/javascript' src='../js/editor.js'></script>
|
||||
<script type='text/javascript'>
|
||||
function insertMultimedia() {
|
||||
if(typeof(opener)=='undefined') return;
|
||||
|
||||
var fo_obj = xGetElementById("fo_multimedia");
|
||||
var url = fo_obj.url.value;
|
||||
var width = fo_obj.width.value;
|
||||
var height = fo_obj.height.value;
|
||||
if(!width) width = 540;
|
||||
if(!height) height = 400;
|
||||
if(url) opener.emoticonInsertMultimedia(url, width, height);
|
||||
opener.focus();
|
||||
self.close();
|
||||
}
|
||||
xAddEventListener(window, 'load', setFixedPopupSize);
|
||||
</script>
|
||||
</head>
|
||||
<body class="editor_pop_body">
|
||||
<form id="fo_multimedia" action='./' method='post' onSubmit="return false" style="display:inline">
|
||||
<div id='zone_AddUrl' class="editor_window">
|
||||
<table width="400" border="0" cellspacing="1" cellpadding="0">
|
||||
<col width="50" />
|
||||
<col width="*" />
|
||||
<tr>
|
||||
<td class="editor_field">url</td>
|
||||
<td><input type='text' name='url' class="editor_input" value=''/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="editor_field">width</td>
|
||||
<td><input type='text' name='width' style="width:100px" class="editor_input" value='540'/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="editor_field">height</td>
|
||||
<td><input type='text' name='height' style="width:100px" class="editor_input" value='400'/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><input type='button' class="editor_submit" value='Insert' onClick='insertMultimedia()' /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -41,6 +41,9 @@
|
|||
clear:both;
|
||||
text-align:center;
|
||||
margin:5px;
|
||||
height:25px;
|
||||
padding-top:3px;
|
||||
background-color:#EEEEEE;
|
||||
}
|
||||
|
||||
.editor_button {
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@
|
|||
|
||||
.editor_button_area {
|
||||
clear:both;
|
||||
width:100%;
|
||||
text-align:center;
|
||||
background-color:#EEEEEE;
|
||||
padding-top:5px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue