From e64032cd162bf7840a100f8f556fd1ae8a1d2567 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 5 Jun 2012 17:50:58 +0400 Subject: [PATCH] started work on editor interface prototype... Signed-off-by: Alex A. Naanou --- ui/gallery.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ui/gallery.html b/ui/gallery.html index 764ef947..ef88b666 100755 --- a/ui/gallery.html +++ b/ui/gallery.html @@ -60,13 +60,29 @@ $(document).ready(function() { $('.current-image').click() }); +// basic navigation... function prevImage(){ $('.current-image').prev('.image').click() } + function nextImage(){ $('.current-image').next('.image').click() } +// XXX move to above ribbon... + +// XXX move to below ribbon... + + +// create ribbon above/below helpers... +// XXX + +// promote... +// XXX + +// demote... +// XXX +