|
From: OryNider <ory...@us...> - 2007-06-06 23:21:48
|
Update of /cvsroot/mxbb/mx_shotcast/templates/subSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13431 Added Files: shotcast_config_body.tpl Log Message: --- NEW FILE: shotcast_config_body.tpl --- <center><h1>{L_SHOTCAST_SETTINGS}</h1> <p>{L_SHOTCAST_SETTINGS_EXPLAIN}<br /></p></center> <form enctype="multipart/form-data" action="{S_ACTION}" method=post> <table width="640" cellpadding="4" cellspacing="1" border="0" align="center" class="forumline"> <tr> <th class="thHead" colspan="2">{L_SHOTCAST_SETTINGS}</th> </tr> <tr> <td class="row1"><p><b>{L_SHOTCAST}:</b><br></p></td> <td class="row2"><input type="text" maxlength="64" size="54" name="shotcast_name" value="{STATION_NAME}" /></td> </tr> <tr> <td class="row1"><p><b>{L_STREAM}:</b><br></p></td> <td class="row2"><input type="text" maxlength="64" size="54" name="shotcast_host" value="{STATION_HOST}" /></td> </tr> <tr> <td class="row1"><p><b>{L_PORT}:</b><br></p></td> <td class="row2"><input type="text" maxlength="64" size="54" name="shotcast_port" value="{STATION_PORT}" /></td> </tr> <tr> <td class="row1"><p><b>{L_PASS}:</b><br></p></td> <td class="row2"><input type="text" maxlength="64" size="54" name="shotcast_pass" value="{STATION_PASS}" /></td> </tr> <tr> <td class="row1"><p><b>{L_PLAY_LIST}:</b><br></p></td> <td class="row2"><input type="text" maxlength="64" size="54" name="play_list" value="{PLAY_LIST}" /></td> </tr> <tr> <td class="row1"><p><b>{L_CHECK_PERIOD}:</b><br><span class="gensmall">{L_CHECK_PERIOD_EXPLAIN}</span></p></td> <td class="row2"><input type="text" maxlength="16" size="16" name="check_period" value="{CHECK_PERIOD}" /></td> </tr> <tr> <td class="row1">{L_SHOW_LISTEN}<br><span class="gensmall">{L_SHOW_LISTEN_INFO}</span></td> <td class="row2"> <select name="show_listen_select" class="forminput"> <option value="1"{S_LISTEN_YES}>{L_YES}</option> <option value="0"{S_LISTEN_NO}>{L_NO}</option> </select></td> </tr> <tr> <td class="catBottom" colspan="2" align="center">{S_HIDDEN_FIELDS} <input type="submit" name="submit" value="{L_SUBMIT}" class="mainoption" /> <input type="reset" value="{L_RESET}" class="liteoption" /> </td> </tr> </table> <br> </form> <br clear="all" /> |