Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Group (0.18 sec)

  1. src/main/webapp/WEB-INF/view/login/index.jsp

    				<la:form styleId="login" method="post">
    					<div class="input-group mb-3">
    						<c:set var="ph_username">
    							<la:message key="labels.login.placeholder_username" />
    						</c:set>
    						<la:text property="username" styleId="username"
    							class="form-control" placeholder="${ph_username}" />
    						<div class="input-group-append">
    							<span class="input-group-text">
    								<em class="fa fa-user fa-fw">
                				</span>
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 3K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/orig/view/profile/index.jsp

    					<div class="input-group mb-3">
    						<c:set var="ph_new_password">
    							<la:message key="labels.profile.placeholder_new_password" />
    						</c:set>
    						<la:password property="newPassword" class="form-control"
    									 placeholder="${ph_new_password}" />
    						<div class="input-group-append">
    							<span class="input-group-text"><em class="fa fa-lock fa-fw"></span>
    						</div>
    					</div>
    					<div class="input-group mb-3">
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 3.6K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/profile/index.jsp

    					<div class="input-group mb-3">
    						<c:set var="ph_new_password">
    							<la:message key="labels.profile.placeholder_new_password" />
    						</c:set>
    						<la:password property="newPassword" class="form-control"
    									 placeholder="${ph_new_password}" />
    						<div class="input-group-append">
    							<span class="input-group-text"><em class="fa fa-lock fa-fw"></span>
    						</div>
    					</div>
    					<div class="input-group mb-3">
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 3.6K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/orig/view/login/index.jsp

    				<la:form styleId="login" method="post">
    					<div class="input-group mb-3">
    						<c:set var="ph_username">
    							<la:message key="labels.login.placeholder_username" />
    						</c:set>
    						<la:text property="username" styleId="username"
    							class="form-control" placeholder="${ph_username}" />
    						<div class="input-group-append">
    							<span class="input-group-text">
    								<em class="fa fa-user fa-fw">
                				</span>
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 3K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/index.jsp

    										</c:if>
    									</c:forEach>
    								</p>
    							</div>
    						</c:if>
    						<div class="clearfix searchButtonBox btn-group">
    							<button type="submit" name="search" id="searchButton"
    								class="btn btn-primary">
    								<em class="fa fa-search">
    								<la:message key="labels.index_form_search_btn" />
    							</button>
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 6.9K bytes
    - Viewed (1)
  6. src/main/webapp/WEB-INF/orig/view/index.jsp

    										</c:if>
    									</c:forEach>
    								</p>
    							</div>
    						</c:if>
    						<div class="clearfix searchButtonBox btn-group">
    							<button type="submit" name="search" id="searchButton"
    								class="btn btn-primary">
    								<em class="fa fa-search">
    								<la:message key="labels.index_form_search_btn" />
    							</button>
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 6.9K bytes
    - Viewed (0)
Back to top