owntone-server/admin-root/feedback.html

106 lines
3.2 KiB
HTML
Raw Normal View History

2004-04-02 01:48:24 -05:00
@include hdr.html@
<h1>Feedback</h1>
2005-11-14 00:41:18 -05:00
<p class="description">
Here you can send feedback on your mt-daapd installation to the developer.
</p>
2004-04-02 01:48:24 -05:00
<form action="http://www.pedde.com/mt-daapd/register.php" method="post">
2005-11-14 00:41:18 -05:00
<table><tr>
<th>Feedback</th>
<th><input type="submit" value="Leave Feedback" /></th>
</th>
</tr>
2004-04-02 01:48:24 -05:00
2005-11-14 00:41:18 -05:00
<tr>
<td class="feedbackname" rowspan="2">Works?</td>
<td class="feedbacktext">
2004-04-02 01:48:24 -05:00
The most important question. Did this version work for you?
If not, uncheck the box, and put an explanation in the NOTES
entry below.
</td>
</tr>
2005-11-14 00:41:18 -05:00
<tr>
<td class="feedbackdata"><input class="feedbackfield" type="checkbox" name="works" value="CHECKED" checked="checked" /></td>
</tr>
2004-04-02 01:48:24 -05:00
2005-11-14 00:41:18 -05:00
<tr>
<td class="feedbackname" rowspan="2">Version</td>
<td class="feedbacktext">
2004-04-02 01:48:24 -05:00
This is the version of mt-daapd you are running. If you are using a
public release, use the version number (0.1.0, 0.1.1, etc). If it is
manually checked out of cvs, use 'cvs', if it is a nightly snapshot,
use the snapshot name, for example: 'cvs-20040328'.
</td>
</tr>
2005-11-14 00:41:18 -05:00
<tr>
<td class="feedbackdata"><input class="feedbackfield" type="text" size="40" name="version" value="@VERSION@" /></td>
</tr>
2004-04-02 01:48:24 -05:00
2005-11-14 00:41:18 -05:00
<tr>
<td class="feedbackname" rowspan="2">System</td>
<td class="feedbacktext">
2004-04-02 01:48:24 -05:00
This is the operating system and version you are running.
Use something like "Sparc Solaris 9" or "x86 Linux 2.6.3" or
"Mac OSX 10.3" or something to help identify what platform and
version you are running.
</td>
</tr>
2005-11-14 00:41:18 -05:00
<tr>
<td class="feedbackdata"><input class="feedbackfield" type="text" size="40" name="system" value="@SYSTEM@" /></td>
</tr>
2004-04-02 01:48:24 -05:00
2005-11-14 00:41:18 -05:00
<tr>
<td class="feedbackname" rowspan="2">Compile arguments</td>
<td class="feedbacktext">
If you used any compile flags, that would be helpful. Examples might include
'--with-gdbm', or '--enable-howl' or something else.
2004-04-02 01:48:24 -05:00
</td>
</tr>
2005-11-14 00:41:18 -05:00
<tr>
<td class="feedbackdata"><input class="feedbackfield" type="text" size="40" name="compile" value="@FLAGS@" /></td>
</tr>
2004-04-02 01:48:24 -05:00
2005-11-14 00:41:18 -05:00
<tr>
<td class="feedbackname" rowspan="2">Notes</td>
<td class="feedbacktext">
2004-04-02 01:48:24 -05:00
If it didn't work for you, or if you just want to make a
suggestion, leave those notes here. Remember that these
notes are publicly viewable.
</td>
</tr>
2005-11-14 00:41:18 -05:00
<tr>
<td class="feedbackdata"><textarea class="feedbackfield" rows="3" cols="40" name="notes"></textarea></td>
</tr>
2004-04-02 01:48:24 -05:00
2005-11-14 00:41:18 -05:00
<tr>
<td class="feedbackname" rowspan="2">Rating</td>
<td class="feedbacktext">
2004-04-02 01:48:24 -05:00
Just for fun, give this release a rating from 1 to 10, 1 being
so bad it started your computer on fire, 10 meaning works so
well, it even made your breath fresher.
</td>
</tr>
2005-11-14 00:41:18 -05:00
<tr>
<td class="feedbackdata">
<select class="feedbackfield" name="rating">
<option value="10">10 - it made my breath fresher</option>
<option value="9">9</option>
<option value="8">8</option>
<option value="7">7</option>
<option value="6" selected="SELECTED">6 - we're gonna wait and see</option>
<option value="5">5</option>
<option value="4">4</option>
<option value="3">3</option>
<option value="2">2</option>
<option value="1">1 - it set my computer on fire</option>
</select>
</td>
</tr>
2004-04-02 01:48:24 -05:00
</table>
</form>
2004-04-02 01:48:24 -05:00
@include ftr.html@