⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sflashprop.php

📁 学校网站源码http://您的网址/admin/admin_login.asp 默认登录用户:admin 默认登录密码:admin
💻 PHP
字号:
<?php


include( "../../config.inc.php" );
include( "../../includes/SysGlobal.php" );
include( "../language/".$aLan."_".$charset.".php" );
include( "../../includes/version.php" );
include( "../../includes/pro.php" );
include( "../func/adm.inc.php" );
include( "../func/db.inc.php" );
needauth( 0 );
error_reporting( E_ERROR | E_WARNING | E_PARSE );
echo "<html>\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=";
echo $charset;
echo "\">\r\n<link rel=stylesheet type=text/css href=style.css>\r\n<title>";
echo $strHtmlFlashProp;
echo "</title>\r\n\r\n\r\n";
echo "<s";
echo "cript language=javascript>\r\n window.onload = function setValues() {\r\n  flashForm.txtname.value = dialogArguments.name;\r\n  flashForm.flash_src.value = dialogArguments.Movie;\r\n  flashForm.txtWidth.value = dialogArguments.width;\r\n  flashForm.txttitle.value = dialogArguments.title;\r\n  flashForm.sltalign.value = dialogArguments.align;\r\n  flashForm.txtborder.value = dialogArguments.border;\r\n  flashForm.";
echo "txtHeight.value = dialogArguments.height;\r\n  flashForm.txthspace.value = dialogArguments.hspace;\r\n  flashForm.txtvspace.value = dialogArguments.vspace;\r\n  if(!flashForm.sltalign.value){flashForm.sltalign.value=\"\"}\r\n}\r\n\r\nfunction chose_flash (){\r\n\tvar res = showModalDialog('slibFlash.php', null, 'dialogWidth: 700px; dialogHeight: 380px; center: yes; resizable: no; scroll: no; status: no;');\r\n\tif (r";
echo "es) {\r\n\t\tres = res.split(\"*\");\r\n\t\tflashForm.flash_src.value = res[0];\r\n\t\tflashForm.txtWidth.value = res[1];\r\n\t\tflashForm.txtHeight.value = res[2];\r\n\t} \r\n}\r\n\r\nfunction returnvar () {\r\n\tif (flashForm.flash_src.value == \"\") {\r\n\t\talert (\"";
echo $strHtmlFlashNotice2;
echo "\");\r\n\t\treturn false;\r\n\t} else {\r\n\t\twindow.returnValue = flashForm.flash_src.value + \"*\" + flashForm.txtname.value + \"*\" + flashForm.txtborder.value\r\n\t\t + \"*\" + flashForm.txttitle.value + \"*\" + flashForm.txtWidth.value + \"*\" + flashForm.WidthUnits.value\r\n\t \t + \"*\" + flashForm.txtHeight.value  + \"*\" + flashForm.HeightUnits.value  + \"*\" + flashForm.txthspace.value\r\n\t \t  + \"*\" + flashForm.txtvspace.va";
echo "lue + \"*\" + flashForm.chkplay.value + \"*\" + flashForm.chkmenu.value \r\n\t \t  + \"*\" + flashForm.chkloop.value + \"*\" + flashForm.chkdevicefont.value + \"*\" + flashForm.sltalign.value\r\n\t \t   + \"*\" + flashForm.tmpquality.value + \"*\" + flashForm.tmpscale.value;\r\n\t\twindow.close();\r\n\t\treturn true;\r\n\t}\r\n\treturn true;\r\n}\r\n</script>\r\n</head>\r\n<body class=\"bodybackground\">\r\n<table width=\"20\" border=\"0\" cellspacing=";
echo "\"0\" cellpadding=\"0\" height=\"11\">\r\n  <tr> \r\n    <td><img src=\"dot.gif\" height=\"7\" width=\"1\"></td>\r\n  </tr>\r\n</table>\r\n<table align=center>\r\n<form name=flashForm>\r\n  <tr>\r\n      <td> <fieldset><legend>";
echo $strHtmlFlashProp;
echo "</legend> \r\n        <table width=\"20\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" height=\"11\">\r\n          <tr> \r\n            <td><img src=\"dot.gif\" height=\"7\" width=\"1\"></td>\r\n          </tr>\r\n        </table>\r\n        <table border=\"0\" align=\"center\">\r\n          <tr valign=\"baseline\"> \r\n            <td width=\"81\" align=\"right\" nowrap><lable>";
echo $strHtmlFlashFile;
echo "</td>\r\n            <td colspan=\"3\" align=\"left\" nowrap> \r\n              <input name=\"flash_src\" type=\"text\" size=\"38\">\r\n              <img src=\"images/folder.gif\" width=\"16\" height=\"16\" onClick=\"chose_flash()\" style=\"cursor:hand\"></td>\r\n          </tr>\r\n          <tr valign=\"baseline\"> \r\n            <td align=\"right\" nowrap><label>";
echo $strHtmlFlashName;
echo "</label></td>\r\n            <td width=\"95\"  align=\"left\" nowrap>\r\n              <input name=\"txtname\" type=\"text\" size=\"7\">\r\n            </td>\r\n            <td width=\"60\" align=\"right\" nowrap>";
echo $strHtmlFlashBorder;
echo "</td>\r\n            <td width=\"107\" align=\"left\" nowrap>\r\n              <input name=\"txtborder\" type=\"text\" size=\"7\" maxlength=\"5\">\r\n            </td>\r\n          </tr>\r\n          <tr valign=\"baseline\"> \r\n            <td align=\"right\" nowrap><label>";
echo $strHtmlFlashTitle;
echo "</label></td>\r\n            <td colspan=\"3\"  align=\"left\" nowrap>\r\n              <input type=\"text\" name=\"txttitle\" style=\"width:195px\">\r\n            </td>\r\n          </tr>\r\n          <tr> \r\n            <td align=\"right\" valign=\"baseline\" nowrap>";
echo $strHtmlFlashWidth;
echo "</td>\r\n            <td colspan=\"3\" valign=\"baseline\" nowrap> \r\n              <input name=\"txtWidth\" type=\"text\" size=\"8\" >\r\n              ";
echo "<s";
echo "elect name=\"WidthUnits\">\r\n                <option value=\"%\" name=\"percent\">";
echo $strHtmlFlashPercent;
echo "</option>\r\n                <option value=\"px\" selected name=\"pixels\" nowrap>";
echo $strHtmlFlashPx;
echo "</option>\r\n              </select>\r\n            </td>\r\n          </tr>\r\n          <tr> \r\n            <td align=\"right\" valign=\"baseline\" nowrap>";
echo $strHtmlFlashHeight;
echo "</td>\r\n            <td colspan=\"3\" valign=\"baseline\" nowrap> \r\n              <input name=\"txtHeight\" type=\"text\" size=\"8\" >\r\n              ";
echo "<s";
echo "elect name=\"HeightUnits\">\r\n                <option value=\"%\" name=\"percent\">";
echo $strHtmlFlashPercent;
echo "</option>\r\n                <option value=\"px\" selected name=\"pixels\" nowrap>";
echo $strHtmlFlashPx;
echo "</option>\r\n              </select>\r\n            </td>\r\n          </tr>\r\n          <tr> \r\n            <td align=\"right\" valign=\"baseline\" nowrap>";
echo $strHtmlFlashHspace;
echo "</td>\r\n            <td valign=\"baseline\" nowrap>\r\n              <input type=\"text\" name=\"txthspace\" size=\"8\" >\r\n            </td>\r\n            <td align=\"right\" valign=\"baseline\" nowrap>";
echo $strHtmlFlashVspace;
echo "</td>\r\n            <td valign=\"baseline\" nowrap>\r\n              <input type=\"text\" name=\"txtvspace\" size=\"8\" >\r\n            </td>\r\n          </tr>\r\n          <tr> \r\n            <td align=\"right\" valign=\"top\" nowrap>";
echo $strHtmlFlashPlay;
echo "</td>\r\n            <td colspan=\"3\" valign=\"baseline\" nowrap>\r\n              <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n                <tr> \r\n                  <td>\r\n                    <input name=\"chkplay\" type=\"checkbox\" value=\"-1\" checked>\r\n                    ";
echo $strHtmlFlashAuto;
echo " </td>\r\n                  <td>\r\n                    <input name=\"chkmenu\" type=\"checkbox\" value=\"-1\" checked>\r\n                    ";
echo $strHtmlFlashMenu;
echo " </td>\r\n                </tr>\r\n                <tr> \r\n                  <td>\r\n                    <input name=\"chkloop\" type=\"checkbox\" value=\"-1\" checked>\r\n                    ";
echo $strHtmlFlashReplay;
echo " </td>\r\n                  <td>\r\n                    <input type=\"checkbox\" name=\"chkdevicefont\" value=\"0\">\r\n                    ";
echo $strHtmlFlashFont;
echo " </td>\r\n                </tr>\r\n              </table>\r\n            </td>\r\n          </tr>\r\n          <tr valign=\"baseline\"> \r\n            <td align=\"right\" nowrap><label>";
echo $strHtmlFlashDq;
echo "</label></td>\r\n            <td colspan=\"3\"  align=\"left\" nowrap>\r\n              ";
echo "<s";
echo "elect name=\"sltalign\" style=\"width:150px\">\r\n                <option value=\"\" selected>";
echo $strHtmlFlashDefault;
echo "</option>\r\n                <option value=\"top\">";
echo $strHtmlFlashTop;
echo "</option>\r\n                <option value=\"middle\">";
echo $strHtmlFlashMiddle;
echo "</option>\r\n                <option value=\"bottom\">";
echo $strHtmlFlashBottom;
echo "</option>\r\n                <option value=\"left\">";
echo $strHtmlFlashLeft;
echo "</option>\r\n                <option value=\"center\">";
echo $strHtmlFlashCenter;
echo "</option>\r\n                <option value=\"right\">";
echo $strHtmlFlashRight;
echo "</option>\r\n              </select>\r\n            </td>\r\n          </tr>\r\n          <tr valign=\"baseline\"> \r\n            \r\n\t\t\t<td align=\"right\" nowrap><label>";
echo $strHtmlFlashPz;
echo "</label></td>\r\n            <td colspan=\"3\"  align=\"left\" nowrap>\r\n              ";
echo "<s";
echo "elect name=\"tmpquality\" style=\"width:150px\">\r\n                <option value=\"Low\">";
echo $strHtmlFlashPzLow;
echo "</option>\r\n                <option value=\"AutoLow\">";
echo $strHtmlFlashPzAutoLow;
echo "</option>\r\n                <option value=\"AutoHigh\">";
echo $strHtmlFlashPzAutoHigh;
echo "</option>\r\n                <option value=\"Medium\">";
echo $strHtmlFlashPzMedium;
echo "</option>\r\n                <option value=\"High\" selected>";
echo $strHtmlFlashPzHigh;
echo "</option>\r\n                <option value=\"Best\">";
echo $strHtmlFlashPzBest;
echo "</option>\r\n              </select>\r\n            </td>\r\n          </tr>\r\n          <tr valign=\"baseline\"> \r\n            <td align=\"right\" nowrap><label>";
echo $strHtmlFlashBL;
echo "</label></td>\r\n            <td colspan=\"3\"  align=\"left\" nowrap>\r\n              ";
echo "<s";
echo "elect name=\"tmpscale\" style=\"width:150px\">\r\n                <option>";
echo $strHtmlFlashBLDefault;
echo "</option>\r\n                <option value=\"noborder\">";
echo $strHtmlFlashBLNoBorder;
echo "</option>\r\n                <option value=\"exactfit\">";
echo $strHtmlFlashBLExactfit;
echo "</option>\r\n                <option value=\"noscale\">";
echo $strHtmlFlashBLNoscale;
echo "</option>\r\n              </select>\r\n            </td>\r\n          </tr>\r\n        </table>\r\n        </fieldset> \r\n        <table border=\"0\" align=\"right\" cellpadding=\"0\" cellspacing=\"5\">\r\n          <tr>\r\n            <td><input name=\"button\" type=button onclick=\"returnvar();\" value=\"";
echo $strConfirm;
echo "\"> \r\n              <input name=\"button\" type=button onClick=\"self.close();\" value=\"";
echo $strCancel;
echo "\"> \r\n            </td>\r\n          </tr>\r\n        </table>        </td>\r\n</tr>\r\n</form>\r\n</table>\r\n</body>\r\n</html>";
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -