##// END OF EJS Templates
clean html, style logon form
Matthias BUSSONNIER -
Show More
@@ -17,7 +17,7 b''
17
17
18 {% if login_available %}
18 {% if login_available %}
19 <form action="/login?next={{url_escape(next)}}" method="post">
19 <form action="/login?next={{url_escape(next)}}" method="post">
20 Password: <input type="password" name="password" id="password_input">
20 Password: <input type="password" class='ui-widget ui-widget-content' name="password" id="password_input">
21 <input type="submit" value="Log in" id="login_submit">
21 <input type="submit" value="Log in" id="login_submit">
22 </form>
22 </form>
23 {% end %}
23 {% end %}
@@ -31,7 +31,7 b' data-read-only={{read_only}}'
31 <div id="tab1">
31 <div id="tab1">
32 {% if logged_in or not read_only %}
32 {% if logged_in or not read_only %}
33 <div id="notebook_toolbar">
33 <div id="notebook_toolbar">
34 <form id='alternate_upload' action="notebooks" enctype="multipart/form-data" method="post" class='alternate_upload' >
34 <form id='alternate_upload' class='alternate_upload' >
35 <span id="drag_info" style="position:absolute" >Drag files
35 <span id="drag_info" style="position:absolute" >Drag files
36 onto the list, or click here, to import
36 onto the list, or click here, to import
37 notebooks.</span>
37 notebooks.</span>
General Comments 0
You need to be logged in to leave comments. Login now