Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for forms (0.15 sec)

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

    					</la:info>
    					<la:errors />
    				</div>
    				<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">
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 3K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/profile/index.jsp

    					</la:info>
    					<la:errors />
    				</div>
    				<la:form styleId="updatePassword" method="post">
    					<div class="input-group mb-3">
    						<c:set var="ph_old_password">
    							<la:message key="labels.profile.placeholder_old_password" />
    						</c:set>
    						<la:password property="oldPassword" class="form-control"
    									 placeholder="${ph_old_password}" />
    						<div class="input-group-append">
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 3.6K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/orig/view/login/index.jsp

    					</la:info>
    					<la:errors />
    				</div>
    				<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">
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 3K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/orig/view/index.jsp

    								<em class="fa fa-search">
    								<la:message key="labels.index_form_search_btn" />
    							</button>
    							<button type="button" class="btn btn-outline-secondary"
    								data-toggle="control-options" data-target="#searchOptions"
    								id="searchOptionsButton">
    								<em class="fa fa-cog">
    								<la:message key="labels.index_form_option_btn" />
    							</button>
    						</div>
    					</fieldset>
    				</div>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 6.9K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/orig/view/profile/index.jsp

    					</la:info>
    					<la:errors />
    				</div>
    				<la:form styleId="updatePassword" method="post">
    					<div class="input-group mb-3">
    						<c:set var="ph_old_password">
    							<la:message key="labels.profile.placeholder_old_password" />
    						</c:set>
    						<la:password property="oldPassword" class="form-control"
    									 placeholder="${ph_old_password}" />
    						<div class="input-group-append">
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 3.6K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/index.jsp

    								<em class="fa fa-search">
    								<la:message key="labels.index_form_search_btn" />
    							</button>
    							<button type="button" class="btn btn-outline-secondary"
    								data-toggle="control-options" data-target="#searchOptions"
    								id="searchOptionsButton">
    								<em class="fa fa-cog">
    								<la:message key="labels.index_form_option_btn" />
    							</button>
    						</div>
    					</fieldset>
    				</div>
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 6.9K bytes
    - Viewed (1)
Back to top