Ignore:
Timestamp:
Sep 11, 2013, 6:44:54 PM (11 years ago)
Author:
mistic100
Message:

new system for shares : password protection, link timeout, management popup + for mails
handle lightbox conflicts
menublock is visible by AMM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserCollections/template/collection_view.tpl

    r23551 r24421  
    1818{/if}
    1919
     20{if $UC_MODE == 'password'}
     21<form action="{$F_LOGIN_ACTION}" method="post" name="login_form" class="properties">
     22  <fieldset>
     23    <legend>{'Restricted access'|@translate}</legend>
     24
     25    <ul>
     26      <li>
     27        <span class="property">
     28          <label for="uc_password">{'Password'|@translate}</label>
     29        </span>
     30        <input tabindex="1" class="login" type="password" name="uc_password" id="uc_password" size="25" maxlength="25">
     31      </li>
     32    </ul>
     33  </fieldset>
     34
     35  <p>
     36    <input tabindex="2" type="submit" value="{'Submit'|@translate}">
     37  </p>
     38</form>
     39
     40<script type="text/javascript"><!--
     41document.login_form.username.focus();
     42//--></script>
     43
     44{else}
    2045{if !empty($CONTENT_DESCRIPTION)}
    2146<div class="additional_info">
     
    3156
    3257{if !empty($navbar)}{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if}
     58{/if}
    3359
    3460{if isset($clear)}<div style="clear: both;"></div>
Note: See TracChangeset for help on using the changeset viewer.