rejetto forum

Make simple login page for ToG v4.0.3 suggestions...

meph++ · 1 · 3128

0 Members and 1 Guest are viewing this topic.

Offline meph++

  • Occasional poster
  • *
    • Posts: 30
    • View Profile
Hi all I created a simple login page for tog 4.0.3 template in html file, I put this under the root of hfs, when load this "index.html" and click the "login" link this opens a folder called "Server" (under password) that contains the list of files and folders..
I did some testing and it works fine.. I post the code..

tell me if there are any errors or can be optimized

Quote
<html>
<head>
  <title>HFS - Agostino FileServer - LOGIN</title>
</head>

<body bgcolor="#ECF0F6">
  <br>

  <table bgcolor="#003366" bordercolor="#336699" cellspacing="1"
  cellpadding="10" width="50%" align="center" border="2">
    <tr>
      <td>
        <div align="center">
          <h1><font color="#ECF0F6">Agostino FileServer</font></h1>

          <h3><font color=
          "#ECF0F6">xxxxxxx.gotdns.com</font></h3><font color=
          "#ECF0F6"><img src=
          "/template/login/login-logo.jpg"></font>

          <h4><font color="#ECF0F6"><a href=
          "/Server">LOGIN</a></font></h4><font color="#ECF0F6"><br>
          <img src="/~img_graph320x80xx003366x004480"></font>
        </div>
      </td>
    </tr>
  </table>

  <div align="center">
    <h6><font color="#003366">HomeServer Powered By Agostino
    &#169;2010</font></h6>
  </div>
</body>
</html>


thanks in advance :)
« Last Edit: November 09, 2010, 03:33:47 PM by meph++ »