~msapiro/mailman/topics

« back to all changes in this revision

Viewing changes to templates/pt/private.html

  • Committer: Mark Sapiro
  • Date: 2014-12-03 23:47:23 UTC
  • mfrom: (1006.1.356 2.2)
  • Revision ID: mark@msapiro.net-20141203234723-3pcwx85xua4n84yx
Merged the 2.2 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html>
2
2
<head>
3
3
    <title>%(realname)s Autentica��o de Arquivos Privados</title>
 
4
<script>function sf(){document.f.username.focus();}</script>
4
5
</head>
5
 
<body bgcolor="#ffffff">
6
 
<FORM METHOD=POST ACTION="%(action)s">
 
6
<body bgcolor="#ffffff" onLoad="sf()">
 
7
<FORM METHOD=POST ACTION="%(action)s" name="f">
7
8
%(message)s
8
9
  <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
9
10
    <TR>
38
39
      clicando no link <em>Sair</em> abaixo de <em>Outras Actividades 
39
40
      Administrativas</em> (o qual ser� visto logo que entrar com sucesso no 
40
41
      sistema).
 
42
      <p>
 
43
    <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5">
 
44
    <TR>
 
45
      <TD COLSPAN="2" WIDTH="100%%" BGCOLOR="#99CCFF" ALIGN="CENTER">
 
46
        <B><FONT COLOR="#000000" SIZE="+1">Password Reminder</FONT></B>
 
47
      </TD>
 
48
    </TR>
 
49
    <tr>
 
50
      <td>If you don't remember your password, enter your email address
 
51
          above and click the <em>Remind</em> button and your
 
52
          password will be emailed to you.</td>
 
53
    </tr>
 
54
    <tr>
 
55
      <td><center><INPUT name="login-remind" type="SUBMIT" value="Remind" ></center></td>
 
56
    </tr>
 
57
  </TABLE>
41
58
</FORM>
42
59
</body>
43
60
</html>