This repository has been archived on 2026-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/templates/home.hamlet

107 lines
2.4 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 -->
<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
<div>
<h2>SORTABLE-TEST
<table .js-sortable>
<thead>
<tr>
<th>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
<div>
<h2>FORM-TEST & STYLEGUIDE
<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>Date
<input type=date id=date>
<div .form-group>
<select required=true>
<option>Option 1
<option>Option 2
<option>Option 3
<div .form-group>
<textarea>No content yet
<div .form-group>
<label for=chkbox1>Opt A
<input type=checkbox id=chkbox1>
<label for=chkbox2>Opt B
<input type=checkbox id=chkbox2>
<div .form-group>
<label for=rdbtn1>Exkl Opt A
<input type=radio name=group1[] id=rdbtn1>
<label for=rdbtn2>Exkl Opt B
<input type=radio name=group1[] id=rdbtn2>
<input type=submit value="Senden" id=submit-btn>
<input type=button value="Test">
<div>
<h2>Funktionen zum Testen
<ul>
<li>
Knopf-Test:
<form .form-inline method=post action=@{HomeR} enctype=#{btnEnctype}>
^{btnWdgt}