~intrahealth+informatics/ihris-plan/1.0.4-release

« back to all changes in this revision

Viewing changes to sites/wamp/templates/feedback_form.html

  • Committer: Luke Duncan
  • Date: 2008-09-09 09:12:29 UTC
  • mfrom: (40.1.6 plan)
  • Revision ID: lduncan@intrahealth.org-20080909091229-9z7bin8z8srlg1o1
Merged in changes from 1.0.0 release branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<div id="feedback">
 
2
<p>
 
3
If you have a  bug report, problem with the page, feature request or question, 
 
4
please contact us by filling out and submitting the following form. Your comments 
 
5
and email address will be kept private in accordance with the Capacity Project's 
 
6
<a target="_new" href="http://www.capacityproject.org/index?option=com_content&amp;task=view&amp;id=34&amp;Itemid=63">privacy policy</a>. 
 
7
 We will use your email address only to reply to your request.
 
8
 
 
9
You may also contact us by emailing us directly at 
 
10
<a href="mailto:hris@capacityproject.org">hris@capacityproject.org</a>.
 
11
</p>
 
12
<hr />
 
13
 
 
14
<h4>Site Feedback Form</h4>
 
15
<!-- <p>Required fields are marked with a red asterisk (<span style="color:red;"><b>*</b></span>)</p> -->
 
16
<div id="error" />
 
17
<form method="POST" action="feedback">
 
18
<input type="hidden" name="referer" id="referer" />
 
19
<table class="tableForm">
 
20
  <tr>
 
21
   <td colspan="2"><label for="Comments">Comments:</label><br />
 
22
   <textarea name="Comments" rows="10" cols="45" id="Comments"></textarea>
 
23
   </td>
 
24
  </tr>
 
25
  <tr class="spacer">
 
26
   <td><label for="Name">Name:</label></td>
 
27
   <td><input type="text" name="Name" id="Name" />
 
28
   </td>
 
29
  </tr>
 
30
  <tr>
 
31
   <td><label for="Company">Company:</label></td>
 
32
   <td><input type="text" name="Company" id="Company" />
 
33
   </td>
 
34
  </tr>
 
35
  <tr>
 
36
   <td><label for="Title">Title:</label></td>
 
37
   <td><input type="text" name="Title" id="Title" />
 
38
   </td>
 
39
  </tr>
 
40
  <tr>
 
41
   <td><label for="Industry">Industry:</label></td>
 
42
   <td><input type="text" name="Industry" id="Industry" /></td>
 
43
  </tr>
 
44
  <tr>
 
45
   <td><label for="Address">Address:</label></td>
 
46
   <td><input type="text" name="Address" id="Address" />
 
47
   </td>
 
48
  </tr>
 
49
  <tr>
 
50
   <td><label for="City">City:</label></td>
 
51
   <td><input type="text" name="City" id="City" />
 
52
   </td>
 
53
  </tr>
 
54
  <tr>
 
55
   <td><label for="State">State/Province:</label></td>
 
56
   <td><input type="text" name="State" id="State" />
 
57
   </td>
 
58
  </tr>
 
59
  <tr>
 
60
   <td><label for="Postal_Code">Postal Code:</label></td>
 
61
   <td><input type="text" name="Postal_Code" id="Postal_Code" />
 
62
   </td>
 
63
  </tr>
 
64
  <tr>
 
65
   <td><label for="Country">Country:</label></td>
 
66
   <td><input type="text" name="Country" id="Country" />
 
67
   </td>
 
68
  </tr>
 
69
  <tr class="spacer">
 
70
   <td><label for="Telephone">Telephone:</label></td>
 
71
   <td><input type="text" name="Telephone" id="Telephone" />
 
72
   </td>
 
73
  </tr>
 
74
  <tr>
 
75
   <td><label for="Fax">Fax:</label></td>
 
76
   <td><input type="text" name="Fax" id="Fax" />
 
77
   </td>
 
78
  </tr>
 
79
  <tr>
 
80
   <td><label for="Email">Email:</label></td>
 
81
   <td><input type="text" name="Email" id="Email" />
 
82
   </td>
 
83
  </tr>
 
84
  <tr class="spacer">
 
85
   <td><!-- <p class="smallGray"><span style="color: red;">*</span> Required</p> --></td>
 
86
   <td><input type="submit" value="Submit" name="submit" class="button" />
 
87
    <input type="reset" value="Clear" name="reset" class="button" />
 
88
   </td>
 
89
  </tr>
 
90
 </table>
 
91
 
 
92
</form>
 
93
 
 
94
</div><!-- /feedback -->
 
 
b'\\ No newline at end of file'