aboutsummaryrefslogtreecommitdiff
path: root/make_timer.html
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2025-08-28 01:34:57 -0700
committerzlg <zlg@zlg.space>2025-08-28 01:34:57 -0700
commit4b0d0aad228fa17040d9f8be42073d0404b0f06b (patch)
treec35c333f36bb606cb6aa0f1e00cc59c9d6cfe914 /make_timer.html
parentAdd 'labeled_bar' style (diff)
downloadzsst-4b0d0aad228fa17040d9f8be42073d0404b0f06b.tar.gz
zsst-4b0d0aad228fa17040d9f8be42073d0404b0f06b.tar.bz2
zsst-4b0d0aad228fa17040d9f8be42073d0404b0f06b.tar.xz
zsst-4b0d0aad228fa17040d9f8be42073d0404b0f06b.zip
Remove 'p5' style, replace with 'labeled_bar'HEADmaster
The more generic style supports a parameterized label instead of the hard-coded "Are you ready to enter Game Z?" I also took the opportunity to refactor the code so it looks for features/values and not the specific style.
Diffstat (limited to '')
-rw-r--r--make_timer.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/make_timer.html b/make_timer.html
index bfa7098..17fda8c 100644
--- a/make_timer.html
+++ b/make_timer.html
@@ -23,7 +23,6 @@
<input type="radio" id="cdstyle" name="cdstyle" value="standard">Standard Countdown</input>
<input type="radio" id="cdstyle" name="cdstyle" value="bar">Progress Bar</input>
<input type="radio" id="cdstyle" name="cdstyle" value="labeled_bar">Labeled Bar</input>
- <input type="radio" id="cdstyle" name="cdstyle" value="p5">Persona 5</input>
</section>
<section>
<label for="duration">Countdown Duration, in seconds</label>
@@ -31,7 +30,7 @@
</section>
<section>
<label for="label_text">Text to Display Above Countdown (used in Labeled Bar)</label>
- <input name="label_text" type="text" id="end_text">
+ <input name="label_text" type="text" id="label_text">
</section>
<section>
<label for="end_text">Text to Display at End of Countdown</label>
@@ -46,7 +45,7 @@
<input name="f_color" type="color" id="f_color">
</section>
<section>
- <label for="b_color">Bar Color</label>
+ <label for="b_color">Bar Color (used in Bar-enabled styles)</label>
<input name="b_color" type="color" id="b_color">
</section>
<section class="bottom">