source: extensions/flickr2piwigo/admin/template/config.tpl @ 16071

Last change on this file since 16071 was 16071, checked in by mistic100, 12 years ago

code cleanup, don't ask username anymore (prohibit importing photos from another account)

File size: 998 bytes
Line 
1{combine_css path=$FLICKR_PATH|@cat:"admin/template/style.css"}
2
3<div class="titrePage">
4        <h2>Flickr2Piwigo</h2>
5</div>
6
7<form method="post" action="" class="properties">
8<fieldset>
9  <legend>{'Flickr logins'|@translate}</legend>
10 
11  <ul>
12    <li>
13      <label>
14        <span class="property">{'API key'|@translate}</span>
15        <input type="text" name="api_key" value="{$flickr2piwigo.api_key}" size="40">
16      </label>
17    </li>
18
19    <li>
20      <label>
21        <span class="property">{'API secret'|@translate}</span>
22        <input type="text" name="secret_key" value="{$flickr2piwigo.secret_key}" size="20">
23      </label>
24    </li>
25  </ul>
26</fieldset>
27
28<p><input type="submit" name="save_config" value="{'Save Settings'|@translate}"></p>
29
30<fieldset>
31  <legend>{'How do I get my Flickr API key?'|@translate}</legend>
32 
33  <p><b>{'Callback URL'|@translate} :</b> <span style="font-family:monospace;font-size:14px;">{$FLICKR_CALLBACK}</span></p>
34  {$FLICKR_HELP_CONTENT}
35</fieldset>
36 
37</form>
Note: See TracBrowser for help on using the repository browser.