thiswebshoprules

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

commit f0d0ce325fa9630ab5a84de2dc453cbb2797c26e
parent 85e057324bf8a5de974da5818d9478b835a57516
Author: rob <rob@tarina.org>
Date:   Tue, 10 Jan 2023 21:05:56 +0200

yeah

Diffstat:
Mdb/cyberpunkcafe.db | 0
Mpublic_html/templates/index.html | 3++-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/db/cyberpunkcafe.db b/db/cyberpunkcafe.db Binary files differ. diff --git a/public_html/templates/index.html b/public_html/templates/index.html @@ -38,12 +38,13 @@ $for i in products: $ goodies = db.query("SELECT * FROM soundlink WHERE id='" +i.id+"';") $for g in goodies: $if g.soundname[-5:] == '.jpeg' or g.soundname[-4:] == '.png': - <a href="/bigpic/$g.id"><img class="imgprod" src="/static/img/thumb/$g.soundname"></a> + <a href="/bigpic/$g.id"><img class="imgprod" src="/static/img/web/$g.soundname"></a> $code: sat, euro = getprice(i.id) <h2> $i.name </h2> + <code>$i.category</code> <pre>$i.description</pre> $if i.available > 0: Price $sat Satoshi ~ $euro &euro; <a href="?putinbag=$i.id#$i.id">order</a><br>