Compare commits
3 commits
develop
...
bitpickups
Author | SHA1 | Date | |
---|---|---|---|
c17d16b970 | |||
415f5de926 | |||
3bf9d6a0e6 |
BIN
CCBYNCSA.png
Normal file
BIN
CCBYNCSA.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
CCfleur.png
Normal file
BIN
CCfleur.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.4 KiB |
BIN
friendicaCCfleur-128.png
Normal file
BIN
friendicaCCfleur-128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
BIN
friendicafleur_CCBYSANC_tupambaeorg_00.tar-gz
Normal file
BIN
friendicafleur_CCBYSANC_tupambaeorg_00.tar-gz
Normal file
Binary file not shown.
BIN
images/login_image.png
Normal file
BIN
images/login_image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
BIN
images/login_video.mp4
Normal file
BIN
images/login_video.mp4
Normal file
Binary file not shown.
45
view/templates/login_01.tpl
Normal file
45
view/templates/login_01.tpl
Normal file
|
@ -0,0 +1,45 @@
|
|||
<form id="login-form" action="{{$dest_url}}" role="form" method="post" >
|
||||
<div id="login-group" role="group" aria-labelledby="login-head">
|
||||
<input type="hidden" name="auth-params" value="login" />
|
||||
|
||||
<h3 id="login-head" class="sr-only">{{$login}}</h3>
|
||||
|
||||
<div id="login_standard">
|
||||
{{include file="field_input.tpl" field=$lname}}
|
||||
{{include file="field_password.tpl" field=$lpassword}}
|
||||
<div id="login-lost-password-link">
|
||||
<a href="lostpass" title="{{$lostpass}}" id="lost-password-link" >{{$lostlink}}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{if $openid}}
|
||||
<div id="login_openid">
|
||||
{{include file="field_openid.tpl" field=$lopenid}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
<div id="login-submit-wrapper" >
|
||||
<input type="submit" name="submit" id="login-submit-button" value="{{$login}}" />
|
||||
</div>
|
||||
|
||||
{{include file="field_checkbox.tpl" field=$lremember}}
|
||||
|
||||
{{foreach $hiddens as $k=>$v}}
|
||||
<input type="hidden" name="{{$k}}" value="{{$v}}" />
|
||||
{{/foreach}}
|
||||
<video src="/images/login_video.mp4" width="320" controls>
|
||||
<p>Your browser doesn't support HTML5 video. There is no link to another video instead.</p>
|
||||
</video>
|
||||
<img src="/images/login_image.png">
|
||||
</div>
|
||||
</form>
|
||||
|
||||
{{if $register}}
|
||||
<div id="login-extra-links">
|
||||
<h3 id="login-head" class="sr-only">{{$register.title}}</h3>
|
||||
<a href="{{$register.url}}" title="{{$register.title}}" id="register-link">{{$register.desc}}</a>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
<script type="text/javascript"> $(document).ready(function() { $("#id_{{$lname.0}}").focus();} );</script>
|
||||
|
Loading…
Reference in a new issue