2023-12-16 01:40:05 +00:00
|
|
|
<form action="./mailinglist" method="post">
|
2024-07-28 22:59:28 +00:00
|
|
|
<div class="form-check">
|
|
|
|
<input class="form-check-input" type="checkbox" name="enableupdates" {{if enableupdates}} checked {{end}} id="flexCheckUpdates">
|
|
|
|
<label class="form-check-label" for="flexCheckUpdates">
|
|
|
|
Updates
|
|
|
|
</label>
|
|
|
|
</div>
|
2023-12-16 01:40:05 +00:00
|
|
|
<div class="form-check">
|
|
|
|
<input class="form-check-input" type="checkbox" name="enablemovies" {{if enablemovies}} checked {{end}} id="flexCheckMovies">
|
|
|
|
<label class="form-check-label" for="flexCheckMovies">
|
|
|
|
Movies
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
<div class="form-check">
|
|
|
|
<input class="form-check-input" type="checkbox" name="enableshows" {{if enableshows}} checked {{end}} id="flexCheckShows">
|
|
|
|
<label class="form-check-label" for="flexCheckShows">
|
|
|
|
Shows
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
<div class="form-check">
|
2024-07-28 22:59:28 +00:00
|
|
|
<input class="form-check-input" type="checkbox" name="enablealbums" {{if enablealbums}} checked {{end}} id="flexCheckAlbums">
|
|
|
|
<label class="form-check-label" for="flexCheckAlbums">
|
|
|
|
Music Albums
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
<!--<div class="form-check">
|
2023-12-16 01:40:05 +00:00
|
|
|
<input class="form-check-input" type="checkbox" name="enablesingles" {{if enablesingles}} checked {{end}} id="flexCheckSingle">
|
|
|
|
<label class="form-check-label" for="flexCheckSingle">
|
|
|
|
Music - Single
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
<div class="form-check">
|
|
|
|
<input class="form-check-input" type="checkbox" name="enablealbums" {{if enablealbums}} checked {{end}} id="flexCheckAlbum">
|
|
|
|
<label class="form-check-label" for="flexCheckAlbum">
|
|
|
|
Music - Album
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
<div class="form-check">
|
|
|
|
<input class="form-check-input" type="checkbox" name="enablesoftware" {{if enablesoftware}} checked {{end}} id="flexCheckSoftware">
|
|
|
|
<label class="form-check-label" for="flexCheckSoftware">
|
|
|
|
Software
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
<div class="form-check">
|
|
|
|
<input class="form-check-input" type="checkbox" name="enableother" {{if enableother}} checked {{end}} id="flexCheckOther">
|
|
|
|
<label class="form-check-label" for="flexCheckOther">
|
|
|
|
Other
|
|
|
|
</label>
|
2024-07-28 22:59:28 +00:00
|
|
|
</div>-->
|
2023-12-16 01:40:05 +00:00
|
|
|
<input type="submit" value="Update" class="btn btn-primary">
|
|
|
|
</form>
|