2020-04-24 19:38:21 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2021-08-26 20:41:31 +02:00
|
|
|
<title data-i18n="site.title">Galène</title>
|
2020-09-03 17:01:21 +02:00
|
|
|
<meta charset="utf-8">
|
2020-08-27 21:17:46 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2020-04-24 19:38:21 +02:00
|
|
|
<link rel="stylesheet" href="/common.css">
|
|
|
|
<link rel="stylesheet" href="/mainpage.css">
|
2020-12-06 19:43:17 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="/galene.css"/>
|
2020-08-27 21:17:46 +02:00
|
|
|
<link rel="author" href="https://www.irif.fr/~jch/"/>
|
|
|
|
</head>
|
2020-04-24 19:38:21 +02:00
|
|
|
|
|
|
|
<body>
|
2020-08-27 21:17:46 +02:00
|
|
|
|
|
|
|
<div class="home">
|
2021-08-26 20:41:31 +02:00
|
|
|
<h1 id="title" class="navbar-brand" data-i18n="site.title">Galène</h1>
|
2020-04-24 19:38:21 +02:00
|
|
|
|
2020-08-27 21:17:46 +02:00
|
|
|
<form id="groupform">
|
2021-08-26 20:41:31 +02:00
|
|
|
<label for="group"data-i18n="groups.group">Group:</label>
|
2020-08-27 21:17:46 +02:00
|
|
|
<input id="group" type="text" name="group" class="form-control form-control-inline"/>
|
2021-08-26 20:41:31 +02:00
|
|
|
<input type="submit" data-i18n="input.value" data-i18n-attr="value" value="Join" class="btn btn-default btn-large"/><br/>
|
2020-08-27 21:17:46 +02:00
|
|
|
</form>
|
|
|
|
|
|
|
|
<div id="public-groups" class="groups">
|
2021-08-26 20:41:31 +02:00
|
|
|
<h2 data-i18n="groups.public">Public groups</h2>
|
2020-08-27 21:17:46 +02:00
|
|
|
|
|
|
|
<table id="public-groups-table"></table>
|
|
|
|
</div>
|
2020-04-24 19:38:21 +02:00
|
|
|
</div>
|
2020-08-27 21:17:46 +02:00
|
|
|
<footer class="signature">
|
2021-08-26 20:41:31 +02:00
|
|
|
<label>
|
|
|
|
<span data-i18n="site.locale">Language:</span>
|
|
|
|
<select>
|
|
|
|
<option value="en" id="en">EN</option>
|
|
|
|
<option value="oc" id="oc">OC</option>
|
|
|
|
<option value="fr" id="fr">FR</option>
|
|
|
|
</select>
|
|
|
|
</label>
|
|
|
|
<p><a href="https://galene.org/"data-i18n="site.title">Galène</a> <span data-i18n="site.by">by</span> <a href="https://www.irif.fr/~jch/" rel="author">Juliusz Chroboczek</a></p>
|
2020-08-27 21:17:46 +02:00
|
|
|
</footer>
|
|
|
|
|
2020-04-24 19:38:21 +02:00
|
|
|
<script src="/mainpage.js" defer></script>
|
2021-08-26 20:41:31 +02:00
|
|
|
|
|
|
|
<script src="scripts/translator.js" defer></script>
|
|
|
|
<script src="scripts/index.js" defer></script>
|
2020-04-24 19:38:21 +02:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|
|
|
|
|