summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-02-22 06:57:29 +0100
committerache <ache@ache.one>2019-02-22 06:57:29 +0100
commitde39d2a3a13f8dcd65670e6755e66f7ba5817825 (patch)
tree1505017fe2110b62e14f0e30243ca246617d922c
parentFilter on link delete (diff)
IHM Dav
-rw-r--r--dir.html26
1 files changed, 23 insertions, 3 deletions
diff --git a/dir.html b/dir.html
index 239d693..e21b425 100644
--- a/dir.html
+++ b/dir.html
@@ -25,11 +25,27 @@
</section>
<section id="dav">
<div class="uploadDiv">
- <label for="fileinput">Sélectionner un fichier : </label><br/>
+ <label for="fileinput">Envoyer un fichier : </label><br/>
<input id="fileinput" type="file">
</div>
+ <hr/>
+ <div class="moveDiv">
+ <label for="file_move1">Déplaçer un fichier : </label><br/>
+ <input id="file_move1" type="input"> <br/>
+ <label for="file_move2">Vers : <br/>
+ <input id="file_move2" type="input">
+ </div>
+ <hr/>
<div class="mkdirDiv">
+ <label for="mkcol_input">Créer un dossier : </label><br/>
+ <input id="mkcol_input" type="input">
+ </div>
+ <hr/>
+ <div class="repDiv">
+ Réponse du server :
+ <div id="bodyServResponse"><div>
</div>
+
</section>
<div id="footer">Create with love 💟 bye <a href="https//ache.one">ache</a></div>
<script language="javascript">
@@ -154,12 +170,16 @@ h1 {
}
#dav {
grid-area: dav;
- background-color: #ff0f64;
+ background-color: #33CCDD;
margin: 1%;
}
-#dav .uploadDiv {
+#dav .uploadDiv, .mkdirDiv, .moveDiv, .repDiv {
margin: 20px;
}
+#bodyServResponse {
+ text-indent: 5%;
+ color: white;
+}
#footer {
grid-area: f;