Subversion Repositories SmartDukaan

Rev

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

Rev 32265 Rev 32771
Line 63... Line 63...
63
        }
63
        }
64
 
64
 
65
        .stars-outer {
65
        .stars-outer {
66
            display: inline-block;
66
            display: inline-block;
67
            position: relative;
67
            position: relative;
68
            font-family: FontAwesome;
68
            font-family: 'Mukta',FontAwesome,Hind;
69
        }
69
        }
70
 
70
 
71
        .stars-outer::before {
71
        .stars-outer::before {
72
            content: "\f006 \f006 \f006 \f006 \f006";
72
            content: "\f006 \f006 \f006 \f006 \f006";
73
        }
73
        }
Line 162... Line 162...
162
            right: 0;
162
            right: 0;
163
            text-align: center;
163
            text-align: center;
164
            font-size: 2em;
164
            font-size: 2em;
165
            font-weight: bold;
165
            font-weight: bold;
166
            color: white;
166
            color: white;
167
            font-family: 'Amaranth', sans-serif;
167
            font-family: 'Amaranth', sans-serif,'Mukta';
168
        }
168
        }
169
    </style>
169
    </style>
170
 
170
 
171
    <script type="text/javascript">
171
    <script type="text/javascript">
172
        isAdmin = true;
172
        isAdmin = true;
Line 280... Line 280...
280
                                                   href="javascript:void(0);"><i class=""></i>Change Password</a></li>
280
                                                   href="javascript:void(0);"><i class=""></i>Change Password</a></li>
281
                        <li><a href="${rc.contextPath}/mobileapp"><i class="icon_key_alt" id="logout"></i>SD Mobile App</a>
281
                        <li><a href="${rc.contextPath}/mobileapp"><i class="icon_key_alt" id="logout"></i>SD Mobile App</a>
282
                        </li>
282
                        </li>
283
                        <li><a href="${rc.contextPath}/logout"><i
283
                        <li><a href="${rc.contextPath}/logout"><i
284
                                class="icon_key_alt" id="logout"></i> Log Out</a></li>
284
                                class="icon_key_alt" id="logout"></i> Log Out</a></li>
-
 
285
                             <!--  <li> <a href="#" language='english' class="active">English</a>
-
 
286
                                            <a href="#" language='hindi'>Hindi</a></li>-->
-
 
287
                                            <li>
-
 
288
                                           <!-- <li> <a href"@{?lang=en}" class="active">English</a>-->
-
 
289
                                            <a href='javascript:;' onclick='changelanguage("en");'>English ></a>
-
 
290
                                            <a href='javascript:;' onclick='changelanguage("hi");'>Hindi ></a>
-
 
291
                                                    <!-- <a href="ref"@{?lang=hi}">Hindi</a>-->
-
 
292
                                                     </li>
285
                    </ul>
293
                    </ul>
286
                </li>
294
                </li>
287
                <!-- user login dropdown end -->
295
                <!-- user login dropdown end -->
288
            </ul>
296
            </ul>
289
            <!-- notificatoin dropdown end-->
297
            <!-- notificatoin dropdown end-->
Line 322... Line 330...
322
        <section class="wrapper">
330
        <section class="wrapper">
323
            <!--overview start-->
331
            <!--overview start-->
324
            <div class="row">
332
            <div class="row">
325
                <div class="col-lg-12">
333
                <div class="col-lg-12">
326
                    <h3 class="page-header">
334
                    <h3 class="page-header">
327
                        <i class="fa fa-laptop"></i> Dashboard
335
                        <i class="fa fa-laptop"></i>
-
 
336
                        #springMessage("app.title")
328
                    </h3>
337
                    </h3>
329
                    <ol class="breadcrumb">
338
                    <ol class="breadcrumb">
-
 
339
                        <li>
330
                        <li><i class="fa fa-home"></i><a
340
                       <!-- <i class="fa fa-home"></i><a
331
                                href="${rc.contextPath}/dashboard">Home</a></li>
341
                                href="${rc.contextPath}/dashboard">Home</a></li>-->
-
 
342
                               <i class="fa fa-home"></i><a
-
 
343
                                                               href="${rc.contextPath}/dashboard">#springMessage("home.home")</a></li>
332
                        <li><i class="fa fa-laptop"></i>Dashboard</li>
344
                        <li><i class="fa fa-laptop"></i>Dashboard</li>
333
                    </ol>
345
                    </ol>
334
                </div>
346
                </div>
335
            </div>
347
            </div>
336
            <!-- overview end -->
348
            <!-- overview end -->
Line 343... Line 355...
343
                        <div class="row col-lg-4">
355
                        <div class="row col-lg-4">
344
                            <h3 style="margin-top: -2px; margin-bottom: 24px">
356
                            <h3 style="margin-top: -2px; margin-bottom: 24px">
345
                                <strong>Partner Wise Report</strong>
357
                                <strong>Partner Wise Report</strong>
346
                            </h3>
358
                            </h3>
347
                        </div>
359
                        </div>
348
 
-
 
349
                        <div style="float: right">
360
                         <div style="float: right">
350
							<span style="margin-right: 10px">Last Fetch :-
361
							<span style="margin-right: 10px">Last Fetch :-
351
                                $rctPartneStat.getLastCreatedTimestamp().format($dateTimeFormatter)</span>
362
                                $rctPartneStat.getLastCreatedTimestamp().format($dateTimeFormatter)</span>
352
                            <!--   <button class="btn btn-primary fetchPartnersData"
363
                            <!--   <button class="btn btn-primary fetchPartnersData"
353
                                       onclick="getPartnersStat()" type="button">Fetch
364
                                       onclick="getPartnersStat()" type="button">Fetch
354
                               </button> -->
365
                               </button> -->
Line 929... Line 940...
929
            allSelectedText: 'All Users Selected',
940
            allSelectedText: 'All Users Selected',
930
            enableFiltering: true,
941
            enableFiltering: true,
931
            enableCaseInsensitiveFiltering: true
942
            enableCaseInsensitiveFiltering: true
932
        });
943
        });
933
 
944
 
-
 
945
        function changelanguage(val){
-
 
946
        console.log(val);
-
 
947
       document.documentElement.setAttribute('lang', val)
-
 
948
       var url      = window.location.host;
-
 
949
       alert(url);
-
 
950
       //var path = window.location.path;
-
 
951
       alert(path);
-
 
952
       //window.location.href =url+"/dashboard?lang="+val;
-
 
953
       window.open(url+"/dashboard?lang="+val,"_self");
-
 
954
        }
-
 
955
 
934
    </script>
956
    </script>
935
    <div id="report-modal" class="modal" role="dialog"
957
    <div id="report-modal" class="modal" role="dialog"
936
         data-backdrop="static" data-keyboard="false">
958
         data-backdrop="static" data-keyboard="false">
937
        <div class="modal-dialog">
959
        <div class="modal-dialog">
938
 
960