From 30dbad53a768120dab3971775e30f13ab12396e5 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Tue, 1 May 2012 07:44:40 +0100 Subject: [PATCH] Session IP, plugin, autoOpenFiles, settingsScreen, & login improvements Checking of IP now done via session var, so it's updatable via settings Plugin intervals, display of icons & autoOpenFiles moved to settings.php (This is so these things can be updated upon settings change) init function now takes param to determin if you are logged in or not Logo now right clickable to show settings screen Account login box now in own container so it can slide out of view on login Other minor changes to fit in with new features --- index.php | 58 +++++++++++++++++++++---------------------------------- 1 file changed, 22 insertions(+), 36 deletions(-) diff --git a/index.php b/index.php index 10f1bb6..1732619 100644 --- a/index.php +++ b/index.php @@ -1,8 +1,8 @@ shortURLStarts = ""; theme = ""; +tabsIndent = ; ]; - - + + +)" onResize="ICEcoder.setLayout()" onMouseMove="top.ICEcoder.getMouseXY(event);top.ICEcoder.canResizeFilesW()" onMouseDown="top.ICEcoder.mouseDown=true" onMouseUp="top.ICEcoder.mouseDown=false" onKeyDown="return ICEcoder.interceptKeys('coder', event);" onKeyUp="parent.ICEcoder.resetKeys(event);">
@@ -78,7 +70,7 @@ lastOpenFiles = [
-    loading... +    working...
@@ -96,29 +88,24 @@ lastOpenFiles = [