Subversion Repositories SmartDukaan

Rev

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

Rev 29210 Rev 32463
Line 28... Line 28...
28
					   	<input placeholder="Mobile Number" id="authUserMobileNumber" name="authUserMobileNumber" type="Number" value="" class="form-control input-sm" pattern="\d{3}[\-]\d{3}[\-]\d{4}" required>
28
					   	<input placeholder="Mobile Number" id="authUserMobileNumber" name="authUserMobileNumber" type="Number" value="" class="form-control input-sm" pattern="\d{3}[\-]\d{3}[\-]\d{4}" required>
29
					</div>
29
					</div>
30
					<div class="col-lg-2 form-group">
30
					<div class="col-lg-2 form-group">
31
					   	<input placeholder="Gmail Id" id="authUserGmailId" name="authUserGmailId" type="text" value="" class="form-control input-sm" required>
31
					   	<input placeholder="Gmail Id" id="authUserGmailId" name="authUserGmailId" type="text" value="" class="form-control input-sm" required>
32
					</div>
32
					</div>
-
 
33
					<div class="col-lg-2 form-group">
-
 
34
                 <input placeholder="Image" id="authUserImage" name="authUserImage" type="text" value="" class="form-control input-sm">
-
 
35
                 </div>
33
				</div>
36
				</div>
34
				<div class = "row">
37
				<div class = "row">
35
					<div class="col-lg-3">
38
					<div class="col-lg-3">
36
						<input class="btn btn-primary create-auth-user" type="button" value="Create Auth User">	
39
						<input class="btn btn-primary create-auth-user" type="button" value="Create Auth User">	
37
					</div>
40
					</div>
Line 47... Line 50...
47
	    					<th>First Name</th>
50
	    					<th>First Name</th>
48
	    					<th>Last Name</th>
51
	    					<th>Last Name</th>
49
	    					<th>Email</th>
52
	    					<th>Email</th>
50
	    					<th>Mobile Number</th>
53
	    					<th>Mobile Number</th>
51
	    					<th>Gmail Id</th>
54
	    					<th>Gmail Id</th>
-
 
55
	    					<th>Image</th>
52
	    					<th>Auth Users</th>
56
	    					<th>Auth Users</th>
53
	    					<th>Created Date</th>
57
	    					<th>Created Date</th>
54
	    					<th>Reset Password</th>
58
	    					<th>Reset Password</th>
55
	    					<th>Remove</th>
59
	    					<th>Remove</th>
-
 
60
 
-
 
61
 
56
	    				</tr>
62
	    				</tr>
57
	    				#if(!$authUsers.isEmpty())
63
	    				#if(!$authUsers.isEmpty())
58
			    			#foreach( $authUser in $authUsers )
64
			    			#foreach( $authUser in $authUsers )
59
			    				<tr>
65
			    				<tr>
60
			    				   <td>$authUser.getEmployeeCode()</td>
66
			    				   <td>$authUser.getEmployeeCode()</td>
Line 68... Line 74...
68
			    						#else
74
			    						#else
69
			    							<span></span>
75
			    							<span></span>
70
			    							<button class="mk_gmail_edit btn btn-primary" data-id="$authUser.getEmailId()">Add</button> 
76
			    							<button class="mk_gmail_edit btn btn-primary" data-id="$authUser.getEmailId()">Add</button> 
71
			    						#end
77
			    						#end
72
			    					</td>
78
			    					</td>
-
 
79
 
-
 
80
                                       <td>
-
 
81
 
-
 
82
                                          #if($authUser.getImageUrl())
-
 
83
                                          <span> $authUser.getImageUrl() </span>
-
 
84
                                           	<button class="img_edit btn btn-primary" data-id="$authUser.getEmailId()">Edit</button>
-
 
85
                                           	#else
-
 
86
                                           	<span></span>
-
 
87
                                          	<button class="img_edit btn btn-primary" data-id="$authUser.getEmailId()">Edit</button>
-
 
88
                                            #end
-
 
89
 
-
 
90
                                       </td>
-
 
91
 
73
			    					#if($authUser.getManagerId() != 0)
92
			    					#if($authUser.getManagerId() != 0)
74
			    					<td>
93
			    					<td>
75
			    					<select  class="form-control input-sm" id = "auth-users" name = "auth-users" placeholder="Authusers">
94
			    					<select  class="form-control input-sm" id = "auth-users" name = "auth-users" placeholder="Authusers">
76
					                  <option value="$userManagerMap.get($authUser.getId()).getId()" selected>$userManagerMap.get($authUser.getId()).getFullName()</option>
95
					                  <option value="$userManagerMap.get($authUser.getId()).getId()" selected>$userManagerMap.get($authUser.getId()).getFullName()</option>
77
				               	    #foreach($activeAuthUser in $activeAuthUsers)
96
				               	    #foreach($activeAuthUser in $activeAuthUsers)
Line 94... Line 113...
94
        	                     #end
113
        	                     #end
95
			    					
114
			    					
96
			    					<td>$authUser.getFormattedCreateTimestamp()</td>
115
			    					<td>$authUser.getFormattedCreateTimestamp()</td>
97
			    					<td><button class="btn btn-primary reset-password" data-id="$authUser.getEmailId()">Reset</button></td>
116
			    					<td><button class="btn btn-primary reset-password" data-id="$authUser.getEmailId()">Reset</button></td>
98
			    					<td><button class="btn btn-primary remove-user" data-id="$authUser.getId()">Remove</button></td>
117
			    					<td><button class="btn btn-primary remove-user" data-id="$authUser.getId()">Remove</button></td>
-
 
118
 
99
			    				</tr>
119
			    				</tr>
100
			    			#end
120
			    			#end
101
		    			#else
121
		    			#else
102
		    				<tr>
122
		    				<tr>
103
		    					<td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>
123
		    					<td colspan="12" style="text-align:center;">NO MATCHING DATA FOUND FOR CRITERIA</td>