From 9cda74ef1256752edb84f2be9a0629b54fd5a7a8 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 26 Apr 2013 23:07:07 +0400 Subject: [PATCH] added more generic libs, and some minor changes... Signed-off-by: Alex A. Naanou --- ui/Gen3-TODO.otl | 3 +- ui/index.html | 7 + ui/lib/_template.js | 16 ++ ui/lib/jli.js | 571 ++++++++++++++++++++++++++++++++++++++++++++ ui/lib/keyboard.js | 326 +++++++++++++++++++++++++ ui/lib/scroller.js | 513 +++++++++++++++++++++++++++++++++++++++ 6 files changed, 1435 insertions(+), 1 deletion(-) create mode 100755 ui/lib/_template.js create mode 100755 ui/lib/jli.js create mode 100755 ui/lib/keyboard.js create mode 100755 ui/lib/scroller.js diff --git a/ui/Gen3-TODO.otl b/ui/Gen3-TODO.otl index fde0f17c..d4606f69 100755 --- a/ui/Gen3-TODO.otl +++ b/ui/Gen3-TODO.otl @@ -3,6 +3,7 @@ [_] migrate the infinite ribbon code [_] migrate the PortableMag generic code [_] write basic align code + Generation 3 UI implementation @@ -46,7 +47,7 @@ Generation 3 UI implementation | +/- 90 deg UI modes single ribbon - show images above/below in current ribbon + show images shifted (all / above only / below only) in current ribbon show marked only multiple ribbons show images above/below diff --git a/ui/index.html b/ui/index.html index a14beb8f..2311f3bb 100755 --- a/ui/index.html +++ b/ui/index.html @@ -80,6 +80,9 @@ + + +