summaryrefslogtreecommitdiff
path: root/client/templates/dates.html
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-07-14 18:31:49 +0300
committerYuval Adam <yuval@y3xz.com>2015-07-14 18:31:49 +0300
commita3ff3580d8067ff76c06d7e5859a546ecc099098 (patch)
tree7ad71d65cd6f5015b28e6fb961aaf7fd4fee3296 /client/templates/dates.html
parent8928aa417555cb6c00156eef6b19a221211d43cc (diff)
Date selection works
Diffstat (limited to 'client/templates/dates.html')
-rw-r--r--client/templates/dates.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/client/templates/dates.html b/client/templates/dates.html
index 7e277c5..62a6a77 100644
--- a/client/templates/dates.html
+++ b/client/templates/dates.html
@@ -28,10 +28,12 @@
</div>
</div>
</div>
- <form class="date-form">
- <input type="hidden" name="month" id="month" value="01">
- <input type="hidden" name="year" id="year" value="15">
- </form>
</div>
+ <form class="dates">
+ <input type="hidden" name="month" id="month" value="01">
+ <input type="hidden" name="year" id="year" value="15">
+ <div class="error" style="display: none;">Apparently you don't have enough photos to create a statistic from, please choose another month and try again</div>
+ <button class="next" style="display: none;">Start</button>
+ </form>
</div>
</template>