thiswebshoprules

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

commit 8735cb6f9c92ede18c8ce77487ec733a02ae0011
parent ef51ee36ceb24685d41eba376b50e21788cdf9d7
Author: Bebin Rockman <rob@radiorymd.com>
Date:   Tue,  3 Jan 2023 09:55:17 +0200

hell yea

Diffstat:
Mpublic_html/static/style.css | 4++++
Mpublic_html/templates/base.html | 2+-
Mpublic_html/templates/goodies.html | 1+
Mpublic_html/templates/op.html | 2+-
Mpublic_html/templates/products.html | 11++++++-----
5 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/public_html/static/style.css b/public_html/static/style.css @@ -240,3 +240,7 @@ button width: auto; } +#description +{ + height:100px; +} diff --git a/public_html/templates/base.html b/public_html/templates/base.html @@ -3,7 +3,7 @@ $def with (content) <HEAD> <meta charset="utf-8"> <title>Tarina web shop Welcome!</title> - <link rel="stylesheet" href="/static/style.css?v=999.999" type="text/css" rel="stylesheet"/> + <link rel="stylesheet" href="/static/style.css?v=9999.999" type="text/css" rel="stylesheet"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="cache-control" content="no-cache"> </HEAD> diff --git a/public_html/templates/goodies.html b/public_html/templates/goodies.html @@ -43,6 +43,7 @@ total: $totsats Satoshi or $toteuro &euro;<br> <br> Order is only reserved once paid. If you choose NO-SHIPPING you will have to pick up the order yourself. +Contact this guy rob@tarina.org ☮ <br> <br> </div> diff --git a/public_html/templates/op.html b/public_html/templates/op.html @@ -3,7 +3,7 @@ $def with (content) <HEAD> <meta charset="utf-8"> <title>Tarina web shop Welcome!</title> - <link rel="stylesheet" href="/static/style.css?v=9.99" type="text/css" rel="stylesheet"/> + <link rel="stylesheet" href="/static/style.css?v=999.99" type="text/css" rel="stylesheet"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="cache-control" content="no-cache"> </HEAD> diff --git a/public_html/templates/products.html b/public_html/templates/products.html @@ -25,11 +25,12 @@ $if goodies != None: <a href='/products/$idvalue?cmd=remove&soundname=$i.soundname'>remove</a> <br> <hr> -<form method="POST" enctype="multipart/form-data" action=""> -<input type="file" name="imgfile"/> <br> -<br/> -<input name="upload", type="submit" value="upload" /> -</form> +$if idvalue != '': + <form method="POST" enctype="multipart/form-data" action=""> + <input type="file" name="imgfile"/> <br> + <br/> + <input name="upload", type="submit" value="upload" /> + </form> </div> </div>