engelsystem/templates/user_shifts_add.html

45 lines
921 B
HTML
Raw Normal View History

2011-07-13 15:17:15 +02:00
<form action="" method="post">
<fieldset>
<p>
<label>
Angel:
</label>
%angel%
</p>
<p>
<label>
Date/Duration:
</label>
%date%
</p>
<p>
<label>
Location:
</label>
%location%
</p>
<p>
<label>
Title:
</label>
%title%
</p>
<p>
<label>
Type:
</label>
%type%
</p>
<p>
<label>
Comment:
<br/>
(For your eyes only)
</label>
2011-07-19 19:56:15 +02:00
<textarea name="comment">%comment%</textarea>
2011-07-13 15:17:15 +02:00
</p>
<p>
<input type="submit" name="submit" value="Send" />
</p>
</fieldset>
</form>