Subversion Repositories SmartDukaan

Rev

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

Rev 26674 Rev 26694
Line -... Line 1...
-
 
1
 
-
 
2
 
-
 
3
 
1
 <div class="modal-header">
4
 <div class="modal-header">
2
	        <button type="button" class="close" data-dismiss="modal">&times;</button>
5
	        <button type="button" class="close" data-dismiss="modal">&times;</button>
3
	        <h4 class="modal-title">Offer Detail</h4>
6
	        <h4 class="modal-title">Offer Detail</h4>
4
       </div>
7
       </div>
5
       
8
       
Line 9... Line 12...
9
  <div style="margin-top: 15px;" class="offer-margin-table">
12
  <div style="margin-top: 15px;" class="offer-margin-table">
10
  
13
  
11
  
14
  
12
        <div class = "row">
15
        <div class = "row">
13
      
16
      
14
      <div class="col-lg-12">
17
          <div class="col-lg-12">
15
        <div style = "font-size:20px; font-weight:bold">$offer.getName() </div>
18
              <div style = "font-size:20px; font-weight:bold">$offer.getName() </div>
16
        
-
 
17
         
19
            
18
           #if($brands)
20
                 #if($brands)
19
          <div style = "font-size:15px; font-weight:bold">Brands :- $brands</div>
21
                   <div style = "font-size:15px; font-weight:bold">Brands :- $brands</div>
20
          #end
22
                 #end
21
          
-
 
22
           #if($items)
23
                #if($items)
23
            #foreach($item in $items)
24
                  #foreach($item in $items)
24
          <span style = "font-size:15px; font-weight:bold">$item.getBrand() $item.getModelName() $item.getModelNumber(),</span>
25
                  <span style = "font-size:15px; font-weight:bold">$item.getBrand() $item.getModelName() $item.getModelNumber(),</span>
25
          #end
26
                  #end
26
          #end
27
                #end
27
 
-
 
28
        <table class="table  table-advance" id = "margin-detail">
28
             <table class="table  table-advance" id = "margin-detail">
29
	    			<tbody>
29
	    			<tbody>
30
	    				 <tr>
30
	    				 <tr>
31
	    				 #if($offer.getTargetType() == "quantity")
31
	    				 #if($offer.getTargetType() == "quantity")
32
								<th>Quantity</th>
32
								<th>Quantity</th>
33
						  #else
33
						  #else
Line 58... Line 58...
58
			    	   #end
58
			    	   #end
59
		    	</tbody>
59
		    	</tbody>
60
	    </table>
60
	    </table>
61
      </div>
61
      </div>
62
      </div>
62
      </div>
-
 
63
      
-
 
64
      <div class="row">
-
 
65
      
-
 
66
        <div class="col-lg-12">
-
 
67
                  <ul id="descriptionMenu" style ="text-align:left">
-
 
68
						    #foreach( $product in $offer.getDescription().split(",") )
-
 
69
              
-
 
70
                                <li  style="padding:5px;list-style:square;"> $product</li>
-
 
71
              
-
 
72
                                #end
-
 
73
				   </ul>
-
 
74
                   
-
 
75
         </div>
-
 
76
      </div>
63
   
77
   
64
      <div class = "row">
78
      <div class = "row">
65
      
79
      
66
      <div class="col-lg-12">
80
      <div class="col-lg-12">
67
      
81