Changed jade files
This commit is contained in:
parent
595301bc4d
commit
f19d9794f8
|
@ -1,7 +1,7 @@
|
||||||
extends ../../../views/main
|
extends ../../../views/main
|
||||||
|
|
||||||
block title
|
block title
|
||||||
title #{title} - Streaming
|
title #{title} - Sphere streaming
|
||||||
|
|
||||||
block extrajs
|
block extrajs
|
||||||
script params = {}; params.get= {}; params.get.res = #{resolution}
|
script params = {}; params.get= {}; params.get.res = #{resolution}
|
||||||
|
@ -11,7 +11,7 @@ block extrajs
|
||||||
script(src="/static/js/streamingsimulator.min.js")
|
script(src="/static/js/streamingsimulator.min.js")
|
||||||
|
|
||||||
block content
|
block content
|
||||||
h2 Streaming simulator
|
h2 Sphere streaming
|
||||||
|
|
||||||
p.
|
p.
|
||||||
<strike>In fact, it's not really streaming. The sphere is fully preloaded and then,
|
<strike>In fact, it's not really streaming. The sphere is fully preloaded and then,
|
||||||
|
|
|
@ -50,7 +50,7 @@ html(lang='fr')
|
||||||
li
|
li
|
||||||
a(href="#{urls.tutorial}") Tutorial
|
a(href="#{urls.tutorial}") Tutorial
|
||||||
li
|
li
|
||||||
a(href="#{urls.stream}") Streaming simulator
|
a(href="#{urls.stream}") Sphere streaming
|
||||||
li.divider
|
li.divider
|
||||||
if (session && session.user_id)
|
if (session && session.user_id)
|
||||||
li
|
li
|
||||||
|
|
Loading…
Reference in New Issue