<? $TempMD = new DB_MaskDef(null); $TempMD->TablePre = "<table border=0 cellspacing=2 cellpadding=2 class=formtable>"; $TempMD->TablePost = "</table>"; $TempMD->StatusOk = "/pics/dommaskok.gif"; $TempMD->StatusBad = "/pics/dommaskbad.gif"; $TempMD->IfTitle = true; $TempMD->IfExtra = true; $TempMD->BackError = "<a href=javascript:history.go(-1);>Error, Click to go to previous screen and correct the error</a>"; $TempMD->DeleteMessage = "Are you sure you want to delete this record ?"; $TempFMandatory = new DB_MaskField(null, false, null); $TempFMandatory->Class = "mandatoryfield"; $TempFMandatory->FieldPost = ""; $TempFMandatory->TitlePre = "<td class=formcelltitle align=right valign=top>"; $TempFMandatory->FieldPre = "<td class=formcellinfo>"; $TempFMandatory->StatusPre = "<td class=formcellinfo valign=top> "; $TempFMandatory->StatusPost = " </td>"; $TempFMandatory->ExtraPost = "</td>"; $TempFNormal = new DB_MaskField(null, false, null, $TempFMandatory); $TempFNormal->Class = "normalfield"; ?>