<form action="#" method="post" name="NewEvent" id="NewEvent">
<table width="100%" cellpadding="0" cellspacing="0" id="update">
<tr>
<td colspan="5">
<br />
<div align="center" style="font-weight:500; font-size:16px;">
Add a new event to today.<span style="font-size:12px;">(The public settings and attaching videos are under construction)</span>
</div>
</td>
</tr>
<tr>
<td colspan="5"><div align="center">
<textarea name="the_event" id="the_event" cols="159" rows="5"></textarea>
<input type="hidden" name="the_date" id="event_date" value="<?php print"$date";?>" />
<input type="hidden" name="the_time" id="event_time" value="<?php print"$time";?>" />
<input type="hidden" name="user_id" id="user_id" value="<?php print"$id";?>" />
<input type="hidden" name="user_name" id="user_name" value="<?php print"$username";?>" />
</div></td>
</tr>
<tr>
<td colspan="5"><?php print"$outmessage";?></td>
</tr>
<tr>
<td colspan="5"><div align="center"><strong>ATTACH A VIDEO</strong>: Youtube:
<input name="youtube" type="text" id="youtube" size="40" placeholder="http://www.youtube.com/watch?v=...." />
or Vimeo:
<input name="vimeo" type="text" id="vimeo" size="40" placeholder="http://vimeo.com/..." />
(optional)</div></td>
</tr>
<tr style="background:#CCC; border:1px solid #333;">
<td width="25%"><div align="right">
<input type="radio" name="public" id="public" value="0" checked="checked" />
Public (World Wide)</div></td>
<td width="21%"><div align="right">
<input type="radio" name="public" id="public" value="1" />
Private (You and Followers)</div></td>
<td width="21%"><div align="right">
<input type="radio" name="public" id="public" value="2" />
Uber Private (Just You)</div></td>
<td width="23%"><div align="right">
<input type="submit" name="submit" class="submit" value="Add to my diary" />
</div></td>
<td width="10%"><span id="flash"></span></td>
</tr>
</table>
</form>