From 91ea437f37d860e2681d77212687f40e5ff2d466 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 21 Feb 2014 09:13:12 +0000 Subject: [PATCH] Empty header area, replace icons with menu system Determin isMac near top of file Replace rightClickedFile with the last item in the selectedFiles array, so we can get rid of that var Header is now empty of icons etc, those options in menus Icons above file manager removed, now within menus Menu top links and lists set up with mouse over and out actions to show/hide and fade in/out --- index.php | 94 +++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 70 insertions(+), 24 deletions(-) diff --git a/index.php b/index.php index 60cb578..54e4d94 100644 --- a/index.php +++ b/index.php @@ -24,6 +24,8 @@ if ($ICEcoder["checkUpdates"]) { $updateMsg = ";top.ICEcoder.dataMessage('UPDATE INFO: ICEcoder v ".$icv." now available. (Your version is v ".$ICEcoder["versionNo"].").

Update now

".$icvI."');"; } } + +$isMac = strpos($_SERVER['HTTP_USER_AGENT'], "Macintosh")>-1 ? true : false; ?> @@ -110,7 +112,7 @@ Color picker">Co
 		<a href=New File New Folder

- Upload File(s) + Upload File(s)
@@ -118,7 +120,7 @@ Color picker">Co
 				<input type=
- +

Open @@ -126,39 +128,83 @@ Color picker">Co
 	<a href=Duplicate Delete - Rename + Rename

- View Webpage + View Webpage

Zip It!'.PHP_EOL; + echo 'Zip It!'.PHP_EOL; }; ?> - Download + Download

- Properties + Properties - + -
-