<html> <head> <!-- Letzlink Release 1.4.1 (C) Jean Schumacher 2007 - 2011. This free software is released under CC GNU - GPL2 ( General Public License ) Your are completely free to use it, alter or change it or to distribute it as log you are in accordance with the GNU - GPL2 license which is distributed along with this software. More information can be found at http://www.creativecommons.org/licenses/GPL/2.0 Attention: The software was mainly developed to be run on localhost or LAN Systems. If you run it on public accessible areas, this may be a security risk, especially if the software is not protected with appropriate software to limit access. Please report any bug to hide@address.com --> <title>Letzlink 1.0</title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> <br> <div style="margin-left: 220px;"> <table align="left" width="500"> <tr> <td> <h2 align="center"> Add Link to Memo List</h2> <form action ="process.php" method = "POST"> <table width="100%" cellspacing="4"> <tr> <td align="right">Description:</td> <td><input type ="text" name ="description" maxlength ="100" style ="width:350px;"></td> </tr> <tr> <td align="right">URL:</td> <td><input type ="text" name ="url" maxlength ="100" value="http://www." style ="width:350px;"></td> </tr> <tr> <td align="right">Category:</td> <td><select name ="category" style ="width:100px;"> <option>Personal</option> <option>Business</option> <option>Software</option> <option>Other</option> </select></td> </tr> <tr> <td align="right">Username:</td> <td><input type ="text" name ="username" maxlength ="25" style ="width:150px;"></td> </tr> <tr> <td align="right">Password:</td> <td><input type ="password" name ="password" maxlength ="25" style ="width:150px;"></td> </tr> <tr> <td align="right">Info:</td> <td><textarea name ="text" cols="42" rows="10" wrap= "physical"></textarea></td> </tr> <tr> <td colspan ="2" align="center"><input type="submit" value="Send"> <input type="reset" value="Reset"></td> </tr> </table> </form> <div align="center"> <font size="4" color="red"> !! Please use alphanumeric characters<br> in the description field!! </font></font> </td> </tr> </table> </div> </body> </html>