Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for la (0.16 sec)

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

    					<la:info id="msg" message="false">
    						<div class="alert alert-info">${msg}</div>
    					</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}" />
    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/orig/view/index.jsp

    												<c:if test="${editableUser == true}">
    													<la:link href="/profile" styleClass="dropdown-item">
    														<la:message key="labels.profile" />
    													</la:link>
    												</c:if>
    												<c:if test="${adminUser == true}">
    													<la:link href="/admin" styleClass="dropdown-item">
    														<la:message key="labels.administration" />
    													</la:link>
    												</c:if>
    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)
  3. src/main/webapp/WEB-INF/view/profile/index.jsp

    		<div class="login-logo">
    			<la:link href="/">
    				<img src="${fe:url('/images/logo-top.png')}"
    					alt="<la:message key="labels.header_brand_name" />" />
    			</la:link>
    		</div>
    		<div class="card">
    			<div class="card-body login-card-body">
    				<p class="login-box-msg">
    					<la:message key="labels.profile" />
    				</p>
    				<%-- Message --%>
    				<div>
    					<la:info id="msg" message="false">
    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)
  4. src/main/webapp/WEB-INF/orig/view/login/index.jsp

    					<la:info id="msg" message="false">
    						<div class="alert alert-info">${msg}</div>
    					</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}" />
    Others
    - Registered: Mon Apr 29 08:04:11 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 test="${editableUser == true}">
    													<la:link href="/profile" styleClass="dropdown-item">
    														<la:message key="labels.profile" />
    													</la:link>
    												</c:if>
    												<c:if test="${adminUser == true}">
    													<la:link href="/admin" styleClass="dropdown-item">
    														<la:message key="labels.administration" />
    													</la:link>
    												</c:if>
    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)
  6. src/main/webapp/WEB-INF/orig/view/profile/index.jsp

    		<div class="login-logo">
    			<la:link href="/">
    				<img src="${fe:url('/images/logo-top.png')}"
    					alt="<la:message key="labels.header_brand_name" />" />
    			</la:link>
    		</div>
    		<div class="card">
    			<div class="card-body login-card-body">
    				<p class="login-box-msg">
    					<la:message key="labels.profile" />
    				</p>
    				<%-- Message --%>
    				<div>
    					<la:info id="msg" message="false">
    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)
Back to top