tarina

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

commit fbcd94ea06cc6bb2c6b9873606ffbcf04f6e16be
parent 5f711b00231e34ce9ebd9b5e8bf467aa3d4aba8a
Author: rob <rob@tarina.org>
Date:   Fri, 17 Mar 2023 20:28:40 +0000

make it big

Diffstat:
Msrv/templates/index.html | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srv/templates/index.html b/srv/templates/index.html @@ -15,7 +15,7 @@ $for i in cameras: <a href="/?func=delete">DELETE</a> <a href="/?func=down">DOWN</a> <a href="/?func=retake">RETAKE</a><br> <a href="/?func=picture">PICTURE</a> <a href="/?func=search">SEARCH</a> -<div id="menu" style="margin:0 auto; width:80%"> +<div id="menu" style="margin:0 auto; width:99%"> $ y=0 $for m in menu[3:]: $if selected == y: @@ -24,11 +24,11 @@ $for m in menu[3:]: $m $ y+=1 </div> -$if thumb: - $ picture="static/Videos/" + name + "/scene" + str(scene).zfill(3) + "/shot" + str(shot).zfill(3) + "/take" + str(take).zfill(3) + ".jpeg" -$else: +$if thumb != '': $ picture="static/Videos/" + name + "/scene" + str(scene).zfill(3) + "/shot" + str(shot).zfill(3) + "/picture" + str(take).zfill(3) + ".jpeg" -<img width="80%" src="$picture?$randhash"/><br> +$else: + $ picture="static/Videos/" + name + "/scene" + str(scene).zfill(3) + "/shot" + str(shot).zfill(3) + "/take" + str(take).zfill(3) + ".jpeg" +<img width="99%" src="$picture?$randhash"/><br> <br> <h1>FILMS</h1>