• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/mt-daapd/admin-root/
1@include hdr.html@
2
3<h1>Feedback</h1>
4
5<div class="stx">
6
7<FORM ACTION="http://www.pedde.com/mt-daapd/register.php" METHOD="POST">
8
9<table>
10<tr valign="top">
11  <th>Works?</th>
12  <td><input type="checkbox" name="works" value="CHECKED" CHECKED></td>
13  <td>
14  The most important question.  Did this version work for you?
15  If not, uncheck the box, and put an explanation in the NOTES
16  entry below.
17  </td>
18</tr>
19
20<tr valign="top">
21  <th>Version</th>
22  <td><input type="text" name="version" value="@VERSION@"></td>
23  <td>
24  This is the version of mt-daapd you are running.  If you are using a 
25  public release, use the version number (0.1.0, 0.1.1, etc).  If it is
26  manually checked out of cvs, use 'cvs', if it is a nightly snapshot,
27  use the snapshot name, for example: 'cvs-20040328'.
28  </td>
29</tr>
30
31<tr valign="top">
32  <th>System</th>
33  <td><input type="text" name="system" value="@SYSTEM@"></td>
34  <td>
35  This is the operating system and version you are running.
36  Use something like "Sparc Solaris 9" or "x86 Linux 2.6.3" or
37  "Mac OSX 10.3" or something to help identify what platform and
38  version you are running.
39  </td>
40</tr>
41
42<tr valign="top">
43  <th>Compile args</th>
44  <td><input type="text" name="compile" value="@FLAGS@"></td>
45  <td>
46  If you used any compile flags, that would be helpful.  Examples
47  might include '--with-gdbm', or '--enable-howl' or something else.
48  </td>
49</tr>
50
51<tr valign="top">
52  <th>Notes</th>
53  <td><textarea rows=3 cols=40 name="notes"></textarea></td>
54  <td>
55  If it didn't work for you, or if you just want to make a
56  suggestion, leave those notes here.  Remember that these
57  notes are publicly viewable.
58  </td>
59</tr>
60
61<tr valign="top">
62  <th>Rating</th>
63  <td><input type="text" name="rating"></td>
64  <td>
65  Just for fun, give this release a rating from 1 to 10, 1 being
66  so bad it started your computer on fire, 10 meaning works so
67  well, it even made your breath fresher.
68  </td>
69</tr>
70</table>
71
72<input type="submit" value="Leave Feedback">
73</div>
74
75@include ftr.html@
76
77