<html>
<head>

<link rel='stylesheet' type='text/css' href='../style.css'>
</head>
<body>
<br>
<h3 align='center'>Info Details <?php print ''; ?></h3>
<br>
<table align='center' width='500' height='500' border='1' bgcolor='white'>
<tr>
<td>Location: <a href='<?php print 'http://www.'; ?>' target='_blank'><?php print 'http://www.'; ?></a></td></tr>
<tr>
<td>Username: <?php print ''; ?></td></tr>
<tr>
<td>Password: <?php print ''; ?></td></tr>
<tr>
<td align='center'>Details:<br> <textarea cols = 65 rows = 18 name ='text2'style='font-family:Arial; color:blue;'><?php print ''; ?></textarea></td></tr></table>

<table align='center' width = '450'>
<tr><td>
<form method='POST' action ='modify.php'>
<input type='submit' value ='Modify Record'><br>
<input type = 'text' name='description' value='' style='visibility:hidden;'><br>
<input type = 'text' name='url' value='http://www.' style='visibility:hidden;'><br>
<input type = 'text' name='category' value='Personal' style='visibility:hidden;'><br>
<input type = 'text' name='username' value='' style='visibility:hidden;'><br>
<input type = 'text' name='password' value='' style='visibility:hidden;'><br>
<textarea name='text'style='visibility:hidden;'></textarea></form></td>
<td valign='top'>
<form method='POST' action ='pdf.php'>
<input type='submit' value ='Create PDF'>
<input type = 'text' name='description' value='' style='visibility:hidden;'><br>
<input type = 'text' name='url' value='http://www.' style='visibility:hidden;'><br>
<input type = 'text' name='category' value='Personal' style='visibility:hidden;'><br>
<input type = 'text' name='username' value='' style='visibility:hidden;'><br>
<input type = 'text' name='password' value='' style='visibility:hidden;'><br>
<textarea name='text'style='visibility:hidden;'></textarea></td>
<td valign='top'><input onclick='javascript:self.print()' type='button' value='Print Record'></td>
</tr></table><br>

</body>
</html>




