initial commit

This commit is contained in:
2017-10-10 14:30:28 +01:00
commit e1f112083d
49 changed files with 2710 additions and 0 deletions

8
template/form-week.html Normal file
View File

@@ -0,0 +1,8 @@
<label for="week-from">Week vanaf</label>
<select name="week-from" id="week-from">
{OPTIONS-FROM}
</select>
<label for="week-to">Week tot</label>
<select name="week-to" id="week-to">
{OPTIONS-TO}
</select>