You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2002/02/25 05:28:21 UTC

cvs commit: jakarta-jetspeed/webapp/WEB-INF/templates/vm/screens/html AccountDisabled.vm

taylor      02/02/24 20:28:21

  Added:       webapp/WEB-INF/templates/vm/screens/html AccountDisabled.vm
  Log:
  default form to display when an account is disabled.
  
  Revision  Changes    Path
  1.1                  jakarta-jetspeed/webapp/WEB-INF/templates/vm/screens/html/AccountDisabled.vm
  
  Index: AccountDisabled.vm
  ===================================================================
  <div>
    <center>
      <table cellpadding="2" cellspacing="0" border="1" width="50%">
        <tr>
          <td align="center" colspan="3" class="INPUTFORMTITLE">
            $l10n.LOGINHELP_TITLE
          </td>
        </tr>
        <tr>      
          <td>
            #if ($data.Message)
              ## Message include account creation failure messages.
              <p><b>$l10n.JLOGINUSER_ACCOUNT_DISABLED</b></p>
            #end
          </td>
        </tr>
        <tr>
          <td align="left" colspan="3">
            <p>
              $l10n.LOGINHELP_NOTICE
            </p>
            <center>
             <a href="mailto:$config.getString("mail.support")">$config.getString("mail.support")</a>
            </center>
          </td>
        </tr>
      </table>
    </center>
  </div>
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>