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" />
|
|
|
|
|
|
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
|
|
|
|
2014-10-13 00:18:26 +04:00
|
|
|
<!-- XXX remove before use... -->
|
|
|
|
|
<style>
|
|
|
|
|
|
2016-01-24 00:05:58 +03:00
|
|
|
/* Open Sans
|
|
|
|
|
* - line spacing a bit too large...
|
|
|
|
|
*/
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: OpenSans;
|
|
|
|
|
src: url(fonts/Open_Sans/OpenSans-Regular.ttf)
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: OpenSans;
|
|
|
|
|
src: url(fonts/Open_Sans/OpenSans-Bold.ttf)
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: OpenSans;
|
|
|
|
|
src: url(fonts/Open_Sans/OpenSans-Italic.ttf)
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: OpenSans;
|
|
|
|
|
src: url(fonts/Open_Sans/OpenSans-BoldItalic.ttf)
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: OpenSans;
|
|
|
|
|
src: url(fonts/Open_Sans/OpenSans-ExtraBold.ttf)
|
|
|
|
|
font-weight: bolder;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: OpenSans;
|
|
|
|
|
src: url(fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf)
|
|
|
|
|
font-weight: bolder;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: OpenSans;
|
|
|
|
|
src: url(fonts/Open_Sans/OpenSans-Light.ttf)
|
|
|
|
|
font-weight: lighter;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: OpenSans;
|
|
|
|
|
src: url(fonts/Open_Sans/OpenSans-LightItalic.ttf)
|
|
|
|
|
font-weight: lighter;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Source Sans Pro */
|
|
|
|
|
/*
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: SourceSansPro;
|
|
|
|
|
src: url(fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf)
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: SourceSansPro;
|
|
|
|
|
src: url(fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf)
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: SourceSansPro;
|
|
|
|
|
src: url(fonts/Source_Sans_Pro/SourceSansPro-Italic.ttf)
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: SourceSansPro;
|
|
|
|
|
src: url(fonts/Source_Sans_Pro/SourceSansPro-BoldItalic.ttf)
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: SourceSansPro;
|
|
|
|
|
src: url(fonts/Source_Sans_Pro/SourceSansPro-ExtraBold.ttf)
|
|
|
|
|
font-weight: bolder;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: SourceSansPro;
|
|
|
|
|
src: url(fonts/Source_Sans_Pro/SourceSansPro-ExtraBoldItalic.ttf)
|
|
|
|
|
font-weight: bolder;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: SourceSansPro;
|
|
|
|
|
src: url(fonts/Source_Sans_Pro/SourceSansPro-Light.ttf)
|
|
|
|
|
font-weight: lighter;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: SourceSansPro;
|
|
|
|
|
src: url(fonts/Source_Sans_Pro/SourceSansPro-LightItalic.ttf)
|
|
|
|
|
font-weight: lighter;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Arimo
|
|
|
|
|
* - bold face a bit too narrow
|
|
|
|
|
*/
|
|
|
|
|
/*
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Arimo;
|
|
|
|
|
src: url(fonts/Arimo/Arimo-Regular.ttf)
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Arimo;
|
|
|
|
|
src: url(fonts/Arimo/Arimo-Bold.ttf)
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Arimo;
|
|
|
|
|
src: url(fonts/Arimo/Arimo-Italic.ttf)
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Arimo;
|
|
|
|
|
src: url(fonts/Arimo/Arimo-BoldItalic.ttf)
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Roboto */
|
|
|
|
|
/*
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Roboto;
|
|
|
|
|
src: url(fonts/Roboto/Roboto-Regular.ttf)
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Roboto;
|
|
|
|
|
src: url(fonts/Roboto/Roboto-Bold.ttf)
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Roboto;
|
|
|
|
|
src: url(fonts/Roboto/Roboto-Italic.ttf)
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Roboto;
|
|
|
|
|
src: url(fonts/Roboto/Roboto-BoldItalic.ttf)
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Roboto;
|
|
|
|
|
src: url(fonts/Roboto/Roboto-ExtraBold.ttf)
|
|
|
|
|
font-weight: bolder;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Roboto;
|
|
|
|
|
src: url(fonts/Roboto/Roboto-ExtraBoldItalic.ttf)
|
|
|
|
|
font-weight: bolder;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Roboto;
|
|
|
|
|
src: url(fonts/Roboto/Roboto-Light.ttf)
|
|
|
|
|
font-weight: lighter;
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: Roboto;
|
|
|
|
|
src: url(fonts/Roboto/Roboto-LightItalic.ttf)
|
|
|
|
|
font-weight: lighter;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*********************************************************************/
|
|
|
|
|
|
2014-12-01 14:13:07 +03:00
|
|
|
body {
|
|
|
|
|
margin: 0;
|
2015-09-15 03:38:30 +03:00
|
|
|
/* this will prevent odd blur effects when blurring out specific
|
|
|
|
|
elements... */
|
|
|
|
|
background: black;
|
2016-01-24 00:05:58 +03:00
|
|
|
|
|
|
|
|
/*font: OpenSans, sans-serif;*/
|
2014-12-01 14:13:07 +03:00
|
|
|
}
|
|
|
|
|
|
2014-11-03 06:43:23 +03:00
|
|
|
/* show image gid... */
|
2015-11-15 01:25:04 +03:00
|
|
|
.visible-gid .image:after {
|
2014-10-13 00:18:26 +04:00
|
|
|
content: attr(gid);
|
|
|
|
|
display: block;
|
|
|
|
|
position: relative;
|
|
|
|
|
color: red;
|
|
|
|
|
margin: 10px;
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border: solid 2px red;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background: black;
|
|
|
|
|
}
|
|
|
|
|
|
2014-11-02 00:15:27 +03:00
|
|
|
/*
|
2014-10-13 00:18:26 +04:00
|
|
|
.image.current {
|
|
|
|
|
border-color: red;
|
|
|
|
|
}
|
2014-11-02 00:15:27 +03:00
|
|
|
*/
|
2014-10-13 00:18:26 +04:00
|
|
|
|
2014-10-21 20:29:11 +04:00
|
|
|
.shadow {
|
2014-11-10 04:11:06 +03:00
|
|
|
margin: 0px;
|
2014-10-21 20:29:11 +04:00
|
|
|
z-index: 4000;
|
|
|
|
|
}
|
|
|
|
|
.ui-bounds-indicators {
|
|
|
|
|
z-index: 5000;
|
|
|
|
|
}
|
|
|
|
|
|
2014-10-13 00:18:26 +04:00
|
|
|
/* basic animation... */
|
2014-11-05 01:14:35 +03:00
|
|
|
.viewer:not(.no-transitions) {
|
|
|
|
|
-webkit-transition: background-color 0.8s ease;
|
|
|
|
|
-moz-transition: background-color 0.8s ease;
|
|
|
|
|
-ms-transition: background-color 0.8s ease;
|
|
|
|
|
-o-transition: background-color 0.8s ease;
|
|
|
|
|
transition: background-color 0.8s ease;
|
|
|
|
|
}
|
|
|
|
|
|
2014-10-29 23:38:27 +03:00
|
|
|
.viewer:not(.no-transitions) .ribbon-set:not(.no-transitions) {
|
2014-11-24 04:02:01 +03:00
|
|
|
-webkit-transition: all 0.1s linear, transform 0.1s linear;
|
|
|
|
|
-moz-transition: all 0.1s linear, transform 0.1s linear;
|
|
|
|
|
-ms-transition: all 0.1s linear, transform 0.1s linear;
|
|
|
|
|
-o-transition: all 0.1s linear, transform 0.1s linear;
|
|
|
|
|
transition: all 0.1s linear, transform 0.1s linear;
|
2014-10-13 00:18:26 +04:00
|
|
|
}
|
|
|
|
|
|
2014-10-29 23:38:27 +03:00
|
|
|
.viewer:not(.no-transitions) .ribbon:not(.no-transitions) {
|
2014-11-24 04:02:01 +03:00
|
|
|
-webkit-transition: all 0.1s ease-out;
|
|
|
|
|
-moz-transition: all 0.1s ease-out;
|
|
|
|
|
-ms-transition: all 0.1s ease-out;
|
|
|
|
|
-o-transition: all 0.1s ease-out;
|
|
|
|
|
transition: all 0.1s ease-out;
|
2014-10-13 00:18:26 +04:00
|
|
|
}
|
|
|
|
|
|
2014-11-10 02:44:53 +03:00
|
|
|
/* XXX not 100% sure about this...
|
|
|
|
|
*/
|
2014-12-01 15:59:33 +03:00
|
|
|
:not(.no-transitions) .current-marker:not(.no-transitions) {
|
2015-12-26 02:32:15 +03:00
|
|
|
-webkit-transition: transform 0.1s ease-out;
|
|
|
|
|
-moz-transition: transform 0.1s ease-out;
|
|
|
|
|
-ms-transition: transform 0.1s ease-out;
|
|
|
|
|
-o-transition: transform 0.1s ease-out;
|
|
|
|
|
transition: transform 0.1s ease-out;
|
2014-11-03 06:05:31 +03:00
|
|
|
}
|
|
|
|
|
|
2014-11-12 05:47:50 +03:00
|
|
|
/* XXX should this be !important */
|
2014-10-13 00:18:26 +04:00
|
|
|
.no-transitions {
|
2014-10-13 06:33:22 +04:00
|
|
|
-webkit-transition: none;
|
|
|
|
|
-moz-transition: none;
|
2014-10-19 00:41:50 +04:00
|
|
|
-ms-transition: none;
|
|
|
|
|
-o-transition: none;
|
2014-10-13 06:33:22 +04:00
|
|
|
transition: none;
|
2014-10-13 00:18:26 +04:00
|
|
|
}
|
|
|
|
|
|
2014-11-06 03:56:54 +03:00
|
|
|
/* XXX think of a way not to use !important */
|
2014-11-12 05:47:50 +03:00
|
|
|
.single-image-mode .ribbon,
|
|
|
|
|
.single-image-mode .ribbon-set {
|
2014-11-06 03:56:54 +03:00
|
|
|
-webkit-transition: none !important;
|
|
|
|
|
-moz-transition: none !important;
|
|
|
|
|
-ms-transition: none !important;
|
|
|
|
|
-o-transition: none !important;
|
|
|
|
|
transition: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
2014-10-13 00:18:26 +04:00
|
|
|
|
2014-11-29 15:49:59 +03:00
|
|
|
/* TEST: this is mostly speed limited... */
|
|
|
|
|
.ribbon {
|
|
|
|
|
box-shadow: 5px 5px 50px -5px rgba(0, 0, 0, 0.2);
|
|
|
|
|
|
|
|
|
|
-webkit-transition: box-shadow 0.8s ease;
|
|
|
|
|
-moz-transition: box-shadow 0.8s ease;
|
|
|
|
|
-ms-transition: box-shadow 0.8s ease;
|
|
|
|
|
-o-transition: box-shadow 0.8s ease;
|
|
|
|
|
transition: box-shadow 0.8s ease;
|
|
|
|
|
}
|
|
|
|
|
.current.ribbon {
|
|
|
|
|
box-shadow: 5px 5px 60px -5px rgba(0, 0, 0, 0.3);
|
|
|
|
|
}
|
|
|
|
|
|
2014-12-07 14:07:10 +03:00
|
|
|
.single-image-mode .ribbon {
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
2014-11-21 23:53:55 +03:00
|
|
|
|
2016-01-15 05:19:42 +03:00
|
|
|
/* Metadata viewer */
|
|
|
|
|
.browse-widget.metadata-view .list>div .text:first-child {
|
|
|
|
|
width: 50%;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
.browse-widget.metadata-view .list>div .text:nth-child(2) {
|
|
|
|
|
font-style: italic;
|
2016-01-24 00:05:58 +03:00
|
|
|
|
|
|
|
|
-moz-user-select: auto;
|
|
|
|
|
-webkit-user-select: auto;
|
|
|
|
|
-o-user-select: auto;
|
|
|
|
|
-ms-user-select: auto;
|
|
|
|
|
user-select: auto;
|
|
|
|
|
|
|
|
|
|
cursor: text;
|
2016-01-15 05:19:42 +03:00
|
|
|
}
|
|
|
|
|
|
2016-01-06 06:49:42 +03:00
|
|
|
|
2016-01-07 03:58:18 +03:00
|
|
|
/* External Editor List */
|
|
|
|
|
.browse-widget.editor-list .list>div:first-child .text:after {
|
2016-01-07 02:34:16 +03:00
|
|
|
content: "(primary)";
|
2016-01-06 06:49:42 +03:00
|
|
|
margin-left: 5px;
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
2016-01-07 03:58:18 +03:00
|
|
|
/* XXX this is ugly -- use a class... */
|
|
|
|
|
.browse-widget.editor-list .list>div:first-child .button:nth-child(4) {
|
|
|
|
|
opacity: 0.1;
|
|
|
|
|
}
|
|
|
|
|
.browse-widget.editor-list .list>div:nth-child(2) .text:after {
|
2016-01-07 02:34:16 +03:00
|
|
|
content: "(secondary)";
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
2016-01-07 03:58:18 +03:00
|
|
|
/* XXX this is ugly -- use a class... */
|
|
|
|
|
.browse-widget.editor-list .list>div:nth-child(2) .button:nth-child(3) {
|
|
|
|
|
opacity: 0.1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* XXX STUB: use a button instead of a list element... */
|
|
|
|
|
.browse-widget.editor-list .list>div:last-child {
|
|
|
|
|
border-top: solid 1px rgba(255,255,255, 0.2);
|
|
|
|
|
}
|
|
|
|
|
.browse-widget.editor-list .list>div:last-child .text {
|
2016-01-06 06:49:42 +03:00
|
|
|
font-style: italic;
|
|
|
|
|
}
|
2016-01-07 03:58:18 +03:00
|
|
|
.browse-widget.editor-list .list>div:last-child .button {
|
2016-01-06 06:49:42 +03:00
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2016-01-07 03:58:18 +03:00
|
|
|
|
2014-10-17 16:55:31 +04:00
|
|
|
/* DEBUG stuff... */
|
2014-10-17 08:21:58 +04:00
|
|
|
.container-center {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
width: 10px;
|
|
|
|
|
height: 10px;
|
|
|
|
|
|
|
|
|
|
border-top: solid 1px black;
|
|
|
|
|
border-left: solid 1px black;
|
|
|
|
|
}
|
|
|
|
|
.container-center:after {
|
|
|
|
|
content: "";
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: -11px;
|
|
|
|
|
left: -11px;
|
|
|
|
|
width: 10px;
|
|
|
|
|
height: 10px;
|
|
|
|
|
|
|
|
|
|
border-top: none;
|
|
|
|
|
border-left: none;
|
|
|
|
|
border-bottom: solid 1px black;
|
|
|
|
|
border-right: solid 1px black;
|
|
|
|
|
}
|
|
|
|
|
.point {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 4px;
|
|
|
|
|
height: 4px;
|
|
|
|
|
border: solid 1px blue;
|
|
|
|
|
margin-top: -2px;
|
|
|
|
|
margin-left: -2px;
|
|
|
|
|
|
|
|
|
|
background: yellow;
|
|
|
|
|
|
|
|
|
|
transition-origin: 50% 50%;
|
|
|
|
|
|
|
|
|
|
z-index: 9999;
|
|
|
|
|
}
|
|
|
|
|
.point {
|
|
|
|
|
-webkit-transition: all 0.2s linear;
|
|
|
|
|
-moz-transition: all 0.2s linear;
|
|
|
|
|
transition: all 0.2s linear;
|
|
|
|
|
}
|
2014-10-17 16:55:31 +04:00
|
|
|
/* DEBUG end */
|
2014-10-17 08:21:58 +04:00
|
|
|
|
2014-10-13 00:18:26 +04:00
|
|
|
</style>
|
|
|
|
|
|
2015-11-16 11:31:15 +03:00
|
|
|
<script>
|
|
|
|
|
typeof(require) != 'undefined' && require('nw.gui').Window.get().showDevTools()
|
|
|
|
|
</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>
|
|
|
|
|
<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
|
|
|
|
2015-12-19 09:34:22 +03:00
|
|
|
<!--script src="ext-lib/jquery.transit.min.js"></script-->
|
2014-07-21 02:30:24 +04:00
|
|
|
|
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>
|
|
|
|
|
|
|
|
|
|
<!-- GSAP: remove from production... -->
|
2015-12-18 07:55:14 +03:00
|
|
|
<script src="ext-lib/gsap/TweenLite.min.js"></script>
|
|
|
|
|
<script src="ext-lib/gsap/jquery.gsap.min.js"></script>
|
|
|
|
|
<script src="ext-lib/gsap/utils/Draggable.min.js"></script>
|
|
|
|
|
<script src="ext-lib/gsap/plugins/CSSPlugin.min.js"></script>
|
|
|
|
|
|
|
|
|
|
|
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>
|