OSDN Git Service

fix profiler
[pettanr/pettanr.git] / app / assets / javascripts / controllers / resource_pictures.js.coffee
index 92c6cf9..c406dd6 100644 (file)
@@ -3,3 +3,22 @@ class Pettanr.ResourcePicturesController extends Pettanr.AppController
   index: () ->\r
     @filer_list()\r
   \r
+  by_artist: () ->\r
+    @filer_list()\r
+  \r
+  by_license_group: () ->\r
+    @filer_list()\r
+  \r
+  by_license: () ->\r
+    @filer_list()\r
+  \r
+  show_html: () -> \r
+  \r
+  show: () ->\r
+    @set_show()\r
+    switch @params['format']\r
+      when 'prof'\r
+        @show_prof()\r
+      when 'html'\r
+        @show_html()\r
+  \r