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 +