亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? imageoptions.php

?? 類似youtube的視頻分享網站源碼。有后臺管理系統及模板
?? PHP
字號:
<?php
include_once ('./config.php');
include_once('./editor_functions.php');
include_once ('./includes/common.php');
include_once ('./lang/'.$lang_include);
if (isset ($_REQUEST['return_function'])) {
	if (wp_return_function_ok($_REQUEST['return_function'])) {
		$return_function = $_REQUEST['return_function'];
	} else {
		$return_function = '';
	}
} else {
	$return_function = '';
}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title><?php echo $lang['titles']['imageoptions']; ?></title>
<link rel="stylesheet" href="<?php echo WP_WEB_DIRECTORY; ?>dialoge_theme.css" type="text/css">
<style type="text/css">
p {
	margin:2px
}
</style>
<script language="JavaScript" type="text/javascript" src="<?php echo WP_WEB_DIRECTORY; ?>js/dialogEditorShared.js"></script>
<script language="JavaScript" type="text/javascript" src="<?php echo WP_WEB_DIRECTORY; ?>js/dialogShared.js"></script>
<script type="text/javascript">
<!--//
function insert_image() {
	parentWindow.<?php
	if (!empty($return_function)) {
		echo $return_function.'(';
	} else {
		echo 'wp_create_image_html(obj,';
	} ?>document.image_form.imagename.value, document.image_form.iwidth.value, document.image_form.iheight.value, document.image_form.ialign.value, document.image_form.alt.value, document.image_form.border.value, document.image_form.mtop.value + 'px ' + document.image_form.mright.value + 'px ' + document.image_form.mbottom.value + 'px ' + document.image_form.mleft.value + 'px ');
	top.window.close();
	return false;
}
function doConfirm(url,msg) {
        if (confirm(msg)){
           this.location.assign(url)
        }
}
function load_settings() {
	var align = '<?php echo stripslashes($_GET['align']); ?>'
	if (align != '') {
		document.image_form.ialign.value = align;
	}
	var img_url = '<?php echo stripslashes($_GET['image']); ?>'
	if (img_url != '') {
		document.getElementById('imagepreview').src = make_url_with_base (img_url);
	}
	updateStyle();
}
function changeSrc(url) {
	if (url =='') {
		url = parentWindow.wp_directory +'images/spacer.gif';
	}
	url = make_url_with_base (url);
	document.getElementById('imagepreview').src = url;
	document.getElementById('imagepreview').onLoad = resetDimensionsTimeout()
}
function sizeChange(dir) {
	var preview = document.getElementById('imagepreview')
	var width = document.image_form.iwidth.value
	var height = document.image_form.iheight.value
	if (width.search("%") != -1 || height.search("%") != -1 ) {
		if (width.search("%") != -1) {
			preview.style.width=width
		} else {
			preview.setAttribute('width', width)
			preview.style.width = '';
		}
		if (height.search("%") != -1) {
			preview.style.height = height
		} else {
			preview.setAttribute('height', height)
			preview.style.height = '';
		}
		return
	} else {
		preview.style.width = '';
		preview.style.height = '';
		if (dir == 'width') {
			var input = document.image_form.iwidth
			if (input.value!='') {
				preview.setAttribute('width', input.value)
				preview.removeAttribute('height')
				setTimeout("sizeChangeTimeout('width')", 200);
			} else { 
				preview.removeAttribute('width'); 
			}
		} else {
			var input = document.image_form.iheight
			if (input.value!='') {
				preview.setAttribute('height', input.value)
				preview.removeAttribute('width')
				setTimeout("sizeChangeTimeout('height')", 200);
			} else { 
				preview.removeAttribute('height'); 
			}
		}
	}
}
function sizeChangeTimeout(dir) {
	if (dir == 'width') {
		document.image_form.iheight.value = document.getElementById('imagepreview').height
	}
	if (dir == 'height') {
		document.image_form.iwidth.value = document.getElementById('imagepreview').width
	}
}
function resetDimensionsTimeout() {
	setTimeout("resetDimensions()", 200);
}
function resetDimensions() {
	document.getElementById('imagepreview').removeAttribute('width')
	document.getElementById('imagepreview').removeAttribute('height')
	document.image_form.iwidth.value = document.getElementById('imagepreview').width
	document.image_form.iheight.value = document.getElementById('imagepreview').height
}
function updateStyle() {

	document.getElementById('wrap').align = document.image_form.ialign.value;
	
	if (document.image_form.mtop.value == '') document.image_form.mtop.value = '0';
	if (document.image_form.mbottom.value == '') document.image_form.mbottom.value = '0';
	if (document.image_form.mleft.value == '') document.image_form.mleft.value = '0';
	if (document.image_form.mright.value == '') document.image_form.mright.value = '0';
	
	document.getElementById('wrap').style.marginTop = document.image_form.mtop.value
	document.getElementById('wrap').style.marginBottom = document.image_form.mbottom.value
	document.getElementById('wrap').style.marginLeft = document.image_form.mleft.value
	document.getElementById('wrap').style.marginRight = document.image_form.mright.value
	
	document.getElementById('imagepreview').alt = document.image_form.alt.value
}
//-->
</script>
</head>
<body scroll="no" bgcolor="threedface" onLoad="load_settings(); hideLoadMessage();">
<?php include('./includes/load_message.php'); ?>
<form name="image_form" id="image_form" style="display:inline" onSubmit="return insert_image()">
	<div class="dialog_content" align="center"> 
		<p>&nbsp;</p>
		<table border="0" cellpadding="1" cellspacing="3">
			<tr> 
				<td align="right" valign="top">
						<div id="preview" align="center" style="width:304px; height:192px; overflow:auto; background-color:#FFFFFF; padding:5px" class="previewWindow"><img id="imagepreview" src="<?php if (isset ($_GET['image']) ? $_GET['image'] : '') { echo stripslashes($_GET['image']); } else { echo 'images/spacer.gif'; } ?>"<?php if (isset ($_GET['width']) ? $_GET['width'] : '') echo ' width="'.$_GET['width'].'"'; ?><?php if (isset ($_GET['height']) ? $_GET['height'] : '') echo ' height="'.$_GET['height'].'"'; ?> border="<?php echo stripslashes($_GET['border']); ?>" title="<?php echo stripslashes($_GET['alt']); ?>" alt="<?php echo stripslashes($_GET['alt']); ?>"></div></td>
				<td valign="top">&nbsp;</td>
				<td rowspan="2" valign="top"><fieldset>
					<legend><?php echo $lang['positioning']; ?></legend>
					<table border="0" cellspacing="3" cellpadding="1">
						<tr> 
							<td><?php echo $lang['text_flow']; ?></td>
							<td><select name="ialign" id="ialign" class="seltext" onChange="updateStyle()">
									<option selected="selected" value=""><?php echo $lang['default']; ?></option>
									<option value="absmiddle"><?php echo $lang['absmiddle']; ?></option>
									<option value="middle"><?php echo $lang['middle']; ?></option>
									<option value="bottom"><?php echo $lang['bottom']; ?></option>
									<option value="top"><?php echo $lang['top']; ?></option>
									<option value="left"><?php echo $lang['left']; ?></option>
									<option value="right"><?php echo $lang['right']; ?></option>
									<option value="baseline"><?php echo $lang['base_line']; ?></option>
									<option value="texttop"><?php echo $lang['texttop']; ?></option>
									<option value="absbottom"><?php echo $lang['absbottom']; ?></option>
								</select></td>
						</tr>
						<tr> 
							<td colspan="2">&nbsp;</td>
						</tr>
						<tr> 
							<td colspan="2"><?php echo $lang['distance_to_surrounding_text']; ?></td>
						</tr>
						<tr> 
							<td> <?php echo $lang['top2']; ?> </td>
							<td> <input type="text" name="mtop" id="mtop" size="4" value="<?php echo str_replace('px', '', $_GET['mtop']); ?>" onChange="updateStyle()"> 
								<?php echo $lang['pixels']; ?> </td>
						</tr>
						<tr> 
							<td><?php echo $lang['bottom2']; ?></td>
							<td><input type="text" name="mbottom" id="mbottom" size="4" value="<?php echo str_replace('px', '', $_GET['mbottom']); ?>" onChange="updateStyle()"> 
								<?php echo $lang['pixels']; ?> </td>
						</tr>
						<tr> 
							<td> <?php echo $lang['left2']; ?> </td>
							<td> <input type="text" name="mleft" id="mleft" size="4" value="<?php echo str_replace('px', '', $_GET['mleft']); ?>" onChange="updateStyle()"> 
								<?php echo $lang['pixels']; ?> </td>
						</tr>
						<tr> 
							<td><?php echo $lang['right2']; ?></td>
							<td><input type="text" name="mright" id="mright" size="4" value="<?php echo str_replace('px', '', $_GET['mright']); ?>" onChange="updateStyle()"> 
								<?php echo $lang['pixels']; ?> </td>
						</tr>
						<tr> 
							<td colspan="2">&nbsp;</td>
						</tr>
						<tr> 
							<td colspan="2"><?php echo $lang['positioning_preview']; ?> <div id="stylepreview" style="padding:10px; width:340px; height:128px; overflow:hidden; background-color:#FFFFFF; font-size:8px" class="previewWindow"> 
									<p><img id="wrap" src="<?php echo WP_WEB_DIRECTORY; ?>images/wrap_preview.gif" width="48" height="48" align="" alt="">Lorem 
										ipsum, Dolor sit amet, consectetuer adipiscing loreum ipsum 
										edipiscing elit, sed diam nonummy nibh euismod tincidunt ut 
										laoreet dolore magna aliquam erat volutpat.Loreum ipsum edipiscing 
										elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore 
										magna aliquam erat volutpat. Ut wisi enim ad minim veniam, 
										quis nostrud exercitation ullamcorper suscipit. Lorem ipsum, 
										Dolor sit amet, consectetuer adipiscing loreum ipsum edipiscing 
										elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore 
										magna aliquam erat volutpat.</p>
									<p>Lorem ipsum, Dolor sit amet, consectetuer adipiscing loreum 
										ipsum edipiscing elit, sed diam nonummy nibh euismod tincidunt 
										ut laoreet dolore magna aliquam erat volutpat.Loreum ipsum 
										edipiscing elit, sed diam nonummy nibh euismod tincidunt ut 
										laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad 
										minim veniam, quis nostrud exercitation ullamcorper suscipit. 
										Lorem ipsum, Dolor sit amet, consectetuer adipiscing loreum 
										ipsum edipiscing elit, sed diam nonummy nibh euismod tincidunt 
										ut laoreet dolore magna aliquam erat volutpat.</p>
								</div></td>
						</tr>
					</table>
					</fieldset></td>
			</tr>
			<tr> 
				<td align="right" valign="top"><fieldset>
					<legend><?php echo $lang['image_information']; ?></legend>
					<table width="100%" border="0" cellspacing="3" cellpadding="1">
						<tr> 
							<td><span title="You can type an address to an external image here if you wish."><?php echo $lang['source']; ?></span></td>
							<td width="100%" colspan="2"><input style="width:200px" type="text" name="imagename" id="imagename" value="<?php if ($_GET['image'] != 'null') echo stripslashes($_GET['image']); ?>" size="34" onChange="changeSrc(this.value);" title="<?php echo $lang['type_image_address']; ?>"> 
							</td>
						</tr>
						<tr> 
							<td><?php echo $lang['border']; ?></td>
							<td colspan="2"><input type="text" name="border" id="border" value="<?php if ($_GET['border'] != 'null') echo stripslashes($_GET['border']); ?>" size="4" onChange="document.getElementById('imagepreview').border = this.value;"></td>
						</tr>
						<tr> 
							<td><?php echo $lang['width']; ?></td>
							<td><input type="text" name="iwidth" id="iwidth" size="4" value="<?php if ($_GET['width'] != 'null') echo stripslashes($_GET['width']); ?>" onChange="sizeChange('width')">
							</td>
							<td rowspan="2"><img src="<?php echo WP_WEB_DIRECTORY; ?>images/brackets.gif" width="11" height="39" align="absmiddle" alt="">&nbsp;&nbsp;<a id="reset" href="javascript:resetDimensions()" onMouseUp="this.blur()"><?php echo $lang['reset_dimensions']; ?></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
						</tr>
						<tr> 
							<td><?php echo $lang['height']; ?></td>
							<td><input type="text" name="iheight" id="iheight" size="4" value="<?php if ($_GET['height'] != 'null') echo stripslashes($_GET['height']); ?>" onChange="sizeChange('height')"></td>
						</tr>
						<tr> 
							<td height="24"><?php echo $lang['title']; ?></td>
							<td colspan="2"> <input style="width:200px" type="text" name="alt" id="alt" value="<?php if ($_GET['alt'] != 'null') echo stripslashes($_GET['alt']); ?>" size="34" onChange="document.getElementById('imagepreview').alt = this.value;document.getElementById('imagepreview').title = this.value;" title="<?php echo $lang['creates_popup_message']; ?>"> 
							</td>
						</tr>
					</table>
					</fieldset></td>
				<td align="right" valign="top">&nbsp;</td>
			</tr>
			<tr> 
				<td colspan="3" align="right" valign="top">&nbsp;</td>
			</tr>
			<tr> 
				<td colspan="3" align="right" valign="top"><div align="center"> 
						<button type="submit"><?php echo $lang['ok']; ?></button>
						&nbsp; 
						<button type="button" onClick="top.window.close();"><?php echo $lang['cancel']; ?></button>
						<script language="JavaScript" type="text/javascript">
				<!--// 
					if (obj.imagewindow != 'imageoptions.php') {
						document.writeln("<a href=\"<?php echo WP_WEB_DIRECTORY; ?>image.php?instance_img_dir="+obj.instance_img_dir+"&lang="+obj.instance_lang +"&return_function=<?php echo $return_function; ?>\"><?php echo $lang['choose_different_image']; ?></a>");
					}
				//-->
				</script></div></td>
			</tr>
		</table>
	</div>
