diff --git a/light9/subserver/index.jade b/light9/subserver/index.jade deleted file mode 100644 --- a/light9/subserver/index.jade +++ /dev/null @@ -1,35 +0,0 @@ -doctype html -html - head - title subs - link(rel='stylesheet', href='/style.css') - body - #status starting... - h1 Submasters - p: a(href='effects') Go to Effects - - div - input(type='checkbox', data-bind='checked: showLocal', id='showLocal') - label(for='showLocal') show local - - div(data-bind="foreach: subs") - // ko if: $parent.showLocal() || !isLocal - a.resource.sub(data-bind="css: {local: isLocal}, attr: {href: uri}") - div(data-bind="if: isLocal") (local) - div - | Label - input(type="text", data-bind="value: label") - div - img(data-bind="attr: {src: img}") - div - button(data-bind="click: $root.snapshot") - New snapshot - - // /ko - - #status - - script(src="/lib/jquery/dist/jquery.min.js") - script(src="/lib/knockout/dist/knockout.js") - script(src="/websocket.js") - script(src="gui.js") \ No newline at end of file