source: extensions/piwigo_videojs/admin/admin_tech.tpl @ 24676

Last change on this file since 24676 was 24676, checked in by ddtddt, 11 years ago

[extensions] - piwigo_videojs - add file for translate

File size: 1.3 KB
Line 
1{html_head}
2<style>
3  {literal}
4FORM.properties SPAN.property {
5  width:100px;
6}
7  {/literal}
8</style>
9{/html_head}
10
11Play YouTube video inside the open source HTML5 video player <a href="http://www.videojs.com/" target="_blank">VideoJS</a>.
12<br/><br/>
13Please read the <a href="https://github.com/xbgmsharp/piwigo-videojs/wiki" target="_blanck">plugin documentation</a> for additional information.
14
15<form method="post" action="" class="properties">
16
17        <fieldset id="addTech">
18                <legend>{'YouTube'|@translate}</legend>
19                <ul>
20                  <li>
21                    <label>
22                      <span class="property">{'Album'|@translate}</span>
23                      <select style="width:400px" name="category" id="albumSelect" size="1">
24                        {html_options options=$category_parent_options selected=$POST.category}
25                      </select>
26                    </label>
27                    {'... or '|@translate}<a href="#" class="addAlbumOpen" title="{'create a new album'|@translate}">{'create a new album'|@translate}</a>
28                  </li>
29                  <li>
30                    <label>
31                      <span class="property">{'Video URL'|@translate}</span>
32                      <input type="text" name="url" value="{$POST.url}" style="width:400px;" placeholder="http://www.youtube.com/watch?v=7IYJORmvNjY">
33                    </label>
34                  </li>
35        </fieldset>
36
37        <p>
38                <input class="submit" type="submit" value="{'Save Settings'|@translate}" name="submit"/>
39        </p>
40</form>
Note: See TracBrowser for help on using the repository browser.