JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added real logins, login administration, task viewer page, contractor main page
[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 <!--~display_body start~-->
13   <h3><!--~normal_title start~-->Task #~task_id~<!--~end~--><!--~bug_title start~-->Problem Report<!--~end~--> "~title.html~"</h3>
14
15   <p><strong>Title</strong>: ~title.html~</p>
16
17   <p><strong>Status</strong>: ~state.html~</p>
18
19   <p><strong>URL</strong>: <a target="_new" href="~url.attr~">~url.html~</a></p>
20
21   <p style="padding-left: 20px; text-indent: -20px"><strong>Narrative</strong>:<br />
22   ~description.htmlbrtab~</p>
23
24   <p><a href="./">Back</a></p>
25 <!--~end~-->
26
27 <!--~edit_body start~-->
28   <h3><!--~bug_msg start~-->Report a problem<!--~end~--><!--~new_msg start~-->Add a new task<!--~end~--><!--~edit_msg start~-->Edit task #~tasks_edit_id~ "~title.html~"<!--~end~--></h3>
29
30   <form action="tasks" method="post"><!--~editing start~--><input type="hidden" name="tasks_edit_id" value="~tasks_edit_id.attr~" /><!--~end~-->
31     <table cellspacing="0" cellpadding="4" border="0" summary="">
32
33       <tr><td class="caption">Title: </td><td class="field"><input type="text" size="40" name="title" value="~title.attr~" /></td></tr>
34
35       <tr><td class="caption">URL: </td><td class="field"><input type="text" size="40" name="url" value="~url.attr~" /></td></tr>
36
37
38       <tr><td colspan="2"><!--~normal_instructions start~-->Below, write as if the change/addition you would like has already been implemented. Write a first-person narrative with the specifics of what you do and what you see as a result. <a target="_new" href="narrative_example">See an example</a>.<!--~end~--><!--~bug_instructions start~-->Below, describe in detail 1) what you do, 2) what you expect to see, 3) what you see instead<!--~end~--></td></tr>
39       <tr><td colspan="2" class="field"><textarea rows="20" cols="50" name="description">~description.html~</textarea></td></tr>
40 <!--~normal_submits start~-->
41       <tr><td class="submit_row" colspan="2"><input type="submit" name="save" value="Save and Request Price" /></td></tr>
42       <tr><td class="submit_row" colspan="2"><input type="submit" name="save_draft" value="Save Draft" /></td></tr>
43 <!--~end~-->
44 <!--~bug_submit start~-->
45       <tr><td class="submit_row" colspan="2"><input type="submit" name="save_bug" value="Send Problem Report" /></td></tr>
46 <!--~end~-->
47     </table>
48   </form>
49
50   <p><a href="./">Cancel</a></p>
51 <!--~end~-->
52
53
54 <!--~end~-->
55 </body>
56 </html>