Subversion Repositories SmartDukaan

Rev

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

Rev 29103 Rev 29143
Line 106... Line 106...
106
	    	 		   #if($fofoIdAndallValues.get($name).getInvestment().getActivatedStockAmount() > 20000)
106
	    	 		   #if($fofoIdAndallValues.get($name).getInvestment().getActivatedStockAmount() > 20000)
107
	    	 		      <td class="currency" id="activatedStock" data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#activateStock" style="color:red">$fofoIdAndallValues.get($name).getInvestment().getActivatedStockAmount()</td> 
107
	    	 		      <td class="currency" id="activatedStock" data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#activateStock" style="color:red">$fofoIdAndallValues.get($name).getInvestment().getActivatedStockAmount()</td> 
108
	    	 		  #else
108
	    	 		  #else
109
	    	 		     <td class="currency" id="activatedStock" data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#activateStock">$fofoIdAndallValues.get($name).getInvestment().getActivatedStockAmount()</td> 
109
	    	 		     <td class="currency" id="activatedStock" data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#activateStock">$fofoIdAndallValues.get($name).getInvestment().getActivatedStockAmount()</td> 
110
	    	 		    #end
110
	    	 		    #end
111
	    	 		     #if($fofoIdAndallValues.get($name).getWalletAmount() < 100000)
111
	    	 		     #if($fofoIdAndallValues.get($name).getWalletAmount() > 50000)
112
	    	 		     <td class="currency" style="color:red">$fofoIdAndallValues.get($name).getWalletAmount()</td>
112
	    	 		     <td class="currency" style="color:red">$fofoIdAndallValues.get($name).getWalletAmount()</td>
113
	    	 		     #else
113
	    	 		     #else
114
	    	 		     <td class="currency">$fofoIdAndallValues.get($name).getWalletAmount()</td>
114
	    	 		     <td class="currency">$fofoIdAndallValues.get($name).getWalletAmount()</td>
115
	    	 		     #end
115
	    	 		     #end
116
	    	 		     <td class="currency instock" data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#inStockItem" >$fofoIdAndallValues.get($name).getInvestment().getInStockAmount()</td>
116
	    	 		     <td class="currency instock" data-fofoid="$fofoIdAndPartnerMap.get($name).getPartnerId()" data-toggle="modal" data-target="#inStockItem" >$fofoIdAndallValues.get($name).getInvestment().getInStockAmount()</td>