grum
Posts: 42
|
| Posted: 09/06/2007, 7:05 PM |
|
I have a page that was previously OK in CCS V2 but I now get this error (I also get it on many pages. I can not find where the error is?
Can anyone suggest a tool that may help.
Warning:Page template error. Cannot find start tag for </tr> within container AllocationHeader, Ln: 187, Col: 3
This is the area which seems to be in error: -
<!-- BEGIN Record AllocationHeader -->
<form name="{HTMLFormName}" action="{Action}" method="post">
{Success}<font class="TCMFormHeaderFont">Allocation </font>
<table class="TCMFormTABLE" cellspacing="3" border="0">
<!-- BEGIN Error -->
<tr>
<td class="TCMErrorDataTD" colspan="4">{Error}</td>
</tr>
<!-- END Error -->
<tr>
<td class="TCMFieldCaptionTD" nowrap colspan="2">Report Description </td>
<td class="TCMFieldCaptionTD" nowrap>Level</td>
<td class="TCMFieldCaptionTD" nowrap>Grid Line Ref</td>
</tr>
<tr>
<td class="TCMDataTD" colspan="2"><input class="TCMInput" maxlength="255" size="60" value="{ReportDescription}" name="{ReportDescription_Name}"> </td>
<td class="TCMDataTD"><input class="TCMInput" maxlength="10" value="{Level}" name="{Level_Name}"> </td>
<td class="TCMDataTD"><input class="TCMInput" maxlength="20" value="{GridLine}" name="{GridLine_Name}"> </td>
</tr>
<tr>
<td class="TCMFieldCaptionTD" nowrap>Date </td>
<td class="TCMFieldCaptionTD" nowrap>Week Ending </td>
<td class="TCMFieldCaptionTD" nowrap colspan="2">Contract Item</td>
</tr>
<tr>
<td class="TCMDataTD"><input class="TCMInput" maxlength="10" size="10" value="{Date}" name="{Date_Name}">
<!-- BEGIN DatePicker DatePicker --><a href="javascript:showDatePicker('{Name}','{FormName}','{DateControl}');" class="TCMDataLink"><img src="Themes/DatePicker/DatePicker1.gif" border="0"></a><!-- END DatePicker DatePicker --></td>
<td class="TCMDataTD">{ProjectWeek} </td>
<td class="TCMDataTD" colspan="2">
<select class="TCMSelect" style="WIDTH: 100%" name="{ProjectItemID_Name}">
<option value="" selected>Select Value</option>
{ProjectItemID_Options}
</select>
</td>
</tr>
</tr>
<tr>
<td class="TCMFieldCaptionTD" nowrap colspan="2">Full Description </td>
<td class="TCMFieldCaptionTD" nowrap colspan="2">Site Note </td>
</tr>
<tr>
<td class="TCMDataTD" valign="top" colspan="2" rowspan="6"><textarea class="TCMTextarea" style="WIDTH: 100%" name="{Description_Name}" rows="9" cols="60">{Description}</textarea></td>
<td class="TCMDataTD" colspan="2">
<select class="TCMSelect" style="WIDTH: 100%" name="{SiteNoteID_Name}">
<option value="" selected>Select Value</option>
{SiteNoteID_Options}
</select>
</td>
</tr>
<tr>
<td class="TCMFieldCaptionTD" nowrap colspan="2">Variation </td>
</tr>
<tr>
<td class="TCMDataTD" colspan="2">
<select class="TCMSelect" style="WIDTH: 100%" name="{VariationID_Name}">
<option value="" selected>Select Value</option>
{VariationID_Options}
</select>
</td>
</tr>
<tr>
<td class="TCMFieldCaptionTD" nowrap>Reference Type </td>
<td class="TCMFieldCaptionTD" nowrap>Programme Activity </td>
</tr>
<tr>
<td class="TCMDataTD">
<select class="TCMSelect" style="WIDTH: 100%" name="{ReferenceTypeID_Name}">
<option value="" selected>Select Value</option>
{ReferenceTypeID_Options}
</select>
</td>
<td class="TCMDataTD"><input class="TCMInput" style="WIDTH: 100%" size="25" value="{ProgramActivity}" name="{ProgramActivity_Name}"></td>
</tr>
<tr>
<td class="TCMFooterTD" valign="middle" nowrap align="center" colspan="2">
<!-- BEGIN Button Button_Insert --><input class="TCMButton" type="submit" value="Add" name="{Button_Name}"><!-- END Button Button_Insert -->
<!-- BEGIN Button Button_Update --><input class="TCMButton" type="submit" value="Update" name="{Button_Name}"><!-- END Button Button_Update -->
<!-- BEGIN Button Button_Delete --><input class="TCMButton" type="submit" value="Delete" name="{Button_Name}"><!-- END Button Button_Delete --> </td>
</tr>
</table>
</form>
<!-- END Record AllocationHeader -->
|
 |
 |
grum
Posts: 42
|
| Posted: 09/07/2007, 6:41 PM |
|
Hi,
I have found my problem so ne need to reply to this.
Thanks
Grum
|
 |
 |
|