<html> <head> <title>Add Entry to Stolen Registry</title> </head> <body bgcolor=#ffffff text=#000000> <h2>Add Entry</h2> to the <a href="index.tcl">stolen equipment registry</a> of <a href="http://photo.net/photo/">photo.net</a> <hr> Note that this registry is for photographic equipment only. I know that it feels bad to have a bike, car, or whatever else stolen, but I don't want to clutter this registry with random stuff. <p> <form method=post action=add-entry.tcl> <table> <tr><th>Additional Contact Info<br>(optional)</th> <td><textarea name=additional_contact_info cols=40 rows=3></textarea></td></tr> <tr><th>Manufacturer</th><td><input type=text name=manufacturer size=30></td></tr> <tr><th>Model</th><td><input type=text name=model size=30></td></tr> <tr><th>Serial Number</th><td><input type=text name=serial_number size=30></td></tr> <tr><th>Approximate Value<br>(in U.S. Dollars)</th><td><input type=text name=value size=10></td></tr> <tr><th>Story<br>(anything you want to say, e.g., the circumstances of the theft, identifying marks on the camera, warnings to others)<br>[HTML tags OK]</th> <td><textarea name=story cols=40 rows=8></textarea></td></tr> </table> <input type=submit value="Submit Entry"> </form> <hr> <address>philg@mit.edu</a> </body> </html>