3 * If you want to customize this file, do not edit it directly since future upgrades
4 * may overwrite it. Instead, copy it into a new directory called "local" and edit that
5 * version. Gallery will look for that file first and use it if it exists.
9 <p class="giDescription">
10 {g->text text="Import embedded videos into Gallery from another website. Enter a URL below to a web page anywhere on the net and Gallery will add an embedded link to that file. Supported video links: www.youtube.com, video.google.com, or links to any .flv files."}
13 {if empty($form.webPageUrls)}
14 <h4> {g->text text="URL"} </h4>
16 <input type="text" size="80"
17 name="{g->formVar var="form[webPage][URL]"}" value="{$form.webPage}"/>
22 <b>Example URLs:</b> <br>
23 http://video.google.com/videoplay?docid=xxxxxxxxxxx&hl=en<br>
24 http://www.youtube.com/watch?v=xxxxxxxxxxx<br>
25 http://aaa.bbb.ccc/video.flv<br>
31 {capture name="submitButtons"}
32 <input type="submit" class="inputTypeSubmit"
33 name="{g->formVar var="form[action][addEmbedVideoPage]"}" value="{g->text text="Add Embedded Video"}"/>
35 {/if} {* {if !empty($form.webPageUrls)} *}
39 <div class="gbBlock gcBackground1">
40 {$smarty.capture.submitButtons}