JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
cce4e0c19856caf649bbe02c8200367520d71de3
[contractor-progress.git] / tasks.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5   <title>tasks entry</title>
6   <link rel="stylesheet" href="style.css" type="text/css" />
7 </head>
8
9 <body>
10   <!--~main_body start~-->
11
12 <!--~form start~-->
13   <h2><!--~new_msg start~-->Add a new entry<!--~end~--><!--~edit_msg start~-->Edit entry "~client_id.html~"<!--~end~--></h2>
14
15   <form action="tasks" method="post"><!--~editing start~--><input type="hidden" name="tasks_edit_id" value="~tasks_edit_id.attr~" /><!--~end~-->
16     <table cellspacing="0" cellpadding="4" border="0" summary="">
17
18       <tr><td class="caption">Title: </td><td class="field"><input type="text" name="title" value="~title.attr~" /></td></tr>
19
20       <tr><td class="caption">Url: </td><td class="field"><input type="text" name="url" value="~url.attr~" /></td></tr>
21
22       <tr><td class="caption">Description: </td><td class="field"><textarea rows="9" cols="22" name="description">~description.html~</textarea></td></tr>
23
24       <tr><td class="submit_row" colspan="2"><input type="submit" name="save" value="Save" /></td></tr>
25     </table>
26   </form>
27 <!--~end~-->
28
29 <!--~thankyou start~-->
30   <p>Thank you for taking the time to fill out this form.</p>
31 <!--~end~-->
32
33 <!--~end~-->
34 </body>
35 </html>