This commit is contained in:
parent
80a7ce8f19
commit
1aba9a71d7
@ -12,7 +12,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="fi_current_directory">
|
||||
<input id="fi_current_directory" class="fi_current_p" value="C:\Users\picot\OneDrive\Bureau\Developement\Neutral\neutral" type="text">
|
||||
<input id="fi_current_directory" class="fi_current_p" value="/" type="text">
|
||||
</div>
|
||||
<div id="fileExplorer" class="fi_container">
|
||||
<p style="text-align: start; color: rgb(255, 48, 48);">Le répertoire n'existe pas ou est vide.</p>
|
||||
@ -78,7 +78,7 @@
|
||||
|
||||
} else if(response.content == "ERROR_NOT_PERMITTED") {
|
||||
|
||||
fileExplorer.innerHTML = '<p style="text-align: start; padding: 1vw; color: rgb(255, 48, 48);">Vous n\'avez pas la permission de regarder ce dossier.</p>'
|
||||
fileExplorer.innerHTML = '<div id="last_directory" class="fi_file"><p style="margin-left: 1vw;text-align:start;margin-bottom: 1vw !important;"><i class="fa fa-arrow-left"></i> Revenir au dossier parent</p></div>' +'<p style="text-align: start; padding: 1vw; color: rgb(255, 48, 48);">Vous n\'avez pas la permission de regarder ce dossier.</p>'
|
||||
console.log("DENY")
|
||||
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user