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
index 829132c..efc99c4 100644 (file)
@@ -9,17 +9,34 @@
 <body>
   <!--~main_body start~-->
 
-<!--~form start~-->
-  <h3><!--~new_msg start~-->Add a new task<!--~end~--><!--~edit_msg start~-->Edit task #~tasks_edit_id~ "~title.html~"<!--~end~--></h3>
+<!--~display_body start~-->
+  <h3><!--~normal_title start~-->Task #~task_id~<!--~end~--><!--~bug_title start~-->Problem Report<!--~end~--> "~title.html~"</h3>
+
+  <p><strong>Title</strong>: ~title.html~</p>
+
+  <p><strong>Status</strong>: ~state.html~</p>
+
+  <p><strong>URL</strong>: <a target="_new" href="~url.attr~">~url.html~</a></p>
+
+  <p style="padding-left: 20px; text-indent: -20px"><strong>Narrative</strong>:<br />
+  ~description.htmlbrtab~</p>
+
+  <p><a href="./">Back</a></p>
+<!--~end~-->
+
+<!--~edit_body start~-->
+  <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>
 
   <form action="tasks" method="post"><!--~editing start~--><input type="hidden" name="tasks_edit_id" value="~tasks_edit_id.attr~" /><!--~end~-->
     <table cellspacing="0" cellpadding="4" border="0" summary="">
 
-      <tr><td class="caption">Title: </td><td class="field"><input type="text" name="title" value="~title.attr~" /></td></tr>
+      <tr><td class="caption">Title: </td><td class="field"><input type="text" size="40" name="title" value="~title.attr~" /></td></tr>
+
+      <tr><td class="caption">URL: </td><td class="field"><input type="text" size="40" name="url" value="~url.attr~" /></td></tr>
 
-      <tr><td class="caption">Url: </td><td class="field"><input type="text" name="url" value="~url.attr~" /></td></tr>
 
-      <tr><td class="caption">Description: </td><td class="field"><textarea rows="9" cols="22" name="description">~description.html~</textarea></td></tr>
+      <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>
+      <tr><td colspan="2" class="field"><textarea rows="20" cols="50" name="description">~description.html~</textarea></td></tr>
 <!--~normal_submits start~-->
       <tr><td class="submit_row" colspan="2"><input type="submit" name="save" value="Save and Request Price" /></td></tr>
       <tr><td class="submit_row" colspan="2"><input type="submit" name="save_draft" value="Save Draft" /></td></tr>
 <!--~end~-->
     </table>
   </form>
-<!--~end~-->
 
-<!--~thankyou start~-->
-  <p>Thank you for taking the time to fill out this form.</p>
+  <p><a href="./">Cancel</a></p>
 <!--~end~-->
 
+
 <!--~end~-->
 </body>
 </html>