CINXE.COM

<!-- Stylesheet for SideBar--> <link rel="stylesheet" href="/static/css/base.css"> <link rel="stylesheet" href="/static/css/dist/styles.css"> <!-- Google Material icons --> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <!-- Wai Kit unable to download --> <!-- Google Font --> <!-- Font Awesome Package--> <!-- <link rel="stylesheet" href="/static/fontawesome/css/all.css"> --> <!-- JSQuery Package --> <script src="/static/js/jquery-3.7.1-min.js"></script> <script src="/static/js/dashboard.js"></script> <script src="/static/js/general.js"></script> <script src="/static/js/datatable.js"></script> <script src="/static/js/register_project.js"></script> <script src="/static/js/dropzone.js"></script> <!--bootstrap 5 pack--> <!--google font--> <!-- registration crispy form tailwind --> <!-- <link rel="stylesheet" href="/static/css/tailwind.css"> --> <!-- <link href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.0.2/tailwind.min.css" rel="stylesheet"> <script src="https://cdn.tailwindcss.com"></script> --> <!-- DataTable --> <script src="/static/js/jquery-3.7.1-min.js"></script> <link rel="stylesheet" href="/static/css/dataTables.css"> <!-- Authority Delegation --> <!-- <script src="/static/js/authoritydelagation.js"></script> --> <link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/css/select2.min.css" rel="stylesheet" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/js/select2.min.js"></script> <link rel="stylesheet" href="https://cdn.datatables.net/1.13.7/css/dataTables.tailwindcss.min.css"> <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script> <script src="https://cdn.datatables.net/1.10.25/js/jquery.dataTables.min.js"></script> <link rel="stylesheet" href="/static/css/dropzone.min.css"> <script src="/static/js/dropzone.min.js"></script> <!-- Flowbite CDN--> <!-- <link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.1/flowbite.min.css" rel="stylesheet" /> --> <script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.1/flowbite.min.js"></script> <!-- dropdown js--> <script src="/static/js/dropdown_selection.js"></script> <script src="/static/js/form_edit.js"></script> <!-- HTMX Script CDN --> <script src="https://unpkg.com/htmx.org@1.9.6" integrity="sha384-FhXw7b6AlE/jyjlZH5iHa/tTe9EpJ1Y55RjcgPbjeWMskSxZt1v9qkxLJWNJaGni" crossorigin="anonymous" ></script> <!-- plotly Script CDN --> <script src="https://cdn.plot.ly/plotly-latest.min.js"></script> <body class="bg-gray-200"> <div class="m-8 w-8/12 mx-auto border-2 shadow-md rounded-lg bg-white"> <div class="mb-8 logo flex justify-center items-center pt-12"><a href="https://www.greenre.org/"><img src="/static/image/greenre-new-logo.png"></a></div> <h3 class="text-center font-semibold text-3xl">USER LOGIN</h3> <div class="m-8 mb-16 w-2/5 mx-auto border-2 shadow-md rounded-lg"> <form method="post" class="p-4"> <input type="hidden" name="csrfmiddlewaretoken" value="wCU1FiuM8iy7aFPx6slbiWX3wiXKkcWzsEVGeOXU5GbUVdA6VzWrY0SMu0QupxkL"> <div id="div_id_username" class="mb-3"> <label for="id_username" class="block text-gray-700 text-sm font-bold mb-2"> Email<span class="asteriskField">*</span> </label> <input type="text" name="username" autofocus autocapitalize="none" autocomplete="username" maxlength="255" class="textinput block text-gray-700 border-gray-300 appearance-none py-2 bg-white border leading-normal w-full rounded-lg px-4 focus:outline-none" required id="id_username"> </div> <div id="div_id_password" class="mb-3"> <label for="id_password" class="block text-gray-700 text-sm font-bold mb-2"> Password<span class="asteriskField">*</span> </label> <input type="password" name="password" autocomplete="current-password" class="passwordinput block text-gray-700 border-gray-300 appearance-none py-2 bg-white border leading-normal w-full rounded-lg px-4 focus:outline-none" required id="id_password"> </div> <!-- <p style="color:red">You are not logged in. Please login to view the content.</p> --> <input class="w-full block mt-8 bg-green-500 hover:bg-green-700 text-white font-semibold py-2 px-4 rounded" type="submit" value="Login"> <input type="hidden" name="next" value="/"> </form> <hr class="w-11/12 block mx-auto"> <div class="mt-4 mb-4"> <div class="text-center m-2">Forgot Password? : <a href="/password-reset/" class="text-green-500"><b>Reset Here!</b></a></div> <div class="text-center m-2">Not A Member? : <a href="/register/" class="text-green-500"><b>Register Here!</b></a></div> <div class="text-center m-2">Back to <a href="https://www.greenre.org/" class="text-green-500"><b>Home Page</b></a></div> </div> </div> </div> <script src="/static/js/disablemultipleclick.js"></script> </body>

Pages: 1 2 3 4 5 6 7 8 9 10