mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-19 06:23:12 +01:00
143 lines
5.3 KiB
HTML
143 lines
5.3 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||
|
<!--
|
||
|
* FCKeditor - The text editor for internet
|
||
|
* Copyright (C) 2003-2006 Frederico Caldeira Knabben
|
||
|
*
|
||
|
* Licensed under the terms of the GNU Lesser General Public License:
|
||
|
* http://www.opensource.org/licenses/lgpl-license.php
|
||
|
*
|
||
|
* For further information visit:
|
||
|
* http://www.fckeditor.net/
|
||
|
*
|
||
|
* "Support Open Source software. What about a donation today?"
|
||
|
*
|
||
|
* File Name: fck_flash.html
|
||
|
* Flash Properties dialog window.
|
||
|
*
|
||
|
* File Authors:
|
||
|
* Frederico Caldeira Knabben (fredck@fckeditor.net)
|
||
|
-->
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Flash Properties</title>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<meta content="noindex, nofollow" name="robots">
|
||
|
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
|
||
|
<script src="fck_flash/fck_flash.js" type="text/javascript"></script>
|
||
|
<link href="common/fck_dialog_common.css" type="text/css" rel="stylesheet">
|
||
|
</head>
|
||
|
<body scroll="no" style="OVERFLOW: hidden">
|
||
|
<div id="divInfo">
|
||
|
<table cellSpacing="1" cellPadding="1" width="100%" border="0">
|
||
|
<tr>
|
||
|
<td>
|
||
|
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
|
||
|
<tr>
|
||
|
<td width="100%"><span fckLang="DlgImgURL">URL</span>
|
||
|
</td>
|
||
|
<td id="tdBrowse" style="DISPLAY: none" noWrap rowSpan="2"> <input id="btnBrowse" onclick="BrowseServer();" type="button" value="Browse Server" fckLang="DlgBtnBrowseServer">
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td vAlign="top"><input id="txtUrl" onblur="UpdatePreview();" style="WIDTH: 100%" type="text">
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<TR>
|
||
|
<TD>
|
||
|
<table cellSpacing="0" cellPadding="0" border="0">
|
||
|
<TR>
|
||
|
<TD nowrap>
|
||
|
<span fckLang="DlgImgWidth">Width</span><br>
|
||
|
<input id="txtWidth" class="FCK__FieldNumeric" type="text" size="3">
|
||
|
</TD>
|
||
|
<TD> </TD>
|
||
|
<TD>
|
||
|
<span fckLang="DlgImgHeight">Height</span><br>
|
||
|
<input id="txtHeight" class="FCK__FieldNumeric" type="text" size="3">
|
||
|
</TD>
|
||
|
</TR>
|
||
|
</table>
|
||
|
</TD>
|
||
|
</TR>
|
||
|
<tr>
|
||
|
<td vAlign="top">
|
||
|
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
|
||
|
<tr>
|
||
|
<td valign="top" width="100%">
|
||
|
<table cellSpacing="0" cellPadding="0" width="100%">
|
||
|
<tr>
|
||
|
<td><span fckLang="DlgImgPreview">Preview</span></td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td id="ePreviewCell" valign="top" class="FlashPreviewArea"><iframe src="fck_flash/fck_flash_preview.html" frameborder="0" marginheight="0" marginwidth="0"></iframe></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
<div id="divUpload" style="DISPLAY: none">
|
||
|
<form id="frmUpload" method="post" target="UploadWindow" enctype="multipart/form-data" action="" onsubmit="return CheckUpload();">
|
||
|
<span fckLang="DlgLnkUpload">Upload</span><br />
|
||
|
<input id="txtUploadFile" style="WIDTH: 100%" type="file" size="40" name="NewFile" /><br />
|
||
|
<br />
|
||
|
<input id="btnUpload" type="submit" value="Send it to the Server" fckLang="DlgLnkBtnUpload" />
|
||
|
<iframe name="UploadWindow" style="DISPLAY: none" src="../fckblank.html"></iframe>
|
||
|
</form>
|
||
|
</div>
|
||
|
<div id="divAdvanced" style="DISPLAY: none">
|
||
|
<TABLE cellSpacing="0" cellPadding="0" border="0">
|
||
|
<TR>
|
||
|
<TD nowrap>
|
||
|
<span fckLang="DlgFlashScale">Scale</span><BR>
|
||
|
<select id="cmbScale">
|
||
|
<option value="" selected></option>
|
||
|
<option value="showall" fckLang="DlgFlashScaleAll">Show all</option>
|
||
|
<option value="noborder" fckLang="DlgFlashScaleNoBorder">No Border</option>
|
||
|
<option value="exactfit" fckLang="DlgFlashScaleFit">Exact Fit</option>
|
||
|
</select></TD>
|
||
|
<TD>
|
||
|
</TD>
|
||
|
<td valign="bottom">
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td><input id="chkAutoPlay" type="checkbox" checked></td>
|
||
|
<td><label for="chkAutoPlay" nowrap fckLang="DlgFlashChkPlay">Auto Play</label> </td>
|
||
|
<td><input id="chkLoop" type="checkbox" checked></td>
|
||
|
<td><label for="chkLoop" nowrap fckLang="DlgFlashChkLoop">Loop</label> </td>
|
||
|
<td><input id="chkMenu" type="checkbox" checked></td>
|
||
|
<td><label for="chkMenu" nowrap fckLang="DlgFlashChkMenu">Enable Flash Menu</label></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</td>
|
||
|
</TR>
|
||
|
</TABLE>
|
||
|
<br>
|
||
|
|
||
|
<table cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
|
||
|
<tr>
|
||
|
<td vAlign="top" width="50%"><span fckLang="DlgGenId">Id</span><br>
|
||
|
<input id="txtAttId" style="WIDTH: 100%" type="text">
|
||
|
</td>
|
||
|
<td> </td>
|
||
|
<td vAlign="top" nowrap><span fckLang="DlgGenClass">Stylesheet Classes</span><br>
|
||
|
<input id="txtAttClasses" style="WIDTH: 100%" type="text">
|
||
|
</td>
|
||
|
<td> </td>
|
||
|
<td vAlign="top" nowrap width="50%"> <span fckLang="DlgGenTitle">Advisory Title</span><br>
|
||
|
<input id="txtAttTitle" style="WIDTH: 100%" type="text">
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
<span fckLang="DlgGenStyle">Style</span><br>
|
||
|
<input id="txtAttStyle" style="WIDTH: 100%" type="text">
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|