diff options
| author | Sam Varshavchik | 2013-08-19 16:39:41 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2013-08-25 14:43:51 -0400 | 
| commit | 9c45d9ad13fdf439d44d7443ae75da15ea0223ed (patch) | |
| tree | 7a81a04cb51efb078ee350859a64be2ebc6b8813 /sqwebmail/html/en-us/loginform.inc.html | |
| parent | a9520698b770168d1f33d6301463bb70a19655ec (diff) | |
| download | courier-libs-9c45d9ad13fdf439d44d7443ae75da15ea0223ed.tar.bz2 | |
Initial checkin
Imported from subversion report, converted to git. Updated all paths in
scripts and makefiles, reflecting the new directory hierarchy.
Diffstat (limited to 'sqwebmail/html/en-us/loginform.inc.html')
| -rw-r--r-- | sqwebmail/html/en-us/loginform.inc.html | 94 | 
1 files changed, 94 insertions, 0 deletions
| diff --git a/sqwebmail/html/en-us/loginform.inc.html b/sqwebmail/html/en-us/loginform.inc.html new file mode 100644 index 0000000..0b623f8 --- /dev/null +++ b/sqwebmail/html/en-us/loginform.inc.html @@ -0,0 +1,94 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" +       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> +  <title></title> +  <meta name="GENERATOR" content="amaya 8.8.1, see http://www.w3.org/Amaya/" +  /> +  <meta name="MSSmartTagsPreventParsing" content="TRUE" /> +</head> + +<body> +<!-- Do not alter the following comment --> +<!-- [#begininclude#] --> + +<div align="center"> + +<table cellpadding="0" cellspacing="0" border="0"> +  <tbody> +    <tr style="line-height: 0"> +      <td align="left" valign="top">[#@graytopleft.png, width="11" +        height="11" alt="" border="0"@@#]</td> +      <td bgcolor="#cccccc" class="graybox"></td> +      <td align="right" valign="top">[#@graytopright.png, width="11" +        height="11" alt="" border="0"@@#]</td> +    </tr> +    <tr bgcolor="#cccccc" class="graybox"> +      <td></td> +      <!-- This is where you put all the content for the login --> +      <td><!-- Insert Logo for site branding --> +        [#@logo.png, width="263" height="35" alt="SqWebMail Copyright +        1999-2010 Double Precision, Inc." +        border="0"@SqWebMail - Copyright 1999-2010 Double Precision, Inc.@#] +        <br /> +        [#@signin.png, width="102" height="39" alt="Enter your USERID and +        PASSWORD, below" border="0"@@#]<br /> + + +        <form method="post" name="logon" action="[#S#]"> + +          <table border="0"> +            <tbody> +              <tr> +                <td>User Id: </td> +                <td><input type="text" size="16" name="username" +                  maxlength="128" /></td> +                <td>[#h#] </td> +              </tr> +              <tr> +                <td>Password: </td> +                <td><input type="password" size="16" name="password" +                  maxlength="128" /></td> +                <td> +                  <input type="submit" value="Login" name="do.login" /></td> +              </tr> +              <tr> +                <td>Timezone: </td> +                <td colspan="2">[#timezonelist#]</td> +              </tr> +              <tr> +                <td align="right" valign="top"><input type="checkbox" +                  checked="checked" name="sameip" id="sameip" /></td> +                <td colspan="2"><label for="sameip">Restrict access to your +                  IP address<br /> +                  only (increased security)</label></td> +              </tr> +              <tr> +                <td align="right" valign="top"><input type="checkbox" +                  name="inpublic" id="inpublic" /></td> +                <td colspan="2"><label for="inpublic">Accessing from a public +                  machine (enables<br /> +                  short idle timeout)</label></td> +              </tr> +            </tbody> +          </table> +        </form> +      </td> +      <!-- This is the end of the content for the login --> +      <td></td> +    </tr> +    <tr style="line-height: 0"> +      <td align="left" valign="bottom">[#@graybottomleft.png, width="11" +        height="11" alt="" border="0"@@#]</td> +      <td bgcolor="#cccccc" class="graybox"></td> +      <td align="right" valign="bottom">[#@graybottomright.png, width="11" +        height="11" alt="" border="0"@@#]</td> +    </tr> +  </tbody> +</table> +</div> +[#endinclude#] <!-- do not alter the previous tag --> +</body> +</html> | 
