Rev 22196 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<html><head><script type="text/javascript" src="${rc.contextPath}/resources/fofo-form/js/jquery-1.10.2.min.js"></script><link rel="stylesheet" href="${rc.contextPath}/resources/fofo-form/css/bootstrap.min.css"/><link rel="stylesheet" href="${rc.contextPath}/resources/fofo-form/css/bootstrap-theme.min.css" /><script src="${rc.contextPath}/resources/fofo-form/js/bootstrap.min.js" type="script/javascript"></script><script src="${rc.contextPath}/resources/fofo-form/js/fileindextable.js"></script></head><body><div class="container"><div class="row"><div class="table-responsive"><table class="table table-hover"><thead><tr><th>RegisteredBusinessName</th><th>RegisteredEmail</th><th>Mobile</th><th>Address</th><th>City</th><th>State</th><th>Detail</th><th>Docs</th></tr></thead><tbody id="myTable"><tr>#foreach ($fofoForm in $fofoForms)<td> $fofoForm.getRegisteredBusinessName()</td><td>$fofoForm.getRegisteredEmail1()</td><td>$fofoForm.getMobile()</td><td>$fofoForm.getLine1() $fofoForm.getLine2() $fofoForm.getLine3()</td><td>$fofoForm.getCity()</td><td>$fofoForm.getState()</td><td><a target="_blank" href="${rc.contextPath}/fofo/${fofoForm.get_id()}/edit">Detail</a></td><td><a target="_blank" href="${rc.contextPath}/fofo/${fofoForm.get_id()}/file-display">Docs</a></td></tr>#end</tbody></table></div><div class="col-md-12 text-center"><ul class="pagination pagination-lg pager" id="myPager"></ul></div></div></div></body></html>