File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
lib/yard/templates/default/fulldoc/html Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ < title > <%= @list_title %> </ title >
2+ <% stylesheets_full_list . each do |stylesheet | %>
3+ < link rel ="stylesheet " href ="<%= mtime_url ( stylesheet ) %> " type ="text/css " media ="screen " />
4+ <% end %>
5+ <% javascripts_full_list . each do |javascript | %>
6+ < script type ="text/javascript " charset ="utf-8 " src ="<%= mtime_url ( javascript ) %> "> </ script >
7+ <% end %>
8+ < base id ="base_target " target ="_parent " />
9+ < div id ="content ">
10+ < div class ="fixed_header ">
11+ < h1 id ="full_list_header "> <%= @list_title %> </ h1 >
12+ < div id ="full_list_nav ">
13+ <% menu_lists . each do |list | %>
14+ < span > < a target ="_self " href ="<%= url_for_list list [ :type ] %> ">
15+ <%= list [ :title ] %>
16+ </ a > </ span >
17+ <% end %>
18+ </ div >
19+ < div id ="search ">
20+ < label for ="search-class "> Search:</ label >
21+ < input id ="search-class " type ="text " />
22+ </ div >
23+ </ div >
24+ < ul id ="full_list " class ="<%= @list_class || @list_type %> ">
25+ <%= erb "full_list_#{ @list_type } " %>
26+ </ ul >
27+ </ div >
You can’t perform that action at this time.
0 commit comments