ACC SHELL
<h1 class="gallery_h">Galerie</h1>
<a id="gallery_back" href="default.php?page=gallery/gallery&parent=<?= $_GET['parent'] ?>"><img src="img/Back.jpg" alt="Zpět" title="Zpět" border="0" /></a>
<br />
<div id="upload_flash">
<script language="JavaScript">
function mysubmit()
{
var Flash;
if(document.embeds && document.embeds.length>=1 && navigator.userAgent.indexOf("Safari") == -1)
Flash = document.getElementById("EmbedFlashFilesUpload");
else
Flash = document.getElementById("FlashFilesUpload");
var FormObj = document.getElementById("myform");
var FormValues = '';
for (var i = 0; i<FormObj.elements.length; i++)
FormValues += escape(FormObj.elements[i].name) + '=' + escape(FormObj.elements[i].value) + ((i!=(FormObj.elements.length-1))?'&':'');
Flash.SetVariable("SubmitFlash", FormValues);
return false;
}
</script>
<OBJECT id="FlashFilesUpload" codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="450" height="350" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" VIEWASTEXT>
<PARAM NAME="FlashVars" VALUE="uploadUrl=uploadfiles.php
&uploadButtonVisible=No&redirectUploadUrl=default.php?page=gallery/gallery%26parent=<?= $_GET['parent'] ?>">
<PARAM NAME="BGColor" VALUE="#F8F6E6">
<PARAM NAME="Movie" VALUE="gallery/w.swf">
<PARAM NAME="Src" VALUE="gallery/w.swf">
<PARAM NAME="WMode" VALUE="Window">
<PARAM NAME="Play" VALUE="-1">
<PARAM NAME="Loop" VALUE="-1">
<PARAM NAME="Quality" VALUE="High">
<PARAM NAME="SAlign" VALUE="">
<PARAM NAME="Menu" VALUE="-1">
<PARAM NAME="Base" VALUE="">
<PARAM NAME="AllowScriptAccess" VALUE="always">
<PARAM NAME="Scale" VALUE="ShowAll">
<PARAM NAME="DeviceFont" VALUE="0">
<PARAM NAME="EmbedMovie" VALUE="0">
<PARAM NAME="SWRemote" VALUE="">
<PARAM NAME="MovieData" VALUE="">
<PARAM NAME="SeamlessTabbing" VALUE="1">
<PARAM NAME="Profile" VALUE="0">
<PARAM NAME="ProfileAddress" VALUE="">
<PARAM NAME="ProfilePort" VALUE="0">
<embed bgcolor="#F8F6E6" id="EmbedFlashFilesUpload" src="gallery/w.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="450" height="350" flashvars="uploadUrl=uploadfiles.php
&uploadButtonVisible=No&redirectUploadUrl=default.php?page=gallery/gallery%26parent=<?= $_GET['parent'] ?>">
</embed>
</OBJECT>
<form method="post" onSubmit="return mysubmit();" id="myform" name="myform" action="">
<input type="hidden" name="parent" value="<?= $_GET['parent'] ?>" />
<input name="submitbtn" onClick="mysubmit();" type="submit" value="Upload" />
</form>
</div>
ACC SHELL 2018