source: extensions/gvideo/admin/config.tpl @ 14974

Last change on this file since 14974 was 3697, checked in by patdenice, 15 years ago

Allow to add videos from Wat.tv.

File size: 4.9 KB
Line 
1<div class="titrePage">
2<h2>{'py_title'|@translate}</h2>
3</div>
4
5<form action="{$pywaie_F_ACTION}" method="post" name="cat_options" id="cat_options">
6        <table width="100%">
7                <tr>
8                        <td width="50%"><fieldset>
9                        <legend>Google Video</legend>
10                        <table>
11                                <tr>
12                                        <td>{'py_width'|@translate}</td>
13                                        <td>&nbsp;
14                                        <input type="text" size="3" maxlength="3" value="{$PYWAIE_GVIDEO_W}" name="pywaie_gvideo_w" /></td>
15                                </tr>
16                                <tr>
17                                        <td>{'py_height'|@translate}</td>
18                                        <td>&nbsp;
19                                        <input type="text" size="3" maxlength="3" value="{$PYWAIE_GVIDEO_H}" name="pywaie_gvideo_h" /></td>
20                                </tr>
21                                <tr>
22                                        <td>{'language'|@translate}</td>
23                                        <td>&nbsp;
24                                        <input type="text" size="3" maxlength="2" value="{$PYWAIE_GVIDEO_HL}" name="pywaie_gvideo_hl" /></td>
25                                </tr>
26                                <tr>
27                                        <td>{'py_autostart'|@translate}</td>
28                                        <td>&nbsp;
29                                        <input type="radio" value="true" name="pywaie_gvideo_autoplay" {$PYWAIE_GVIDEO_AUTOPLAY_TRUE} />
30                                        On
31                                        <input type="radio" value="" name="pywaie_gvideo_autoplay" {$PYWAIE_GVIDEO_AUTOPLAY_FALSE} />
32                                        Off </td>
33                                </tr>
34                        </table>
35        </fieldset> </td>
36   
37                        <td><fieldset>
38                        <legend>YouTube</legend>
39                        <table>
40                                <tr>
41                                        <td>{'py_width'|@translate}</td>
42                                        <td>&nbsp;
43                                        <input type="text" size="3" maxlength="3" value="{$PYWAIE_YTUBE_W}" name="pywaie_ytube_w" /></td>
44                                </tr>
45                                <tr>
46                                        <td>{'py_height'|@translate}</td>
47                                        <td>&nbsp;
48                                        <input type="text" size="3" maxlength="3" value="{$PYWAIE_YTUBE_H}" name="pywaie_ytube_h" /></td>
49                                </tr>
50                                <tr>
51                                        <td>{'py_autostart'|@translate}</td>
52                                        <td>&nbsp;
53                                        <input type="radio" value="1" name="pywaie_ytube_autoplay" {$PYWAIE_YTUBE_AUTOPLAY_TRUE} />
54                                        On
55                                        <input type="radio" value="0" name="pywaie_ytube_autoplay" {$PYWAIE_YTUBE_AUTOPLAY_FALSE} />
56                                        Off </td>
57                                </tr>
58                        </table>
59                        </fieldset> </td>
60                </tr>
61   
62                <tr>
63                        <td><fieldset>
64                        <legend>Dailymotion</legend>
65                        <table>
66                                <tr>
67                                        <td>{'py_width'|@translate}</td>
68                                        <td>&nbsp;
69                                        <input type="text" size="3" maxlength="3" value="{$PYWAIE_DM_W}" name="pywaie_dm_w" /></td>
70                                </tr>
71                                <tr>
72                                        <td>{'py_height'|@translate}</td>
73                                        <td>&nbsp;
74                                        <input type="text" size="3" maxlength="3" value="{$PYWAIE_DM_H}" name="pywaie_dm_h" /></td>
75                                </tr>
76                                <tr>
77                                        <td>{'py_autostart'|@translate}</td>
78                                        <td>&nbsp;
79                                        <input type="radio" value="1" name="pywaie_dm_autoplay" {$PYWAIE_DM_AUTOPLAY_TRUE} />
80                                        On
81                                        <input type="radio" value="0" name="pywaie_dm_autoplay" {$PYWAIE_DM_AUTOPLAY_FALSE} />
82                                        Off </td>
83                                </tr>
84                        </table>
85                        </fieldset> </td>
86     
87      <td><fieldset>
88                        <legend>Wideo</legend>
89                        <table>
90                                <tr>
91                                        <td>{'py_width'|@translate}</td>
92                                        <td>&nbsp;
93                                        <input type="text" size="3" maxlength="3" value="{$PYWAIE_WIDEO_W}" name="pywaie_wideo_w" /></td>
94                                </tr>
95                                <tr>
96                                        <td>{'py_height'|@translate}</td>
97                                        <td>&nbsp;
98                                        <input type="text" size="3" maxlength="3" value="{$PYWAIE_WIDEO_H}" name="pywaie_wideo_h" /></td>
99                                </tr>
100                                <tr>
101                                        <td>{'py_autostart'|@translate}</td>
102                                        <td>&nbsp;
103                                        <input type="radio" value="true" name="pywaie_wideo_autoplay" {$PYWAIE_WIDEO_AUTOPLAY_TRUE} />
104                                        On
105                                        <input type="radio" value="false" name="pywaie_wideo_autoplay" {$PYWAIE_WIDEO_AUTOPLAY_FALSE} />
106                                        Off </td>
107                                </tr>
108                        </table>
109                        </fieldset> </td>
110                </tr>
111
112                <tr>
113                        <td><fieldset>
114                        <legend>Vimeo</legend>
115                        <table>
116                                <tr>
117                                        <td>{'py_width'|@translate}</td>
118                                        <td>&nbsp;
119                                        <input type="text" size="3" maxlength="3" value="{$PYWAIE_VIMEO_W}" name="pywaie_vimeo_w" /></td>
120                                </tr>
121                                <tr>
122                                        <td>{'py_height'|@translate}</td>
123                                        <td>&nbsp;
124                                        <input type="text" size="3" maxlength="3" value="{$PYWAIE_VIMEO_H}" name="pywaie_vimeo_h" /></td>
125                                </tr>
126                                <tr>
127                                        <td>{'py_autostart'|@translate}</td>
128                                        <td>&nbsp;
129                                        <input type="radio" value="1" name="pywaie_vimeo_autoplay" {$PYWAIE_VIMEO_AUTOPLAY_TRUE} />
130                                        On
131                                        <input type="radio" value="0" name="pywaie_vimeo_autoplay" {$PYWAIE_VIMEO_AUTOPLAY_FALSE} />
132                                        Off </td>
133                                </tr>
134                        </table>
135                        </fieldset> </td>   
136       
137                        <td><fieldset>
138                        <legend>Wat</legend>
139                        <table>
140                                <tr>
141                                        <td>{'py_width'|@translate}</td>
142                                        <td>&nbsp;
143                                        <input type="text" size="3" maxlength="3" value="{$PYWAIE_WAT_W}" name="pywaie_wat_w" /></td>
144                                </tr>
145                                <tr>
146                                        <td>{'py_height'|@translate}</td>
147                                        <td>&nbsp;
148                                        <input type="text" size="3" maxlength="3" value="{$PYWAIE_WAT_H}" name="pywaie_wat_h" /></td>
149                                </tr>
150                                <tr>
151                                        <td>{'py_autostart'|@translate}</td>
152                                        <td>&nbsp;
153                                        <input type="radio" value="true" name="pywaie_wat_autoplay" {$PYWAIE_WAT_AUTOPLAY_TRUE} />
154                                        On
155                                        <input type="radio" value="false" name="pywaie_wat_autoplay" {$PYWAIE_WAT_AUTOPLAY_FALSE} />
156                                        Off </td>
157                                </tr>
158                        </table>
159                        </fieldset> </td> 
160 
161  </table>
162        <div align="center">
163                <input class="submit" type="submit" value="{'Submit'|@translate}" name="submit" /></div>
164</form>
165<br>
Note: See TracBrowser for help on using the repository browser.