2014-07-20 02:25:36 +04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
|
2015-12-30 07:50:02 +03:00
|
|
|
<meta name="msapplication-tap-highlight" content="no" />
|
|
|
|
|
|
2016-01-27 04:26:16 +03:00
|
|
|
<link rel="stylesheet" href="css/fonts.css">
|
2014-07-20 03:00:24 +04:00
|
|
|
<link rel="stylesheet" href="css/layout.css">
|
|
|
|
|
<link rel="stylesheet" href="css/editor.css">
|
2015-09-08 01:01:06 +03:00
|
|
|
<link rel="stylesheet" href="css/widget/browse.css">
|
|
|
|
|
<link rel="stylesheet" href="css/widget/overlay.css">
|
2015-09-19 01:43:38 +03:00
|
|
|
<link rel="stylesheet" href="css/widget/drawer.css">
|
2014-07-20 03:00:24 +04:00
|
|
|
|
2016-04-13 05:19:14 +03:00
|
|
|
<link rel="stylesheet" href="css/loader.css">
|
|
|
|
|
|
2016-05-28 16:29:57 +03:00
|
|
|
<link rel="stylesheet" href="css/experimenting.css">
|
2014-10-13 00:18:26 +04:00
|
|
|
|
2016-01-24 00:05:58 +03:00
|
|
|
|
2015-11-16 11:31:15 +03:00
|
|
|
<script>
|
2016-05-11 03:22:39 +03:00
|
|
|
if(window.require && window.nw){
|
|
|
|
|
window.__devtools_failsafe = setTimeout(function(){
|
|
|
|
|
nw.Window.get().showDevTools()
|
2016-05-25 22:09:03 +03:00
|
|
|
}, 5000)
|
2016-05-11 03:22:39 +03:00
|
|
|
}
|
2015-11-16 11:31:15 +03:00
|
|
|
</script>
|
2014-10-09 23:18:35 +04:00
|
|
|
|
2014-07-20 03:00:24 +04:00
|
|
|
|
2015-12-30 07:20:59 +03:00
|
|
|
<!-- jQuery -->
|
2014-07-21 02:30:24 +04:00
|
|
|
<script src="ext-lib/jquery.js"></script>
|
2016-06-16 00:40:14 +03:00
|
|
|
<!--script src="ext-lib\jquery-1.9.1.js"></script-->
|
|
|
|
|
<!-- migrating to jQuery 1.9.x -->
|
|
|
|
|
<!--script src="ext-lib/jquery-migrate-1.4.1.js"></script-->
|
|
|
|
|
<!-- migrating to jQuery 3.x -->
|
|
|
|
|
<!--script src="ext-lib/jquery-migrate-3.0.0.js"></script-->
|
|
|
|
|
|
|
|
|
|
|
2014-07-21 02:30:24 +04:00
|
|
|
<script src="ext-lib/jquery-ui.js"></script>
|
2015-12-17 09:14:59 +03:00
|
|
|
<script src="ext-lib/jquery.ui.touch-punch.min.js"></script>
|
2015-12-30 07:20:59 +03:00
|
|
|
|
|
|
|
|
<!-- velocity.js -->
|
2015-12-22 05:49:32 +03:00
|
|
|
<script src="ext-lib/velocity.min.js"></script>
|
|
|
|
|
|
2015-12-30 07:20:59 +03:00
|
|
|
<!-- hammer.js -->
|
|
|
|
|
<script src="ext-lib/hammer.min.js"></script>
|
|
|
|
|
<script src="ext-lib/jquery.hammer.js"></script>
|
|
|
|
|
|
2015-12-18 07:55:14 +03:00
|
|
|
|
2014-07-21 02:30:24 +04:00
|
|
|
<script src="lib/jli.js"></script>
|
|
|
|
|
|
2014-07-21 16:38:06 +04:00
|
|
|
<script data-main="ui" src="ext-lib/require.js"></script>
|
2014-07-21 02:30:24 +04:00
|
|
|
|
2014-07-20 02:25:36 +04:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
|
2014-07-21 02:30:24 +04:00
|
|
|
<!-- for viewer structure doc see: ribbons.js... -->
|
2014-07-20 02:25:36 +04:00
|
|
|
|
2014-11-21 23:53:55 +03:00
|
|
|
<!--div class="viewer gray marks-visible" empty-help="Press 'O' to load, 'F1' for help or '?' for keyboard mappings."-->
|
2014-07-20 02:25:36 +04:00
|
|
|
|
2014-11-11 17:33:07 +03:00
|
|
|
<!--div class="ribbon-set"-->
|
2014-10-17 16:55:31 +04:00
|
|
|
<!-- DEBUG: remove when not needed... -->
|
2014-11-11 17:33:07 +03:00
|
|
|
<!--div class="point" title="current origin point"> </div-->
|
2014-10-17 16:55:31 +04:00
|
|
|
<!-- DEBUG: end -->
|
2014-11-11 17:33:07 +03:00
|
|
|
<!--/div-->
|
2014-07-20 02:25:36 +04:00
|
|
|
|
|
|
|
|
|
2014-07-21 02:30:24 +04:00
|
|
|
<!-- XXX should these be here???
|
2014-07-20 02:25:36 +04:00
|
|
|
<div class="overlay-block">
|
|
|
|
|
<div class="background"></div>
|
|
|
|
|
<div class="content"></div>
|
|
|
|
|
</div>
|
2014-07-21 02:30:24 +04:00
|
|
|
-->
|
2014-10-17 16:55:31 +04:00
|
|
|
|
|
|
|
|
<!-- DEBUG: remove when not needed... -->
|
2014-11-11 17:33:07 +03:00
|
|
|
<!--div class="container-center"> </div-->
|
2014-10-17 16:55:31 +04:00
|
|
|
<!-- DEBUG: end -->
|
2014-07-20 02:25:36 +04:00
|
|
|
|
2014-11-21 23:53:55 +03:00
|
|
|
<!--/div-->
|
|
|
|
|
|
|
|
|
|
<div class="viewer gray marks-visible"></div>
|
2014-07-20 02:25:36 +04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- vim:set ts=4 sw=4 spell : -->
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|