mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 05:34:58 -05:00
Patrick's shiny new web interface
This commit is contained in:
@@ -2,76 +2,104 @@
|
||||
|
||||
<h1>Feedback</h1>
|
||||
|
||||
<div class="stx">
|
||||
<p class="description">
|
||||
Here you can send feedback on your mt-daapd installation to the developer.
|
||||
</p>
|
||||
|
||||
<form action="http://www.pedde.com/mt-daapd/register.php" method="post">
|
||||
<table><tr>
|
||||
<th>Feedback</th>
|
||||
<th><input type="submit" value="Leave Feedback" /></th>
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
<table>
|
||||
<tr valign="top">
|
||||
<th>Works?</th>
|
||||
<td><input type="checkbox" name="works" value="CHECKED" checked="checked" /></td>
|
||||
<td>
|
||||
<tr>
|
||||
<td class="feedbackname" rowspan="2">Works?</td>
|
||||
<td class="feedbacktext">
|
||||
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>
|
||||
<tr>
|
||||
<td class="feedbackdata"><input class="feedbackfield" type="checkbox" name="works" value="CHECKED" checked="checked" /></td>
|
||||
</tr>
|
||||
|
||||
<tr valign="top">
|
||||
<th>Version</th>
|
||||
<td><input type="text" name="version" value="@VERSION@" /></td>
|
||||
<td>
|
||||
<tr>
|
||||
<td class="feedbackname" rowspan="2">Version</td>
|
||||
<td class="feedbacktext">
|
||||
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>
|
||||
<tr>
|
||||
<td class="feedbackdata"><input class="feedbackfield" type="text" size="40" name="version" value="@VERSION@" /></td>
|
||||
</tr>
|
||||
|
||||
<tr valign="top">
|
||||
<th>System</th>
|
||||
<td><input type="text" name="system" value="@SYSTEM@" /></td>
|
||||
<td>
|
||||
<tr>
|
||||
<td class="feedbackname" rowspan="2">System</td>
|
||||
<td class="feedbacktext">
|
||||
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>
|
||||
|
||||
<tr valign="top">
|
||||
<th>Compile args</th>
|
||||
<td><input type="text" name="compile" value="@FLAGS@" /></td>
|
||||
<td>
|
||||
If you used any compile flags, that would be helpful. Examples
|
||||
might include '--with-gdbm', or '--enable-howl' or something else.
|
||||
</td>
|
||||
<tr>
|
||||
<td class="feedbackdata"><input class="feedbackfield" type="text" size="40" name="system" value="@SYSTEM@" /></td>
|
||||
</tr>
|
||||
|
||||
<tr valign="top">
|
||||
<th>Notes</th>
|
||||
<td><textarea rows="3" cols="40" name="notes"></textarea></td>
|
||||
<td>
|
||||
<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.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="feedbackdata"><input class="feedbackfield" type="text" size="40" name="compile" value="@FLAGS@" /></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="feedbackname" rowspan="2">Notes</td>
|
||||
<td class="feedbacktext">
|
||||
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>
|
||||
<tr>
|
||||
<td class="feedbackdata"><textarea class="feedbackfield" rows="3" cols="40" name="notes"></textarea></td>
|
||||
</tr>
|
||||
|
||||
<tr valign="top">
|
||||
<th>Rating</th>
|
||||
<td><input type="text" name="rating" /></td>
|
||||
<td>
|
||||
<tr>
|
||||
<td class="feedbackname" rowspan="2">Rating</td>
|
||||
<td class="feedbacktext">
|
||||
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>
|
||||
<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>
|
||||
</table>
|
||||
|
||||
<div><input type="submit" value="Leave Feedback" /></div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
@include ftr.html@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user