CINXE.COM

Upload Student Thesis – Leiden University

<!DOCTYPE html> <!--[if lt IE 7]> <html lang="en" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html lang="en" class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html lang="en" class="no-js lt-ie9"> <![endif]--> <!--[if IE 8]> <html lang="en" class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html lang="en" class="no-js"> <!--<![endif]--> <head> <script type="text/javascript"> function isIE() { const ua = window.navigator.userAgent; //Check the userAgent property of the window.navigator object const msie = ua.indexOf('MSIE '); // IE 10 or older const trident = ua.indexOf('Trident/'); //IE 11 return (msie > 0 || trident > 0); } //function to show alert if it's IE function ShowIEAlert(){ if(isIE()){ alert("The application does not support Internet Explorer 11 and below. Please use the latest browser"); window.location.href = "https://www.microsoft.com/en-us/edge"; } else{ /*<![CDATA[*/ window.location.base = ""; /*]]>*/ } } ShowIEAlert(); </script> <base href="/" /> <title>Upload Student Thesis – Leiden University</title> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="description" content="Electronic Thesis &amp; Dissertation Submission Workflow Tool" /> <link rel="stylesheet" href="resources/styles/ng-sortable.min.css" /> <link rel="stylesheet" href="https://upload-studenttheses.universiteitleiden.nl/wro/app.css" /> </head> <body> <!--[if lt IE 7]> <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <!-- Content placed here will appear on every page --> <main> <nav class="navbar navbar-default"> <div class="container-fluid" ng-controller="ApplicationAuthenticationController"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <modal modal-id="verifyEmailModal" modal-view="views/modals/verifyEmailModal.html" modal-header-class="modal-header-primary" wvr-modal-backdrop="static"></modal> <modal modal-id="loginModal" modal-view="views/modals/loginModal.html" modal-header-class="modal-header-primary" wvr-modal-backdrop="static"></modal> <div ng-if="isAnonymous()" class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> <!--<a href ng-click="openModal('#loginModal')">Login</a>--> <!--<a href ng-click="samlLogin()">SAML</a>--> <!--<a href="/saml">Login</a>--> </li> <!--<li class="dropdown"> <a href ng-click="openModal('#verifyEmailModal')">Register</a> </li>--> </ul> </div> </div> </nav> <header class="container-fluid site-title" ng-controller="HeaderController"> <div class="container"> <div class="row"> <a class="pull-left" href="/"> <img style="max-height: 57px;" ng-src="{{logoImage()}}" /> </a> </div> </div> </header> <alerts types="WARNING, ERROR"></alerts> <alerts seconds="45" channels="auth/register" types="SUCCESS"></alerts> <alerts seconds="45" channels="auth/saml" types="SUCCESS"></alerts> <alerts seconds="45" channels="organization/delete" types="SUCCESS"></alerts> <div class="container-fluid main"> <div ng-view class="view"></div> </div> </main> <footer class="footer"> <div class="container"> <ul class="inline-list"> <li>&copy; Vireo <span app-version></span> </li> <!--<li> <a href="#">Webmaster</a> </li> <li> <a href="#">Legal</a> </li> <li> <a href="#">Comments</a> </li> <li> <a href="#">Accessibility</a> </li>--> </ul> </div> </footer> <script src="resources/scripts/bundle.js"></script> <!-- Google Analytics: change UA-XXXXX-X to be your site's ID. --> <script> (function (b, o, i, l, e, r) { b.GoogleAnalyticsObject = l; b[l] || (b[l] = function () { (b[l].q = b[l].q || []).push(arguments) }); b[l].l = +new Date; e = o.createElement(i); r = o.getElementsByTagName(i)[0]; e.src = '//www.google-analytics.com/analytics.js'; r.parentNode.insertBefore(e, r) }(window, document, 'script', 'ga')); ga('create', 'UA-XXXXX-X'); ga('send', 'pageview'); </script> </body> </html>

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