diff -r 487a16c7117c -r e5f1f45ea7e2 themes/iphone/config.tpl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/themes/iphone/config.tpl Fri Jun 12 13:49:22 2009 -0400 @@ -0,0 +1,216 @@ +{** + * Template file for default Funky Monkey theme + * Web control interface script for Amarok + * Written by Dan Fuhry - 2008 + * + * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied + * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details. + *} + + + + + Greyhound: Configuration + + + + + + + + + + + + « Return to playlist +
+ +
+ +
+ + + + + + {if $tried} + + + + {/if} + + {if $message} + + + + {/if} + + + {if $needpass} + + + + + + + {/if} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Greyhound configuration
+ {if $success} +

{$success|nl2br}

+ {else} +

{$error|nl2br}

+ {/if} +
+

{$message|nl2br}

+
+ Config password: +
+ +
+ +
+ +
+ +
+ +
+ Diagnostics +
+ Clear artwork cache +
+ Refresh playlist +
+ Authentication +
+ + Login required for access +
+ User list:
+ Warning: passwords aren't encrypted
+
+ {strip} + {foreach key=username item=password from=$users} + + {/foreach} + {/strip} + +
+ Change config password:
+ +
+ + +
+
+ +
+ + « Return to playlist + +
+ {include file="footer.tpl"} +
+ + +