started work on editor interface prototype...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2012-06-05 17:50:58 +04:00
parent db57ad39da
commit e64032cd16

View File

@ -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
</script>