tarina

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

commit 8dce44bdda76ac5e2bc758f7e4121a5dd74a1973
parent 57f60f46dae290bee94e6eb92a4f4344379ccc70
Author: rob <rob@tarina.org>
Date:   Fri, 17 Mar 2023 17:23:15 +0000

likemagic

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

diff --git a/srv/templates/index.html b/srv/templates/index.html @@ -24,6 +24,9 @@ $for m in menu[3:]: $ 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> <br> +TARINACNTRL +<br> +<br> <a href="/?func=view">VIEW</a> <a href="/?func=up">__UP__</a> <a href="/?func=record">RECORD</a><br> <a href="/?func=left">LEFT</a> <a href="/?func=middle">MIDDLE</a> <a href="/?func=right">RIGHT</a><br> <a href="/?func=delete">DELETE</a> <a href="/?func=down">DOWN</a> <a href="/?func=retake">RETAKE</a><br>