<tr>
<td colspan="4" valign="top">
<table border="0" cellpadding="1" cellspacing="0" width="100%" bgcolor="#000033">
<tr>
<td>
<table border="0" cellpadding="3" cellspacing="0" width="100%" bgcolor="#ffffcc">
<tr>
<Td colspan="2">
Photography, graphic design, painting, sketches -- include them all in your profile. Below, either provide a link or upload your image.
<hr>
</td>
</tr>
<td width="20%">
<font color="<? echo $cat_textOnLightBKG; ?>">
Image title:
</font>
<br><br>
</td>
<Td>
<? $input_form->show_element( "student_sample_title" ); ?>
<br><br>
</td>
</tr>
<tr>
<td width="20%">
<font color="<? echo $cat_textOnLightBKG; ?>">
Description:
</font>
<br><br>
</td>
<td>
<? $input_form->show_element( "student_sample_comment" ); ?>
<br><br>
</td>
</tr>
<tr height="18">
<td width="20%" height="18">
<font color="<? echo $cat_textOnLightBKG; ?>">
Date composed:
</font>
<br><br>
</td>
<td height="18" width="350">
<? $input_form->show_element( "student_sample_date" ); ?>
<br><br>
</td>
</tr>
<tr>
<td colspan="2">
<font color="<? echo $cat_textOnLightBKG; ?>" size="3">
Choose one of the following ways to upload your image:
</font>
<br><br>
</td>
</tr>
<tr>
<td colspan="2">
<ul>
<font color="<? echo $cat_textOnLightBKG; ?>">
<li>Provide the url of an image already on the web (.gif or .jpg only, please):
<br>
<font color="red"><? echo $err; ?></font><br>
<? $input_form->show_element( "img_url" ); ?>
<!input type="text" value="http://" name="img_url" size="50">
<p>
<font color="<? echo $cat_textOnLightBKG; ?>">
- OR -
</font>
</p>
<p>
<font color="<? echo $cat_textOnLightBKG; ?>">
<li> Click "Browse" to upload an image from your desktop (any file format is okay, but employers will only be able to view .jpg or .gif images online -- others will have to be downloaded).
</font>
<br>
<br>
<? $input_form->show_element( "file_upload" ); ?>
<br><br>
</ul>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<? include( "navBarBottom.inc" ); ?>
</td>
</tr>
</table>
</td>
</tr>
</table>