#6 prepare for shift entries
parent
1bb1997e04
commit
4f220e30ce
@ -0,0 +1,45 @@
|
||||
<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>
|
||||
<textarea name="comment"></textarea>
|
||||
</p>
|
||||
<p>
|
||||
<input type="submit" name="submit" value="Send" />
|
||||
</p>
|
||||
</fieldset>
|
||||
</form>
|
Loading…
Reference in New Issue