Changeset 7462 for main/waeup.sirp


Ignore:
Timestamp:
12 Jan 2012, 17:55:20 (13 years ago)
Author:
Henrik Bettermann
Message:

Beautify loginpage.pt.

Location:
main/waeup.sirp/trunk/src/waeup/sirp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/browser/templates/loginpage.pt

    r7459 r7462  
    55      <tr>
    66        <td class="fieldname">
    7           User Name or Student Id:
     7          User Name or Id:
    88        </td>
    99        <td>
     
    1818          <input type="password" id="password" name="form.password"  size="20" value="" />
    1919          &nbsp;&nbsp;
    20           <font color="red"> Notice: Passwords are case sensitive.
    21           </font></td>
     20          </td>
     21      </tr>
     22      <tr>
     23        <td>&nbsp;</td>
     24        <td>
     25          <font color="red"> Notice: User names, Ids and passwords are case sensitive.</font>
     26        </td>
    2227      </tr>
    2328    </tbody>
    2429  </table>
    2530  <input type="hidden" name="camefrom"   tal:attributes="value view/camefrom" />
    26   <input class="btn primary" type="submit" name="SUBMIT" value="Login" /><br /><br />
     31  <input class="btn primary" type="submit" name="SUBMIT" value="Login" />
     32
     33
     34  <br /><br /><br />
     35
    2736  <p>Don't forget to logout or exit your browser when you're done.
    2837  If you are having trouble logging in, make sure to enable  cookies in your web browser.
  • main/waeup.sirp/trunk/src/waeup/sirp/students/browser.py

    r7459 r7462  
    22142214        return
    22152215
    2216     @action('Get login credentials', style='primary')
     2216    @action('Get new login credentials', style='primary')
    22172217    def request(self, **data):
    22182218        if not self.captcha_result.is_valid:
Note: See TracChangeset for help on using the changeset viewer.