JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
updated to latest wfpl
[contractor-progress.git] / index.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 {~-->
11
12   <h2>Progress Manager</h2>
13
14   <p>This page is for giving Jason Woofenden work and figuring out the details of the associated tasks, costs and priorities.</p>
15
16   <p><a href="tasks?tasks_new=1">Add a task</a> &bull; <!--~not_contractor_links {~--><a href="tasks?tasks_new_bug=1">Report a problem</a><!-- &bull; <a href="pay">Pay Jason</a>--><!--~}~--><!--~contractor_links {~--><a href="people">Manage accounts</a><!--~}~--><!--~su_link {~--> &bull; <a href="su">Switch login</a><!--~}~--></p>
17
18   <!--~needs_attention_header {~-->
19     <h3>Tasks needing your attention:</h3>
20   <!--~}~-->
21     <!--~needs_approval_row {~-->
22     <div class="task_link">~client html~ <a href="tasks?tasks_id=~task_id~">#~task_id~: ~task_title html~</a> (~task_state~)</div>
23     <!--~}~-->
24     <!--~needs_fixing_row {~-->
25     <div class="task_link">~client html~ <a href="tasks?tasks_edit_id=~task_id~">#~task_id~: ~task_title html~</a> (~task_state~)</div>
26     <!--~}~-->
27
28   <!--~jason {~-->
29     <h3>Tasks waiting for Jason:</h3>
30     <!--~jason_row {~-->
31     <div class="task_link"><a href="tasks?tasks_id=~task_id~">#~task_id~: ~task_title html~</a> (~task_state~)</div>
32     <!--~}~-->
33   <!--~}~-->
34
35   <!--~jason_working {~-->
36     <h4>Jason is currently working on:</h4>
37     <!--~jason_working_row {~-->
38     <div class="task_link"><a href="tasks?tasks_id=~task_id~">#~task_id~: ~task_title html~</a> (~task_price money~)</div>
39     <!--~}~-->
40   <!--~}~-->
41
42   <!--~queue {~-->
43     <h4>Queued tasks</h4>
44     <div>Jason hasn't started on these yet. You can use the arrows to set the priority order. Jason will do the top one first.</div>
45     <!--~queue_row {~-->
46     <div class="task_link"><span class="updown"><div class="updown_links"> <a href="tasks?tasks_edit_id=~task_id~&amp;bump=down">later</a> <a href="tasks?tasks_edit_id=~task_id~&amp;bump=up">sooner</a> <a href="tasks?tasks_edit_id=~task_id~&amp;bump=bottom">last</a> <a href="tasks?tasks_edit_id=~task_id~&amp;bump=top">first</a></div></span> ~client html~ <a href="tasks?tasks_id=~task_id~">#~task_id~: ~task_title html~</a> (~task_price money~)</div>
47     <!--~}~-->
48   <!--~}~-->
49
50   <!--~finished_untested {~-->
51     <h3>Finished but not tested</h3>
52     <!--~finished_untested_row {~-->
53     <div class="task_link">~client html~ <a href="tasks?tasks_id=~task_id~">#~task_id~: ~task_title html~</a> (~task_price money~)</div>
54     <!--~}~-->
55     <div>Total: ~task_total money~</div>
56   <!--~}~-->
57
58   <!--~finished_unpaid {~-->
59     <h3>Finished tasks</h3>
60     <!--~finished_unpaid_row {~-->
61     <div class="task_link">~client html~ <a href="tasks?tasks_id=~task_id~">#~task_id~: ~task_title html~</a> (~task_price money~)</div>
62     <!--~}~-->
63     <div>Total: ~task_total money~</div>
64   <!--~}~-->
65
66   <!--~unpaid_totals {~-->
67     <h3>Unpaid totals</h3>
68     <table cellpadding="3" cellspacing="0" border="1" summary="">
69     <tr><th>Client</th><th>Queued<br />&amp; WIP</th><th>Done</th><th>Done &amp;<br />Tested</th><th>Done But<br />Not Tested</th></tr>
70     <!--~unpaid_totals_row {~-->
71     <tr><td>~client html~</td><td class="num">~queued_total money~</td><td class="num">~done_total money~</td><td class="num">~tested_total money~</td><td class="num">~not_tested_total money~</td></tr>
72     <!--~}~-->
73     </table>
74   <!--~}~-->
75
76   <!--~finished_paid {~-->
77     <h3>Finished and paid for</h3>
78     <!--~finished_paid_row {~-->
79     <div class="task_link">~client html~ <a href="tasks?tasks_id=~task_id~">#~task_id~: ~task_title html~</a></div>
80     <!--~}~-->
81     <!--~finished_paid_and_more {~-->
82     <div class="task_link">...</div>
83     <!--~}~-->
84   <!--~}~-->
85
86 <!--~}~-->
87 </body>
88 </html>