diff options
author | Jan-Philipp Litza <janphilipp@litza.de> | 2011-12-27 22:13:17 +0100 |
---|---|---|
committer | Jan-Philipp Litza <janphilipp@litza.de> | 2011-12-27 22:13:17 +0100 |
commit | 037f19a137cec99a1ba14c138b5cf97e425767f0 (patch) | |
tree | b816168297cb2ff5e72df83069bc0470be0628c7 /templates | |
parent | 82592662978903a50ad2b31669c0ed56e0fb9129 (diff) |
Give MANY more filter options on shift view
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layout.html | 3 | ||||
-rw-r--r-- | templates/user_shifts.html | 9 |
2 files changed, 11 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html index bcff1fe3..6865bfcd 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -10,7 +10,8 @@ <meta http-equiv="expires" content="0" /> <meta name="robots" content="index" /> <meta name="revisit-after" content="1 days" /> - <script type="text/javascript" src="css/grossbild.js"> + <script type="text/javascript" src="css/grossbild.js"></script> + <script type="text/javascript" src="css/forms.js"></script> </script> <link rel="stylesheet" type="text/css" href="css/base.css" /> <link rel="stylesheet" type="text/css" href="css/style%theme%.css" /> diff --git a/templates/user_shifts.html b/templates/user_shifts.html index 99d62ea0..84bc34c6 100644 --- a/templates/user_shifts.html +++ b/templates/user_shifts.html @@ -1,5 +1,14 @@ +<form action="" type="get"> +<fieldset id="filter"><legend>Filter</legend> +<input type="hidden" name="p" value="user_shifts"> %room_select% +%type_select% %day_select% +%filled_select% +<input type="submit" style="width: 100%;" value="Filtern"> +</fieldset> +</form> + <table> <thead> <tr> |