Subversion Repositories SmartDukaan

Rev

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

Rev 26496 Rev 26499
Line 15... Line 15...
15
  <div class="col-lg-6">		    		
15
  <div class="col-lg-6">		    		
16
   <h4 class="h4m">Detailed Specification</h4>
16
   <h4 class="h4m">Detailed Specification</h4>
17
	 #foreach($x in $cps.get(0).getDetailedSpecs())
17
	 #foreach($x in $cps.get(0).getDetailedSpecs())
18
	   <div style="border:1px solid #f3f3f3;margin-bottom:15px;">
18
	   <div style="border:1px solid #f3f3f3;margin-bottom:15px;">
19
	    <table style="width:100%" class="table table-bordered">
19
	    <table style="width:100%" class="table table-bordered">
-
 
20
	    #set( $colSize = $cps.size()+1 )
20
	   <tr class="info"><th colspan="$cps.size()">$x.getTitle()</th></tr>
21
	   <tr class="info"><th colspan="$colSize">$x.getTitle()</th></tr>
21
        #foreach($xx in $x.getSpecs())   
22
        #foreach($xx in $x.getSpecs())   
22
	          <tr>
23
	          <tr>
23
	          <th style="width:35%">$xx.getName()</th>
24
	          <th style="width:35%">$xx.getName()</th>
24
	        #foreach($map in $entityList)   
25
	        #foreach($map in $entityList)   
25
	          <td><span>$map.get("$x.getTitle()$xx.getName()")</span></td>
26
	          <td><span>$map.get("$x.getTitle()$xx.getName()")</span></td>