You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
109 lines
5.1 KiB
Go
109 lines
5.1 KiB
Go
package pages
|
|
|
|
const MainFormPage = `<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Faculty Activity Report</title>
|
|
<link rel="stylesheet" href="https://unpkg.com/rivet-core@2/css/rivet.min.css">
|
|
</head>
|
|
<body>
|
|
<header class="rvt-header-wrapper">
|
|
<!-- Hidden link for keyboard users to skip to main content -->
|
|
<a class="rvt-header-wrapper__skip-link" href="#main-content">Skip to main content</a>
|
|
<div class="rvt-header-global">
|
|
<div class="rvt-container-xl">
|
|
<div class="rvt-header-global__inner">
|
|
<div class="rvt-header-global__logo-slot">
|
|
<a class="rvt-lockup" href="/">
|
|
<!-- Trident logo -->
|
|
<div class="rvt-lockup__tab">
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="rvt-lockup__trident" viewBox="0 0 28 34">
|
|
<path d="M-3.34344e-05 4.70897H8.83308V7.174H7.1897V21.1426H10.6134V2.72321H8.83308V0.121224H18.214V2.65476H16.2283V21.1426H19.7889V7.174H18.214V4.64047H27.0471V7.174H25.0614V23.6761L21.7746 26.8944H16.2967V30.455H18.214V33.8787H8.76463V30.592H10.6819V26.8259H5.20403L1.91726 23.6077V7.174H-3.34344e-05V4.70897Z" fill="currentColor"></path>
|
|
</svg>
|
|
</div>
|
|
<!-- Website or application title -->
|
|
<div class="rvt-lockup__body">
|
|
<span class="rvt-lockup__title">Maurer School of Law</span>
|
|
<span class="rvt-lockup__subtitle">Faculty Public Activity Report</span>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<main class="rvt-container-xl rvt-p-top-xxl rvt-p-bottom-xxl">
|
|
<h1 class="rvt-ts-xxl rvt-m-bottom-xxl">Faculty Public Activity Report</h1>
|
|
|
|
<form method="post">
|
|
|
|
<!-- Scholarship -->
|
|
<fieldset class="rvt-fieldset rvt-m-bottom-xxl">
|
|
<legend class="rvt-ts-xl rvt-m-bottom-sm">Scholarship</legend>
|
|
<p class="rvt-m-bottom-lg">Please enter citations for recent publications here:</p>
|
|
|
|
<div class="rvt-m-bottom-lg">
|
|
<label class="rvt-label" for="scholarship-citation">Citation:</label>
|
|
<textarea class="rvt-input" id="scholarship-citation" name="scholarship_citation" rows="5"></textarea>
|
|
</div>
|
|
|
|
<div class="rvt-m-bottom-lg">
|
|
<label class="rvt-label" for="scholarship-hyperlink">Hyperlink (if available):</label>
|
|
<input class="rvt-input" type="url" id="scholarship-hyperlink" name="scholarship_hyperlink">
|
|
</div>
|
|
</fieldset>
|
|
|
|
<!-- Talks and Activities -->
|
|
<fieldset class="rvt-fieldset rvt-m-bottom-xxl">
|
|
<legend class="rvt-ts-xl rvt-m-bottom-sm">Talks and Activities</legend>
|
|
<p class="rvt-m-bottom-lg">Please tell us about any recent talks and activities here:</p>
|
|
|
|
<div class="rvt-m-bottom-lg">
|
|
<label class="rvt-label" for="talks-title">Title:</label>
|
|
<input class="rvt-input" type="text" id="talks-title" name="talks_title">
|
|
</div>
|
|
|
|
<div class="rvt-m-bottom-lg">
|
|
<label class="rvt-label" for="talks-description">Description:</label>
|
|
<textarea class="rvt-input" id="talks-description" name="talks_description" rows="5"></textarea>
|
|
</div>
|
|
|
|
<div class="rvt-m-bottom-lg">
|
|
<label class="rvt-label" for="talks-hyperlink">Hyperlink (if available):</label>
|
|
<input class="rvt-input" type="url" id="talks-hyperlink" name="talks_hyperlink">
|
|
</div>
|
|
</fieldset>
|
|
|
|
<!-- Media Appearances -->
|
|
<fieldset class="rvt-fieldset rvt-m-bottom-xxl">
|
|
<legend class="rvt-ts-xl rvt-m-bottom-sm">Media Appearances</legend>
|
|
<p class="rvt-m-bottom-lg">Please tell us about any recent media appearances you have made:</p>
|
|
|
|
<div class="rvt-m-bottom-lg">
|
|
<label class="rvt-label" for="media-title">Title:</label>
|
|
<input class="rvt-input" type="text" id="media-title" name="media_title">
|
|
</div>
|
|
|
|
<div class="rvt-m-bottom-lg">
|
|
<label class="rvt-label" for="media-description">Description:</label>
|
|
<textarea class="rvt-input" id="media-description" name="media_description" rows="5"></textarea>
|
|
</div>
|
|
|
|
<div class="rvt-m-bottom-lg">
|
|
<label class="rvt-label" for="media-hyperlink">Hyperlink (if available):</label>
|
|
<input class="rvt-input" type="url" id="media-hyperlink" name="media_hyperlink">
|
|
</div>
|
|
</fieldset>
|
|
|
|
<button class="rvt-button" type="submit">Review and Submit</button>
|
|
|
|
</form>
|
|
</main>
|
|
|
|
<script src="https://unpkg.com/rivet-core@2/js/rivet.min.js"></script>
|
|
</body>
|
|
</html>`
|
|
|