From f1b9662122abed09ccf74b2eda034e7a45730e60 Mon Sep 17 00:00:00 2001 From: Bobby Date: Tue, 3 May 2022 22:04:04 -0400 Subject: citizens pagination --- interface/views/citizens.ejs | 149 ++++++++++++++++++++++++++++--------------- 1 file changed, 99 insertions(+), 50 deletions(-) (limited to 'interface/views') diff --git a/interface/views/citizens.ejs b/interface/views/citizens.ejs index 2244713..2cb4ecf 100644 --- a/interface/views/citizens.ejs +++ b/interface/views/citizens.ejs @@ -4,10 +4,22 @@ <%- include('partials/head') %> @@ -58,57 +70,94 @@ <%- include('partials/navbar') %> - - - - - - - - - - - - - - - - <% for(var i=0; i < citizens.length; i++) { %> - - - - - - - - - - + + <% } %> + + + + + + + +
First NameLast NameAddressMobile NumberDate of BirthGenderMarital StatusVillage Name
<%= citizens[i].first_name %><%= citizens[i].last_name %><%= citizens[i].address %><%= citizens[i].mobile_num %><%= citizens[i].dob %><%= citizens[i].gender %><%= citizens[i].marital_status %><%= citizens[i].village_name %> -
-
- Edit -
-
+ +
+ <%- include('partials/scripts') %> + -- cgit v1.2.3