| Line 110... |
Line 110... |
| 110 |
<div class="toggle-nav">
|
110 |
<div class="toggle-nav">
|
| 111 |
<div class="icon-reorder tooltips" data-original-title="Toggle Navigation" data-placement="bottom"><i class="icon_menu"></i></div>
|
111 |
<div class="icon-reorder tooltips" data-original-title="Toggle Navigation" data-placement="bottom"><i class="icon_menu"></i></div>
|
| 112 |
</div>
|
112 |
</div>
|
| 113 |
|
113 |
|
| 114 |
<!--logo start-->
|
114 |
<!--logo start-->
|
| - |
|
115 |
<div class="col-lg-3">
|
| - |
|
116 |
<div class="input-group">
|
| - |
|
117 |
<input placeholder="Partner Name" type="text" class="typeahead form-control" id="typeaheadpartner" name="Item" data-provide="typeahead" autocomplete="off">
|
| - |
|
118 |
</div>
|
| - |
|
119 |
</div>
|
| 115 |
<a href="${rc.contextPath}/dashboard" class="logo">Smart Dukaan - $fofoStore.getCode()</a>
|
120 |
<a href="${rc.contextPath}/dashboard" class="logo">Smart Dukaan - $fofoStore.getCode()</a>
|
| 116 |
#if($isAdmin)
|
121 |
#if($isAdmin)
|
| 117 |
<a href="${rc.contextPath}/mobileapp" class="logo" target="_blank">Mobile App</a>
|
122 |
<a id="mobileAppId" href="${rc.contextPath}/mobileapp" class="logo" target="_blank">Mobile App</a>
|
| 118 |
#end
|
123 |
#end
|
| 119 |
<!--logo end-->
|
124 |
<!--logo end-->
|
| 120 |
|
125 |
|
| 121 |
<div class="top-nav notification-row">
|
126 |
<div class="top-nav notification-row">
|
| 122 |
<!-- notificatoin dropdown start-->
|
127 |
<!-- notificatoin dropdown start-->
|
| Line 870... |
Line 875... |
| 870 |
$("#logout").click(function(){
|
875 |
$("#logout").click(function(){
|
| 871 |
localStorage.profile = undefined;
|
876 |
localStorage.profile = undefined;
|
| 872 |
});
|
877 |
});
|
| 873 |
|
878 |
|
| 874 |
#if($isAdmin)
|
879 |
#if($isAdmin)
|
| - |
|
880 |
$(function(){
|
| - |
|
881 |
getPartnerAheadOptions($("#typeaheadpartner"),function(selectedPartner){
|
| - |
|
882 |
partnerId = selectedPartner.partnerId;
|
| - |
|
883 |
uri = new URI($("#mobileAppId")[0].href);
|
| - |
|
884 |
uri.search = "fofoId=" + partnerId;
|
| - |
|
885 |
$("#mobileAppId")[0].href = uri.toString();
|
| - |
|
886 |
});
|
| - |
|
887 |
});
|
| 875 |
#else
|
888 |
#else
|
| 876 |
#set($partnerInvestment = $investments.get("investment"))
|
889 |
#set($partnerInvestment = $investments.get("investment"))
|
| 877 |
saleAmount = numberToComma($partnerInvestment.getSalesAmount());
|
890 |
saleAmount = numberToComma($partnerInvestment.getSalesAmount());
|
| 878 |
minimumInvestmentAmount = numberToComma($partnerInvestment.getMinInvestment());
|
891 |
minimumInvestmentAmount = numberToComma($partnerInvestment.getMinInvestment());
|
| 879 |
totalInvestedAmount = numberToComma($partnerInvestment.getTotalInvestment());
|
892 |
totalInvestedAmount = numberToComma($partnerInvestment.getTotalInvestment());
|