From ca717fb76cbc7bffdf26075d783180d2983b1c46 Mon Sep 17 00:00:00 2001 From: bee0005 Date: Fri, 2 Sep 2016 05:36:33 +0000 Subject: [PATCH] update --- app/views/home/index.html.erb | 162 ++++++++++++++++++++++++++++++++ app/views/volume/index.html.erb | 156 +----------------------------- config/routes.rb | 17 ++-- 3 files changed, 169 insertions(+), 166 deletions(-) diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 6ea542e..25db573 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -90,6 +90,52 @@
+ +
style="display: none;" <%end%> > + +
+

File Manager

+

Current directory : <%=@current_dir%>


+ + + + + + + + + + + + + + + + + + <%@files.each do |t|%> + + <% if t["auth"][0]=='d'%> + + <% else %> + + <% end %> + + + + + <%end%> + +
NameauthSizeDate
+ .. +
+ ')"><%=t["name"]%> + + <%=t["name"]%> + <%=t["auth"]%><%=t["size"]%><%=t["date"]%>
+
+ +
@@ -98,6 +144,122 @@ + + + + + + + + + - - - - - +