trunk 20080912
[gitenigma.git] / data / templates / editStreamingServerVLCSettings.tmp
blob83aa592977e04306e650bda055cbe592921185b4
1 <html>
2         <head>
3                 <title>Streaming Server VLC Settings</title>
4                 <link rel="stylesheet" type="text/css" href="webif.css">
5                 <script>
6                         function submitSettings()
7                         {
8                                 var parms = "webifPort=" + document.f1.webifPort.value + "&streamingPort=" + document.f1.streamingPort.value + "&vlcUser=" + document.f1.vlcUser.value + "&vlcPass=" + document.f1.vlcPass.value;
9                                 document.location = "/cgi-bin/setStreamingServerVLCSettings?" + parms;
10                                 setTimeout("window.close()", 500);
11                         }
12                 </script>
13         </head>
14         <body id="mainbody" style="padding: 10px; background-color: #F4F4F4;" onUnload="parent.window.opener.location.reload(true)">
15                 <form name="f1" action="/cgi-bin/setStreamingServerSettings">
16                         <table border="0" cellpadding="0" cellspacing="10">
17                         <tbody>
18                                 <tr>
19                                         <td>VLC Webif Port:</td>
20                                         <td>
21                                                 <input name="webifPort" type="text" size="5" maxlength="5" value="#WEBIFPORT#" style="color: #000000">
22                                         </td>
23                                 </tr>
24                                 <tr>
25                                         <td>VLC Streaming Port:</td>
26                                         <td>
27                                                 <input name="streamingPort" type="text" size="5" maxlength="5" value="#STREAMINGPORT#" style="color: #000000">
28                                         </td>
29                                 </tr>
30                                 <tr>
31                                         <td>VLC Admin Userid:</td>
32                                         <td>
33                                                 <input name="vlcUser" type="text" value="#VLCUSER#" style="color: #000000">
34                                         </td>
35                                 </tr>
36                                 <tr>
37                                         <td>VLC Admin Password:</td>
38                                         <td>
39                                                 <input name="vlcPass" type="text" value="#VLCPASS#" style="color: #000000">
40                                         </td>
41                                 </tr>
42                                 <tr>
43                                         <td colspan="2">#CHANGEBUTTON#</td>
44                                 </tr>
45                         </tbody>
46                         </table>
47                 </form>
48         </body>
49 </html>