fradrive/templates/home.hamlet
2018-03-06 22:29:17 +01:00

133 lines
3.2 KiB
Plaintext

<div>
<h1>ReWorX - Demo
<h3>
Testumgebung für die Re-Implementierung von <a href="https://uniworx.ifi.lmu.de/">UniWorX</a>
<p>
Die Reimplementierung von
UniWorX ist noch nicht abgeschlossen.
<p .alert .alert-danger>Das System ist noch nicht produktiv einsetzbar
<!-- SHOW-HIDE-TEST -->
<hr>
<div .js-show-hide>
<h2 .js-show-hide__toggle>Teilweise funktionierende Abschnitte
<ul>
<li .list-group-item>
<a href=@{UsersR}>Benutzer Verwaltung
<li .list-group-item>
<a href=@{TermShowR}>Semester Verwaltung
<li .list-group-item>
<a href=@{CourseEditR}>Kurse anlegen, editieren und anzeigen
<li .list-group-item>
<a href=@{SubmissionListR}>Dateien hochladen und abrufen
<hr>
<div .js-show-hide.js-show-hide--collapsed>
<h2 .js-show-hide__toggle>Tabellen
<table .js-sortable>
<thead>
<tr>
<th .sorted-asc>ID
<th>TH1
<th>TH2
<th>TH3
<tbody>
<tr>
<td>0
<td>14
<td>CON2
<td>3
<tr>
<td>1
<td>5
<td>ONT2
<td>13
<tr>
<td>2
<td>CONT1
<td>NT2
<td>43
<tr>
<td>3
<td>43
<td>T2C2
<td>35
<hr>
<div .js-show-hide.js-show-hide--collapsed>
<h2 .js-show-hide__toggle>Formulare
<p>(Senden-Button wird aktiviert, sobald alle benötigten Felder ausgefüllt sind.)
<form method=post action=@{HomeR}>
<div .form-group>
<label .reactive-label for=text>Vorname*
<input type=text id=text required=true>
<div .form-group>
<label .reactive-label for=password>Passwort*
<input type=password id=password required=true>
<div .form-group>
<label .reactive-label for=email>Email*
<input type=email id=email required=true>
<div .form-group>
<label for=date>Geburtsdatum:
<input type=date id=date>
<div .form-group>
<div>
<input type=submit value="Senden" id=submit-btn>
<div .form-group>
<textarea>No content yet
<p>Bitte wähle aus (auch mehrere):
<div .form-group>
<div .checkbox>
<input type=checkbox id=chkbox1>
<label for=chkbox1>Opt A
<div .checkbox>
<input type=checkbox id=chkbox2>
<label for=chkbox2>Opt B
<div .checkbox>
<input type=checkbox id=chkbox3>
<label for=chkbox3>Opt C
<div .checkbox>
<input type=checkbox id=chkbox4>
<label for=chkbox4>Opt D
<p>Wähle aus diesen Optionen eines aus:
<div .form-group>
<div .radio>
<input type=radio name=group1[] id=rdbtn1>
<label for=rdbtn1>Opt A
<div .radio>
<input type=radio name=group1[] id=rdbtn2>
<label for=rdbtn2>Opt B
<div .radio>
<input type=radio name=group1[] id=rdbtn3>
<label for=rdbtn3>Opt C
<p>Wähle eines aus der Liste aus:
<div .form-group>
<select required=true>
<option>Option 1
<option>Option 2
<option>Option 3
<div .form-group>
<h3>Test-Button. Does nothing.
<input type=button value="Test">
<hr>
<div>
<h2>Funktionen zum Testen
<ul>
<li>
Knopf-Test:
<form .form-inline method=post action=@{HomeR} enctype=#{btnEnctype}>
^{btnWdgt}