source: extensions/UserCollections/template/collection_view.tpl @ 25678

Last change on this file since 25678 was 25678, checked in by mistic100, 10 years ago

very big update for Piwigo 2.6

File size: 772 bytes
Line 
1{combine_css path=$USER_COLLEC_PATH|cat:'template/style_collections.css'}
2{include file=$USER_COLLEC_ABS_PATH|cat:'template/thumbnails_colorbox.tpl'}
3
4{if $UC_MODE == 'password'}
5<form action="{$F_LOGIN_ACTION}" method="post" name="login_form" class="properties">
6  <fieldset>
7    <legend>{'Restricted access'|translate}</legend>
8
9    <ul>
10      <li>
11        <span class="property">
12          <label for="uc_password">{'Password'|translate}</label>
13        </span>
14        <input tabindex="1" class="login" type="password" name="uc_password" id="uc_password" size="25" maxlength="25">
15      </li>
16    </ul>
17  </fieldset>
18
19  <p>
20    <input tabindex="2" type="submit" value="{'Submit'|translate}">
21  </p>
22</form>
23
24<script>document.login_form.username.focus();</script>
25{/if}
Note: See TracBrowser for help on using the repository browser.