Subversion Repositories SmartDukaan

Rev

Rev 22196 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22196 Rev 22200
Line 18... Line 18...
18
    <th>RegisteredBusinessName</th>
18
    <th>RegisteredBusinessName</th>
19
    <th>RegisteredEmail</th> 
19
    <th>RegisteredEmail</th> 
20
    <th>Mobile</th>
20
    <th>Mobile</th>
21
    <th>Address</th> 
21
    <th>Address</th> 
22
    <th>City</th>
22
    <th>City</th>
-
 
23
    <th>State</th>
23
    <th>Detail</th> 
24
    <th>Detail</th> 
24
    <th>Docs</th>
25
    <th>Docs</th>
25
   
26
   
26
  </tr>
27
  </tr>
27
   </thead>
28
   </thead>
Line 33... Line 34...
33
    <td>$fofoForm.getRegisteredEmail1()</td>
34
    <td>$fofoForm.getRegisteredEmail1()</td>
34
    <td>$fofoForm.getMobile()</td>
35
    <td>$fofoForm.getMobile()</td>
35
    <td>$fofoForm.getLine1() $fofoForm.getLine2() $fofoForm.getLine3()</td>
36
    <td>$fofoForm.getLine1() $fofoForm.getLine2() $fofoForm.getLine3()</td>
36
    <td>$fofoForm.getCity()</td>
37
    <td>$fofoForm.getCity()</td>
37
    <td>$fofoForm.getState()</td>
38
    <td>$fofoForm.getState()</td>
38
    <td><a target="_blank" href="${rc.contextPath}/fofo/${fofoForm.get_id()}/edit">detail</a></td>
39
    <td><a target="_blank" href="${rc.contextPath}/fofo/${fofoForm.get_id()}/edit">Detail</a></td>
39
    <td><a target="_blank" href="${rc.contextPath}/fofo/${fofoForm.get_id()}/edit">detail</a></td>
40
    <td><a target="_blank" href="${rc.contextPath}/fofo/${fofoForm.get_id()}/file-display">Docs</a></td>
40
  </tr>
41
  </tr>
41
  
42
  
42
#end
43
#end
43
      </tbody>
44
      </tbody>
44
        </table>   
45
        </table>