OSDN Git Service

c406dd6f9fee57e8b229ec0f11dc9d322cefa4cd
[pettanr/pettanr.git] / app / assets / javascripts / controllers / resource_pictures.js.coffee
1 class Pettanr.ResourcePicturesController extends Pettanr.AppController\r
2   \r
3   index: () ->\r
4     @filer_list()\r
5   \r
6   by_artist: () ->\r
7     @filer_list()\r
8   \r
9   by_license_group: () ->\r
10     @filer_list()\r
11   \r
12   by_license: () ->\r
13     @filer_list()\r
14   \r
15   show_html: () -> \r
16   \r
17   show: () ->\r
18     @set_show()\r
19     switch @params['format']\r
20       when 'prof'\r
21         @show_prof()\r
22       when 'html'\r
23         @show_html()\r
24   \r