summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2023-01-25 21:29:28 +0100
committerMinteck <contact@minteck.org>2023-01-25 21:29:28 +0100
commitce1ed675a34f5e3d1d317e6d8a1bd33de55b72d8 (patch)
tree4f8d8aa12fea4fc5d76c0e116a2c4caca02f779e /files
parent0fb31ef23c57749eec78cb3eb38d825e2ca037b5 (diff)
downloadnots-mane.tar.gz
nots-mane.tar.bz2
nots-mane.zip
Updated 9 files and added 2 files (automated)HEADmane
Diffstat (limited to 'files')
-rwxr-xr-xfiles/index.php14
1 files changed, 13 insertions, 1 deletions
diff --git a/files/index.php b/files/index.php
index 0448ce3..89e0c43 100755
--- a/files/index.php
+++ b/files/index.php
@@ -10,7 +10,19 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/navigation.php";
<div class="container">
<br>
- <h2><?= $title ?></h2>
+ <h2>Cours</h2>
+
+ <div class="dropdown" style="margin-bottom: 10px;">
+ <button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown">
+ Devoirs
+ </button>
+ <ul class="dropdown-menu">
+ <li><a class="dropdown-item" href="/timetable">Emploi du temps</a></li>
+ <li><a class="dropdown-item" href="/content">Contenus</a></li>
+ <li><a class="dropdown-item" href="/homework">Devoirs</a></li>
+ <li><a class="dropdown-item disabled" href="#">Fichiers</a></li>
+ </ul>
+ </div>
<table>
<?php $index = 1; foreach (data_files()["data"]["files"] as $file): ?>