<table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="100%" class="face_padding_cell"> <!-- include the timesheet face up until the heading start section --> <? include("timesheet_face_part_1.inc"); ?> <table width="100%" border="0"> <tr> <td width="40%"> <form method="post" action="<? echo $_SERVER["PHP_SELF"]; ?>"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><table width="50"><tr><td>Client:</td></tr></table></td> <td width="100%"><? client_select_list($client_id, 0, false, false, true, false, "submit();", false); ?></td> </tr> </table> </form> </td> <td align="center" nowrap class="outer_table_heading"> Projects </td> <td align="right" nowrap> <a href="proj_add.php?client_id=<? echo $client_id; ?>">Add new project</a> </td> </tr> </table> <!-- include the timesheet face up until the heading start section --> <? include("timesheet_face_part_2.inc"); ?>
</table> <!-- include the timesheet face up until the heading start section --> <? include("timesheet_face_part_2.inc"); ?> <table width="100%" align="center" border="0" cellpadding="0" cellspacing="0" class="outer_table"> <tr> <td> <table width="100%" border="0" cellpadding="1" cellspacing="2" class="table_body"> <tr> <td align="right">Project Title:</td> <td><input type="text" name="title" size="42" value="<? echo stripslashes($data["title"]); ?>" style="width: 100%;" maxlength="200"></td> </tr> <tr> <td align="right">Client:</td> <td><? client_select_list($data["client_id"], 0, false, false, false, true, "", false); ?></td> </tr> <tr> <td align="right" valign="top">Description:</td> <td><textarea name="description" rows="4" cols="40" wrap="virtual" style="width: 100%;"><? $data["description"] = stripslashes($data["description"]); echo $data["description"]; ?></textarea></td> </tr> <tr> <td align="right">Start Date:</td> <td><? day_button("start_day",$data["start_day"]); month_button("start_month",$data["start_month"]); year_button("start_year",$data["start_year"]); ?></td> </tr> <tr> <td align="right">Deadline:</td> <td><? day_button("end_day",$data["end_day"]); month_button("end_month",$data["end_month"]); year_button("end_year",$data["end_year"]); ?></td> </tr> <tr> <td align="right">Status:</td>
<tr> <td width="100%" class="face_padding_cell"> <!-- include the timesheet face up until the heading start section --> <? include("timesheet_face_part_1.inc"); ?> <table width="100%" border="0"> <tr> <td align="left" nowrap> <table width="100%" height="100%" border="0" cellpadding="1" cellspacing="2"> <tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><table width="50"><tr><td>Client:</td></tr></table></td> <td width="100%"><? client_select_list($client_id, $contextUser, false, false, true, false, "submit();"); ?></td> </tr> <tr> <td height="1"></td> <td height="1"><img src="images/spacer.gif" width="150" height="1" /></td> </tr> </table> </td> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><table width="50"><tr><td>Project:</td></tr></table></td> <td width="100%"><? project_select_list($client_id, false, $proj_id, $contextUser, false, true, "submit();"); ?></td> </tr> <tr> <td height="1"></td>
</table> <!-- include the timesheet face up until the heading start section --> <? include("timesheet_face_part_2.inc"); ?> <table width="100%" align="center" border="0" cellpadding="0" cellspacing="0" class="outer_table"> <tr> <td> <table width="100%" border="0" cellpadding="1" cellspacing="2" class="table_body"> <tr> <td align="right">Project Title:</td> <td><input type="text" name="title" size="42" style="width: 100%;" maxlength="200"></td> </tr> <tr> <td align="right">Client:</td> <td><? client_select_list($client_id, 0, false, false, false, true, "", false); ?></td> </tr> <tr> <td align="right" valign="top">Description:</td> <td><textarea name="description" rows="4" cols="40" wrap="virtual" style="width: 100%;"></textarea></td> </tr> <tr> <td align="right">Start Date:</td> <td><? day_button("start_day"); month_button("start_month"); year_button("start_year"); ?></td> </tr> <tr> <td align="right">Deadline:</td> <td><? day_button("end_day"); month_button("end_month"); year_button("end_year"); ?></td> </tr> <tr> <td align="right">Status:</td>