</form>
</body>
</html>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久97超碰色| 欧美视频完全免费看| 日韩欧美在线观看一区二区三区| 亚洲国产成人高清精品| 欧美一级淫片007| 国产91精品露脸国语对白| 一区二区在线观看视频在线观看| a在线欧美一区| 欧美国产激情一区二区三区蜜月| 色婷婷久久一区二区三区麻豆| 日本欧美一区二区在线观看| 久久亚洲综合色一区二区三区| 不卡欧美aaaaa| 久久国产福利国产秒拍| 中文字幕一区二区三区av| 欧美精选在线播放| 99在线精品一区二区三区| 成人高清免费观看| 91在线无精精品入口| 老司机精品视频在线| 国产一区二区在线看| 亚洲电影一区二区三区| 精品久久久久久无| 欧美三级日韩在线| 91丨九色丨国产丨porny| 伦理电影国产精品| 懂色av一区二区夜夜嗨| 91国产免费观看| eeuss国产一区二区三区| 欧美性受xxxx黑人xyx| 欧美精品高清视频| 国产欧美日韩久久| 精品少妇一区二区三区视频免付费| 2024国产精品| 亚洲精品少妇30p| 久久www免费人成看片高清| 老司机午夜精品| 不卡视频免费播放| 国产一区日韩二区欧美三区| 91麻豆国产精品久久| 在线观看日韩高清av| 香港成人在线视频| 免费观看30秒视频久久| 中文字幕欧美日韩一区| 亚洲美女免费在线| 91精品国产手机| 欧美va亚洲va国产综合| 国产日韩亚洲欧美综合| 一区二区三区在线观看欧美 | 亚洲精品少妇30p| 亚洲444eee在线观看| 美女www一区二区| 国产精品三级在线观看| 91丨porny丨国产入口| 欧美日韩日日摸| 欧美成人精品高清在线播放| 国产欧美日韩卡一| 天天综合网 天天综合色| 日韩一级大片在线观看| 国产亚洲福利社区一区| 国产午夜精品久久久久久久| 亚洲欧洲无码一区二区三区| 午夜欧美2019年伦理| 国产成人自拍高清视频在线免费播放| 日韩精品亚洲一区| 国产精品成人免费| 青草av.久久免费一区| youjizz久久| 宅男在线国产精品| 欧美日韩一区视频| 国产女人18毛片水真多成人如厕 | 午夜成人免费视频| 国内一区二区在线| 视频在线观看91| 成人av影视在线观看| 在线观看91精品国产麻豆| 亚洲国产精品成人综合| 麻豆一区二区在线| 欧美女孩性生活视频| 亚洲毛片av在线| 午夜久久久影院| 99re这里都是精品| 亚洲一区电影777| 日韩一区二区三区在线观看| 久久久亚洲综合| 久久嫩草精品久久久久| 亚洲国产精品av| 久久精品99国产国产精| 欧美日韩国产系列| 亚洲成人av在线电影| 欧洲国产伦久久久久久久| 国产精品污网站| 成人在线视频首页| 国产日韩在线不卡| 国产91对白在线观看九色| 久久色.com| 成人性生交大片免费看中文网站| 欧美在线免费视屏| 亚洲精品久久久蜜桃| 欧美日韩国产首页| 日本怡春院一区二区| 91精品国产综合久久久久久久| 亚洲成人免费视频| 日韩三级免费观看| 国内精品久久久久影院色| 欧美国产激情一区二区三区蜜月| 成人国产一区二区三区精品| 国产精品色在线| 色综合欧美在线视频区| 中文字幕中文字幕在线一区| 成人激情免费电影网址| 国产精品毛片无遮挡高清| 欧美精品一卡两卡| 久久99在线观看| 国产精品欧美久久久久无广告| 成人国产精品免费观看视频| 中文字幕亚洲综合久久菠萝蜜| 欧美在线看片a免费观看| 天天色天天爱天天射综合| 26uuu亚洲综合色| 丁香另类激情小说| 亚洲午夜电影在线| 精品久久一区二区| a在线播放不卡| 美日韩一区二区| 国产精品电影一区二区三区| 欧美视频三区在线播放| 国产乱码字幕精品高清av| 亚洲欧美一区二区三区久本道91 | 成人国产一区二区三区精品| 亚洲一区二区三区免费视频| 日韩精品一区二| 99re视频精品| 久久99国产精品尤物| 中文字幕中文字幕在线一区| 欧美丝袜自拍制服另类| 国产精品一区二区免费不卡 | 国产精品538一区二区在线| 亚洲另类在线制服丝袜| 26uuu亚洲综合色欧美| 色综合久久中文综合久久97| 另类中文字幕网| 亚洲无人区一区| 国产精品对白交换视频| 久久夜色精品一区| 3d动漫精品啪啪1区2区免费 | 欧美激情在线一区二区| 666欧美在线视频| 成人av手机在线观看| 另类小说综合欧美亚洲| 欧美国产激情一区二区三区蜜月| 在线综合视频播放| 在线一区二区三区做爰视频网站| 国产aⅴ精品一区二区三区色成熟| 秋霞午夜av一区二区三区| 亚洲美女少妇撒尿| 国产精品美女一区二区在线观看| 欧美大片在线观看| 4438x亚洲最大成人网| 欧美中文字幕一区| 欧美亚洲国产一区二区三区va | 国产午夜精品一区二区三区四区| 777欧美精品| www.成人网.com| 波多野结衣在线aⅴ中文字幕不卡| 国产精品夜夜爽| 国产传媒久久文化传媒| 国产一区二区在线观看免费| 久久99精品一区二区三区| 日本成人超碰在线观看| 天堂资源在线中文精品| 亚洲一二三区在线观看| 一区二区三区在线播| 亚洲欧美日韩一区二区| 国产精品麻豆欧美日韩ww| 国产精品久久久久久久第一福利| 久久婷婷国产综合精品青草| 国产日韩综合av| 中文字幕一区在线观看| 亚洲欧美国产高清| 玉足女爽爽91| 日韩高清中文字幕一区| 一区二区视频在线看| 亚洲成人av中文| 麻豆国产精品一区二区三区| 久久国产精品第一页| 国产精品亚洲专一区二区三区 | 久久久久久久国产精品影院| 久久综合九色综合欧美就去吻| 久久久亚洲高清| 中文字幕精品在线不卡| 一区二区三区在线免费视频| 天堂影院一区二区| 国产乱子轮精品视频| 成人av小说网| 91蝌蚪porny成人天涯| 欧美精品视频www在线观看| 日韩欧美一区中文| 中文字幕久久午夜不卡| 亚洲精品第1页|