jablonka.czprosek.czf

freenet-router

Subversion Repositories:
[/] [trunk/] [freenet-router/] [var/] [www/] [freenet-router/] [Framework/] [Resources/] [templates/] [Login/] [login.twig] - Blame information for rev 2

 

Line No. Rev Author Line
12simandl{% extends "includes/window.twig" %}
2 
3{% block window_attrs %}
4 id="phem-login-panel"
5{% endblock %}
6 
7{% block window_caption%}
8Přihlášení
9{% endblock %}
10 
11{% block window_content%}
12 <script>
13 $(document).ready(function(){
14 $(function() {
15 $("input[type=submit]")
16 .button();
17 $('.window').width('500px');
18 });
19 });
20 </script>
21<div style="width:100%;">
22 <form method="post" action="{{formAction}}">
23 <div style="width:400px;margin:auto;display:table; border-spacing: 4px;">
24 <div style="display:table-row">
25 <div style="padding-left:4px;background-color: #F2F2F2;border-radius: 4px;display:table-cell">
26 <label for="username">UĹživatelskĂŠ jmĂŠno</label>
27 </div>
28 <div style="display:table-cell">
29 <input type="text" name="username" id="username" />
30 </div>
31 </div>
32 <div style="display:table-row">
33 <div style="padding-left:4px;background-color: #F2F2F2;border-radius: 4px;display:table-cell">
34 <label for="username">Heslo</label>
35 </div>
36 <div style="display:table-cell">
37 <input type="password" name="password" id="password" />
38 </div>
39 </div>
40 <div style="display:table-row;text-align: right">
41 <div style="background-repeat: no-repeat; background-size: contain; background-image: url('/Application/Resources/images/cahc/logoSrovnavac.png'); display:table-cell">
42 </div>
43 <div style="vertical-align: bottom; height:50px;display:table-cell">
44 <input class="button" type="submit" title="Přihlásit" value="Přihlásit" name="loginSubmit" />
45 </div>
46 </div>
47 </div>
48 
49 <div style="width:400px;">
50 <ul style="width:100%;list-style-position: inside">
51 <li>Přihlašte se svým zaměstnaneckým nebo partnerským jménem</li>
52 <li>Pro technickou podporu volejte 840 444 111 nebo piĹĄte na email podpora@srovnavac24.cz</li>
53 </ul>
54 </div>
55 </form>
56</div>
57{% endblock %}

Powered by WebSVN 2.2.1