3d-interface/server/controllers/prototype/views/prototype.jade

55 lines
2.3 KiB
Plaintext
Raw Normal View History

2015-05-05 16:30:51 +02:00
extends ../../../views/withjs
block title
title #{title} - Prototype
block extrajs
2015-08-28 11:25:27 +02:00
script(src="/static/js/l3dp.min.js")
block configjs
block mainjs
2015-05-12 10:59:40 +02:00
script document.getElementById('music').volume = 0.5;
2015-05-05 16:30:51 +02:00
2016-01-08 16:05:09 +01:00
block append extrahead
2015-05-05 16:30:51 +02:00
link(rel="stylesheet" href="/static/css/prototype.css")
block content
2015-05-19 16:57:30 +02:00
#main-div.panel-group(style={'margin-top':'10px', 'margin-bottom':'10px'})
block description
2015-05-27 10:44:31 +02:00
#alert-placeholder
2015-07-07 11:47:21 +02:00
.progress
.progress-bar.progress-bar-striped.active(role='progress-bar', aria-valuenow='0',aria-valuemin="0", aria-valuemax="100", style={width:'0%'})
#percentage 0%
2015-06-03 15:34:20 +02:00
div(style="margin:5px")
#container(style={'padding': '0px', 'margin': '0px'}, tabindex="1")
2015-05-05 16:30:51 +02:00
2015-06-03 15:34:20 +02:00
nav.navbar.navbar-default.navbar-fixed-bottom
.container
button#reset.btn.btn-primary.navbar-btn(style={'margin-right': '10px', 'margin-bottom':'10px'}) Reset camera
2015-07-17 11:32:57 +02:00
block extrabutton
2015-05-05 16:30:51 +02:00
2015-06-03 15:34:20 +02:00
button#undo.btn.btn-default.navbar-btn(style={'margin-right': '10px', 'margin-bottom': '10px'})
span.glyphicon.glyphicon-triangle-left('aria-hidden'="true")
2015-05-05 16:30:51 +02:00
2015-06-03 15:34:20 +02:00
button#redo.btn.btn-default.navbar-btn(style={'margin-right': '10px', 'margin-bottom':'10px'})
span.glyphicon.glyphicon-triangle-right('aria-hidden'="true")
2015-05-05 16:30:51 +02:00
//-input#fullarrow(type="checkbox", style={'margin-right': '10px', 'margin-bottom': '10px'})
//-label(for="fullarrow" style={'margin-right':'10px'}) Full arrow
2015-05-05 16:30:51 +02:00
2015-10-07 14:13:20 +02:00
input#lock(type="checkbox", style={'zoom':'1.7'}, checked)
label(for="lock" style={'margin-right':'10px', 'zoom': '1.7'}) Pointer lock
2015-05-05 16:30:51 +02:00
2015-07-29 11:04:38 +02:00
input#showarrows(type="checkbox", style={'margin-right': '10px', 'margin-bottom': '10px', 'display':'none'}, checked)
label(for="showarrows" style={'margin-right':'10px', 'display': 'none'}) Show arrows
block lastbutton
2015-05-05 16:30:51 +02:00
//-input#recommendation(type="checkbox", style={'margin-right': '10px', 'margin-bottom': '10px'})
//-label(for="recommendation" style={'margin-right':'10px'}) Fixed prev
2015-05-18 09:28:51 +02:00
2015-06-03 15:34:20 +02:00
audio#music(controls, volume=0.5)
source(src="/static/data/music/bobomb.ogg")
source(src="/static/data/music/bobomb.mp3")
2015-05-12 10:03:45 +02:00