Server IP : 66.29.132.122 / Your IP : 3.147.72.188 Web Server : LiteSpeed System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : admazpex ( 531) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/opt/alt/ruby32/share/gems/gems/rdoc-6.5.1.1/lib/rdoc/generator/template/darkfish/ |
Upload File : |
<%- simple_files = @files.select { |f| f.text? } %> <%- if defined?(current) -%> <%- dir = current.full_name[%r{\A[^/]+(?=/)}] || current.page_name -%> <%- end -%> <%- unless simple_files.empty? then -%> <div id="fileindex-section" class="nav-section"> <h3>Pages</h3> <ul class="link-list"> <%- simple_files.group_by do |f| -%> <%- f.full_name[%r{\A[^/]+(?=/)}] || f.page_name -%> <%- end.each do |n, files| -%> <%- f = files.shift -%> <%- if files.empty? -%> <li><a href="<%= rel_prefix %>/<%= h f.path %>"><%= h f.page_name %></a> <%- next -%> <%- end -%> <li><details<% if dir == n %> open<% end %>><summary><% if n == f.page_name %><a href="<%= rel_prefix %>/<%= h f.path %>"><%= h n %></a><% else %><%= h n %><% files.unshift(f) end %></summary> <ul class="link-list"> <%- files.each do |f| -%> <li><a href="<%= rel_prefix %>/<%= h f.path %>"><%= h f.page_name %></a> <%- end -%> </ul></details> <%- end -%> </ul> </div> <%- end -%>