camper/web/templates/public
jordi fita mas 44526b1efb Add the edit form for services
This one has an input to select the icon.  It makes no sense to choose
an icon only by name, thus a <select> is not appropriate, and had to
use a hidden input with a row of button to choose the icon from.  This
works now only because there are very few icons; we’ll need to choose
a different approach when there are many more icons.

Since now the icons have to be defined in CSS for both the public and
admin sections, i had to split it into a separate file that both sites
can use.  I considered the option to “include” that CSS with m4, like
i do for images in demo.sql, but it made everything too complicated
(e.g., having to call make for each change in the CSS), and decided to
load that CSS in a separate <link>.
2023-09-25 20:10:33 +02:00
..
campsite Add public page for campsite type, and function to edit them 2023-08-08 02:45:54 +02:00
form.gohtml Split templates and handlers into admin and public 2023-08-05 03:42:37 +02:00
home.gohtml Add the services page 2023-09-17 03:42:16 +02:00
layout.gohtml Add the edit form for services 2023-09-25 20:10:33 +02:00
page.gohtml Add the pages section 2023-08-08 20:09:57 +02:00
services.gohtml Add the services page 2023-09-17 03:42:16 +02:00
surroundings.gohtml Add the surroundings static page 2023-09-17 00:11:39 +02:00