Last change
on this file since 6769 was
3609,
checked in by patdenice, 15 years ago
|
Convert all php and tpl files in Unix format for my plugins.
|
File size:
1.7 KB
|
Line | |
---|
1 | <div class="titrePage"> |
---|
2 | <h2>Wired For Sound</h2> |
---|
3 | </div> |
---|
4 | |
---|
5 | <form method="post" action="" class="properties" ENCTYPE="multipart/form-data"> |
---|
6 | <fieldset> |
---|
7 | <legend>{'wfs_configuration'|@translate}</legend> |
---|
8 | <table> |
---|
9 | <tr> |
---|
10 | <td align="right"><br>{'wfs_default_directory'|@translate} </td> |
---|
11 | <td><br> |
---|
12 | <input type="text" size="80" maxlength="255" value="{$DEFAULT_PATH}" name="default_path"/></td> |
---|
13 | </tr> |
---|
14 | <tr> |
---|
15 | <td align="right"><br>{'wfs_default_volume'|@translate} </td> |
---|
16 | <td><br> |
---|
17 | <input type="text" size="3" maxlength="3" value="{$DEFAULT_VOLUME}" name="default_volume"/> %</td> |
---|
18 | </tr> |
---|
19 | <tr> |
---|
20 | <td align="right"><br>{'wfs_player_width'|@translate} </td> |
---|
21 | <td><br> |
---|
22 | <input type="radio" value="44" name="width_player" {$SMALL_PLAYER} />{'wfs_litle'|@translate} |
---|
23 | <input type="radio" value="64" name="width_player" {$MEDIUM_PLAYER} />{'wfs_medium'|@translate} |
---|
24 | <input type="radio" value="202" name="width_player" {$BIG_PLAYER} />{'wfs_large'|@translate} |
---|
25 | </td> |
---|
26 | </tr> |
---|
27 | <tr> |
---|
28 | <td align="right"><br>{'wfs_autostart'|@translate} </td> |
---|
29 | <td><br> |
---|
30 | <input type="radio" value="1" name="autostart" {$AUTOSTART_ON} />On |
---|
31 | <input type="radio" value="0" name="autostart" {$AUTOSTART_OFF} />Off |
---|
32 | </td> |
---|
33 | </tr> |
---|
34 | <tr> |
---|
35 | <td align="right"><br>{'wfs_loop'|@translate} </td> |
---|
36 | <td><br> |
---|
37 | <input type="radio" value="1" name="autoreplay" {$AUTOREPLAY_ON} />On |
---|
38 | <input type="radio" value="0" name="autoreplay" {$AUTOREPLAY_OFF} />Off |
---|
39 | </td> |
---|
40 | </tr> |
---|
41 | </table> |
---|
42 | <br> |
---|
43 | </fieldset> |
---|
44 | <div style="text-align: center;"> |
---|
45 | <input class="submit" type="submit" value="{'Submit'|@translate}" name="submit" /> |
---|
46 | </div> |
---|
47 | |
---|
48 | </form> |
---|
Note: See
TracBrowser
for help on using the repository browser.