Subversion Repositories SmartDukaan

Rev

Rev 22168 | Rev 22196 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22168 Rev 22190
Line 1... Line 1...
1
<html>
1
<html>
2
<head>
2
<head>
3
<script type="text/javascript" src="resources/fofo-form/js/jquery-1.10.2.min.js"></script>
3
<script type="text/javascript" src="${rc.contextPath}/resources/fofo-form/js/jquery-1.10.2.min.js"></script>
4
<link rel="stylesheet" href="resources/fofo-form/css/bootstrap.min.css"/>
4
<link rel="stylesheet" href="${rc.contextPath}/resources/fofo-form/css/bootstrap.min.css"/>
5
<link rel="stylesheet" href="resources/fofo-form/css/bootstrap-theme.min.css" />
5
<link rel="stylesheet" href="${rc.contextPath}/resources/fofo-form/css/bootstrap-theme.min.css" />
6
<script src="resources/fofo-form/js/bootstrap.min.js" type="script/javascript"></script>
6
<script src="${rc.contextPath}/resources/fofo-form/js/bootstrap.min.js" type="script/javascript"></script>
7
<script src="resources/fofo-form/js/fileindextable.js"></script>
7
<script src="${rc.contextPath}/resources/fofo-form/js/fileindextable.js"></script>
8
</head>
8
</head>
9
<body>
9
<body>
10
 
10
 
11
<div class="container">
11
<div class="container">
12
    <div class="row">
12
    <div class="row">
Line 27... Line 27...
27
  </tr>
27
  </tr>
28
   </thead>
28
   </thead>
29
 <tbody id="myTable">
29
 <tbody id="myTable">
30
  
30
  
31
  <tr>
31
  <tr>
32
  #foreach ($fofoForm in $action.getLatestFofo())
32
  #foreach ($fofoForm in $fofoForms)
33
    <td> $fofoForm.getRegisteredBusinessName()</td>
33
    <td> $fofoForm.getRegisteredBusinessName()</td>
34
    <td>$fofoForm.getRegisteredEmail1()</td>
34
    <td>$fofoForm.getRegisteredEmail1()</td>
35
    <td>$fofoForm.getMobile()</td>
35
    <td>$fofoForm.getMobile()</td>
36
    <td>$fofoForm.getLine1() $fofoForm.getLine2() $fofoForm.getLine3()</td>
36
    <td>$fofoForm.getLine1() $fofoForm.getLine2() $fofoForm.getLine3()</td>
37
    <td>$fofoForm.getCity()</td>
37
    <td>$fofoForm.getCity()</td>