Subversion Repositories SmartDukaan

Rev

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

Rev 28754 Rev 32457
Line 28... Line 28...
28
 
28
 
29
  <div class = "row">
29
  <div class = "row">
30
	   
30
	   
31
	
31
	
32
         
32
         
33
        <div class="col-lg-2">
33
        <div class="col-lg-3">
34
	    <label>Item</label>
34
	    <label>Item</label>
35
		  	<input type="text" class="typeahead form-control"
35
		  	<input type="text" class="typeahead form-control"
36
							id="item-search-text" name="Item"
36
							id="item-search-text" name="Item"
37
							data-provide="typeahead" autocomplete="off" value=""
37
							data-provide="typeahead" autocomplete="off" value=""
38
							style="width: 300px;" placeholder="Search for product..." />  
38
							style="width: 300px;" placeholder="Search for product..." />  
39
	    </div>
39
	    </div>
40
	    
40
	    
41
	     <div class="col-lg-2">
41
	     <div class="col-lg-3">
42
	    <label>Item</label>
42
	    <label>Item</label>
43
		  	<input type="text" id="item-qty" class="typeahead form-control" name="item-qty" value="" style="width: 300px;" placeholder="Item Qty" />  
43
		  	<input type="text" id="item-qty" class="typeahead form-control" name="item-qty" value="" style="width: 300px;" placeholder="Item Qty" />
44
	    </div>
44
	    </div>
45
	    
45
	    
46
	      <div class="col-lg-2">
46
	      <div class="col-lg-2">
47
	   
47
	   
48
	    	<button class="btn btn-primary add-high-demand-item" style = "margin-top:25px" type="button">Submit</button>
48
	    	<button class="btn btn-primary add-high-demand-item" style = "margin-top:25px" type="button">Submit</button>
49
	    	</div>
49
	    	</div>
50
   </div>
50
   </div><br>
51
   
51
   
52
     <div id="hdi-table">
52
     <div id="hdi-table">
53
		<div class="row">
53
		<div class="row">
54
	    	<div class="col-lg-4">
54
	    	<div class="col-lg-5">
55
	    		<table class="table table-striped table-advance table-hover">
55
	    		<table class="table table-striped table-advance table-hover">
56
	    			<tbody>
56
	    			<tbody>
57
	    				<tr>
57
	    				<tr>
58
	    					<th>Item Name</th>
58
	    					<th>Item Name</th>
59
	    					<th>Quantity </th>
59
	    					<th>Quantity </th>
Line 72... Line 72...
72
			    			 </td>
72
			    			 </td>
73
			    			 <td>$request.getQty()</td>
73
			    			 <td>$request.getQty()</td>
74
			    			  <td>$request.getCreateTimestamp().format($dateTimeFormatter)</td>
74
			    			  <td>$request.getCreateTimestamp().format($dateTimeFormatter)</td>
75
			    			  
75
			    			  
76
			    			 <td><button class="btn btn-primary remove-hdi-model"  data-requestid="$request.getId()" type="button" >Remove</button></td>
76
			    			 <td><button class="btn btn-primary remove-hdi-model"  data-requestid="$request.getId()" type="button" >Remove</button></td>
77
			    		   </tr>	
77
			    		   </tr>
78
			    	      #end
78
			    	      #end
79
		    			#else
79
		    			#else
80
		    			   <tr>
80
		    			   <tr>
81
		    				  <td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
81
		    				  <td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
82
		    			   </tr>
82
		    			   </tr>