<font size="2" face="Arial" color="<? echo $textcolor ?>"><? echo $lang[1] ?><br></font>
<font size="3"><input type="text" name="new_name" size="<? echo $halflength ?>" maxlength="60" value="<? echo $record_name ?>"></font>
</td><td>
<font size="2" face="Arial" color="<? echo $textcolor ?>"><? echo $lang[2] ?><br></font>
<font size="3"><input type="text" name="new_email" size="<? echo $halflength ?>" maxlength="50" value="<? echo $record_email ?>"></font>
</td></tr><tr><td>
<? if ($no_urls == "true") { # Don't prompt for homepage URL ?>
<input type="hidden" name="new_website" value="">
<input type="hidden" name="new_url" value="">
<? } else { # Prompt for homepage URL ?>
<font size="2" face="Arial" color="<? echo $textcolor ?>"><? echo $lang[3] ?><br></font>
<font size="3"><input type="text" name="new_website" size="<? echo $halflength ?>" maxlength="65" value="<? echo $record_website ?>"></font>
</td><td>
<font size="2" face="Arial" color="<? echo $textcolor ?>"><? echo $lang[4] ?><br></font>
<font size="3"><input type="text" name="new_url" size="<? echo $halflength ?>" maxlength="90" value="<? echo $record_url ?>"></font>
</td></tr><tr><td>
<? } # End If - Prompt for homepage URL ?>
<? if ($displayuin == "true") { # Prompt for UIN ?>
<font size="2" face="Arial" color="<? echo $textcolor ?>"><? echo $lang[5] ?><br></font>
<font size="3"><input type="text" name="new_icq" size="<? echo $halflength ?>" maxlength="20" value="<? echo $record_icq ?>"></font>
</td><td>
</td></tr><tr><td>
<? } # End If - Prompt for UIN ?>
<font size="2" face="Arial" color="<? echo $textcolor ?>"><? echo $lang[6] ?><br></font>
<select name="new_found1" size="1">
<option></option>
<? for ($i = 0; $i < sizeof($foundoptions); $i++) {
print "<option>"; echo $foundoptions[$i]; print "</option>\n";
} ?>
</select>
<font size="2" face="Arial" color="<? echo $textcolor ?>"><? echo $lang[7] ?><br></font>
</td><td>
<font size="2" face="Arial" color="<? echo $textcolor ?>"><? echo $lang[8] ?><br></font>
<font size="3"><input type="text" name="new_found2" size="<? echo $halflength ?>" maxlength="90" value="<? echo $record_found ?>"></font>
</td></tr><tr><td colspan="2">
<font size="2" face="Arial" color="<? echo $textcolor ?>"><? echo $lang[9] ?><br></font>
<font size="3"><input type="text" name="new_location" size="<? echo $fulllength ?>" maxlength="60" value="<? echo $record_location ?>"></font>
<? if ($displayadd1 == "true" AND $new_question1 != "") { # Display additional question 1 ?>
</td></tr><tr><td colspan="2">
<font size="2" face="Arial" color="<? echo $textcolor ?>"><? echo $new_question1 ?><br></font>
<font size="3"><input type="text" name="new_answer1" size="<? echo $fulllength ?>" maxlength="100" value="<? echo $record_answer1 ?>">
</font>
<? } # End if - Display additional question 1 ?>
<? if ($displayadd2 == "true" AND $new_question2 != "") { # Display additional question 2 ?>
</td></tr><tr><td colspan="2">
<font size="2" face="Arial" color="<? echo $textcolor ?>"><? echo $new_question2 ?><br></font>
<font size="3"><input type="text" name="new_answer2" size="<? echo $fulllength ?>" maxlength="100" value="<? echo $record_answer2 ?>">
</font>
<? } # End if - Display additional question 2 ?>
<? if ($displayadd3 == "true" AND $new_question3 != "") { # Display additional question 3 ?>
</td></tr><tr><td colspan="2">
<font size="2" face="Arial" color="<? echo $textcolor ?>"><? echo $new_question3 ?><br></font>
<font size="3"><input type="text" name="new_answer3" size="<? echo $fulllength ?>" maxlength="100" value="<? echo $record_answer3 ?>">
</font>
<? } # End if - Display additional question 3 ?>
</td></tr><tr><td colspan="2">
<font size="2" face="Arial" color="<? echo $textcolor ?>"><? echo $lang[10] ?>:<br></font>
<font size="3">
<textarea cols="68" rows="10" maxlenght="4000" name="new_comments" wrap="virtual"><? echo $record_comments ?></textarea>
</font>