", dateFormat.format(new Date(currPetition.getSubmitTime())));
StringUtil.append(htmlContent, " | ", currPetition.getPetitioner().getName(), " | ");
StringUtil.append(htmlContent, "");
if (currPetition.getState() != PetitionState.IN_PROCESS)
{
StringUtil.append(htmlContent, "");
}
else
{
htmlContent.append("" + currPetition.getResponder().getName() + "");
}
StringUtil.append(htmlContent, " | ", currPetition.getTypeAsString(), "", currPetition.getTypeAsString(), " |
|
");
color = !color;
petcount++;
if (petcount > 10)
{
htmlContent.append("