This commit is contained in:
@ -1,11 +1,13 @@
|
||||
<div class="files">
|
||||
<h1>Gestionnaire de fichiers</h1>
|
||||
|
||||
</br>
|
||||
<div class="homepanel">
|
||||
<div class="row w-100">
|
||||
<div class="hbox col-lg">
|
||||
<div class="fi_act">
|
||||
<h1><i class="fa fa-folder"></i> Fichiers</h1>
|
||||
<hr>
|
||||
<div>
|
||||
<button id="fi_new_folder" class="fi_act_btn"><i class="fa fa-folder"></i> Nouveau dossier</button>
|
||||
<input id='fi_upload_file' type='file' hidden multiple />
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
|
||||
<h1><i class="fa fa-bell"></i> Notifications</h1>
|
||||
<hr>
|
||||
|
||||
<table class="table">
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
<div class="row w-100">
|
||||
<div class="hbox col-lg">
|
||||
<h1><i class="fa fa-link"></i> Liens raccourcis</h1>
|
||||
<hr>
|
||||
</br>
|
||||
<div id="lkcontent">
|
||||
|
||||
|
@ -1,15 +1,28 @@
|
||||
<div class="home">
|
||||
<h1>Administration</h1>
|
||||
<h1>Administration <button onclick="getPage('panel.html')">RELOAD</button></h1>
|
||||
</br>
|
||||
<div class="homepanel">
|
||||
<div class="row w-100">
|
||||
<div class="hbox col-lg">
|
||||
|
||||
|
||||
<h1><i class="fa fa-gear"></i> Administration</h1>
|
||||
<h1><i class="fa fa-gear"></i> Actions et informations</h1>
|
||||
|
||||
<hr>
|
||||
|
||||
<button>Redémarrer</button>
|
||||
<button>Update</button>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="hbox col-lg">
|
||||
|
||||
|
||||
<h1><i class="fa fa-file"></i> Chemin d'accès et paramètres</h1>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
<div class="hbox col">
|
||||
<p class="title"><i class="fa fa-id-card"></i> Mes informations</p>
|
||||
<hr>
|
||||
<div class="settings-content">
|
||||
<p>Photo de profil :</p>
|
||||
<div id="*accountpicture"></div>
|
||||
|
@ -5,6 +5,7 @@
|
||||
<div class="row w-100">
|
||||
<div class="hbox col">
|
||||
<h1><i class="fa fa-users"></i> Utilisateurs</h1>
|
||||
<hr>
|
||||
<div id="gus_panel" class="gus_users">
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user