CINXE.COM
CWI Institutional Repository Login
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> CWI Institutional Repository Login </title> <link rel="apple-touch-icon" href="/static/flexdesk/img/flexdesk-icon.png"> <meta name="apple-mobile-web-app-title" content="CWI Flexdesk"> <meta name='robots' content='noindex,follow' /> <link rel="stylesheet" href="/static/css/styles.css"> </head> <body class="dark:bg-gray-800 dark:text-white"> <nav class="mt-0 sticky w-full z--10 top-0 bg-cwi-nav"> <div class="w-full max-w-7xl mx-auto px-1"> <ul class="list-reset flex justify-left flex-1 md:flex-none items-center"> <li class="mr-3 w-full"> <a class="inline-block p-2 text-white no-underline hover:bg-cwi float-right" href="/login/">Login</a> </li> </ul> </div> </nav> <div class="w-full max-w-7xl mx-auto px-3"> <h2 class="text-4xl font-extrabold dark:text-white py-3">Login</h2> <form role="form" method="post" class="w-1/3 py-4 text-white rounded"> <input type="hidden" name="csrfmiddlewaretoken" value="zBdXWsLsDdVWDjuDHsKiqqekh7laqs0i3TjYBdEMr4Pd2fUqRU5b7lHEYB6an0u9"> <div id="div_id_username" class="mb-3"> <label for="id_username" class="block text-gray-700 font-bold mb-2 dark:text-gray-300"> Username<span class="asteriskField">*</span> </label> <input type="text" name="username" autofocus autocapitalize="none" autocomplete="username" maxlength="150" class="textinput block px-4 border appearance-none border-gray-300 bg-white w-full text-gray-700 leading-normal focus:outline-none py-2 rounded-lg" required id="id_username"> </div> <div id="div_id_password" class="mb-3"> <label for="id_password" class="block text-gray-700 font-bold mb-2 dark:text-gray-300"> Password<span class="asteriskField">*</span> </label> <input type="password" name="password" autocomplete="current-password" class="passwordinput block px-4 border appearance-none border-gray-300 bg-white w-full text-gray-700 leading-normal focus:outline-none py-2 rounded-lg" required id="id_password"> </div> <button class="text-align-left bg-cwi text-white font-bold py-2 px-4 rounded border block" type="submit">Submit</button> </form> </div> <footer class="w-full mx-auto max-w-screen-xl p-4 md:flex md:items-center md:justify-between"> <span class="text-sm text-gray-500 sm:text-center dark:text-gray-400">漏 2023, 2024 <a href="https://www.cwi.nl/" class="hover:underline">CWI</a>. </span> </footer> </body> </html>