<!DOCTYPE html SYSTEM "http://www.thymeleaf.org/dtd/xhtml1-strict-thymeleaf-4.dtd">
|
|
<html lang="es"
|
|
xmlns="http://www.w3.org/1999/xhtml"
|
|
xmlns:th="http://www.thymeleaf.org">
|
|
<head th:replace="head/head :: mihead"></head>
|
|
<body>
|
|
|
|
<header th:replace="~{menu/m1 :: usuarios}"></header>
|
|
<header class="masthead">
|
|
<div class="container position-relative">
|
|
<div class="row justify-content-center">
|
|
<div class="col-xl-6">
|
|
<div class="text-center text-black-50">
|
|
<!-- Page heading-->
|
|
<h1 class="mb-5">
|
|
<br>
|
|
Buscar
|
|
<br>
|
|
<form class="form-subscribe" id="contactForm" data-sb-form-api-token="API_TOKEN">
|
|
<!-- Email address input-->
|
|
<div class="row">
|
|
<div class="col">
|
|
<input class="form-control form-control-lg" id="idnombre" type="text" placeholder="Buscar ..." data-sb-validations="required" />
|
|
</div>
|
|
<div class="col-auto"><button class="btn btn-primary btn-lg disabled" id="submitButton" type="submit"> B u s c a r</button></div>
|
|
</div>
|
|
<!-- Submit success message-->
|
|
<!---->
|
|
<!-- This is what your users will see when the form-->
|
|
<!-- has successfully submitted-->
|
|
<div class="d-none" id="submitSuccessMessage">
|
|
<div class="text-center mb-3">
|
|
<div class="fw-bolder">Form submission successful!</div>
|
|
<p>To activate this form, sign up at</p>
|
|
<a class="text-white" href="https://startbootstrap.com/solution/contact-forms">https://startbootstrap.com/solution/contact-forms</a>
|
|
</div>
|
|
</div>
|
|
<!-- Submit error message-->
|
|
<!---->
|
|
<!-- This is what your users will see when there is-->
|
|
<!-- an error submitting the form-->
|
|
<div class="d-none" id="submitErrorMessage"><div class="text-center text-danger mb-3">Error sending message!</div></div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<footer th:replace="foot/javascript :: javascript"></footer>
|
|
</body>
|
|
</html>
|