From 3ad4db4a15b4ba59c65e2af797967941f2cb2ba2 Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Tue, 21 Feb 2017 13:40:24 +0000
Subject: [PATCH] SessionManager angepasst

---
 web/ui/index.html |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/web/ui/index.html b/web/ui/index.html
index fc650ef..b26a150 100644
--- a/web/ui/index.html
+++ b/web/ui/index.html
@@ -13,18 +13,18 @@
       {{#files}}          
         <figure class="figure datei-figure text-center text-warning align-top">
           <i class="fa {{ typeClass }} fa-3x"></i>
-          <figcaption class="figure-caption">{{ fr.absolutePath }}</figcaption>
+          <figcaption class="figure-caption">{{ fileName }}</figcaption>
         </figure>   
       {{/files}}
           
     </script>
     <script id="tpl-bcr" type="x-tmpl-mustache">
       {{#files}}
-          <a class="breadcrumb-item" href="{{ relPath }}">{{ fName }}</a>
+          <a class="breadcrumb-item" rpath="{{ relPath }}" href="#">{{ fName }}</a>
       {{/files}}
     </script>
     <script id="tpl-bcr2" type="x-tmpl-mustache">
-      <span class="breadcrumb-item active">Bootstrap</span>
+      <span class="breadcrumb-item active">{{ fName }}</span>
     </script>
     <script id="tpl-bcr3" type="x-tmpl-mustache">
       <div class="pull-right align-middle">
@@ -43,11 +43,12 @@
             <div class="dropdown-menu">
               <a id="newTextFile" class="dropdown-item" href="#">Neue Text-Datei..</a>
               <a class="dropdown-item" href="#">Neues Dokument..</a>
+              <a id="newFolder" class="dropdown-item" href="#">Neuer Ordner..</a>
               <div class="dropdown-divider"></div>
               <a class="dropdown-item" href="#">Ansehen als Code</a>
               <a class="dropdown-item" href="#">Ansehen als Dokument</a>
               <div class="dropdown-divider"></div>
-              <a class="dropdown-item" href="#">Bearbeiten als Code</a>
+              <a id="editTextFile" class="dropdown-item" href="#">Bearbeiten als Code</a>
               <a class="dropdown-item" href="#">Bearbeiten als Dokument</a>
               <div class="dropdown-divider"></div>
               <a id="saveFile" class="dropdown-item" href="#">Speichern</a>
@@ -169,7 +170,7 @@
                 </button>
               </div>
               <div class="modal-body">
-                <p>Dateiname?</p>
+                <p id="dialogfrage">Dateiname?</p>
                 <input class="form-control eingabe" type="text" size="20" maxlength="250" placeholder="Dateiname" name="dateiname" id="dateiname">
               </div>
               <div class="modal-footer">

--
Gitblit v1.9.3