tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit d2eaba0702567141014fc5c05e628f6eede7e912
parent dc8986f22b2ee7909643efd6bd545fffb77a1ea8
Author: rbckman <robinbackman@gmail.com>
Date:   Thu, 15 Nov 2018 10:47:37 +0200

server index page update

Diffstat:
Msrv/templates/index.html | 11+++++++----
1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/srv/templates/index.html b/srv/templates/index.html @@ -6,11 +6,14 @@ $var unrenderedfilms = unrenderedfilms $for i in renderedfilms: <p>--------------------------------------------------------------</p> - <h3>$i</h3> - <a href="static/Videos/$i/${i}.mp4"><img width="300px" src="static/Videos/$i/scene001/shot001/take001.png"/></a><br> - + <h2>$i</h2> + <a href="static/Videos/$i/${i}.mp4"><img width="80%" src="static/Videos/$i/scene001/shot001/take001.png"/></a><br> + <p>Copy project to your destination:</p> + <pre>scp -r pi@tarina.local:~/Videos/$i /to/your/destination </pre> <h1>Films unrendered</h1> $for i in unrenderedfilms: - <h3>$i </h3> + <h2>$i </h2> + <p>Copy project to your destination:</p> + <pre>scp -r pi@tarina.local:~/Videos/$i /to/your/destination </pre>