OSDN Git Service

add comic story
[pettanr/pettanr.git] / app / assets / javascripts / manifest / work / controllers.js.coffee.erb
1 #マニフェスト\r
2 @controllers = {\r
3   folders: {\r
4     actions: {\r
5       root: {\r
6         type: 'show',\r
7       },\r
8       index: {\r
9         type: 'list',\r
10         args: {\r
11           list_name: 'public',\r
12         },\r
13       },\r
14       show: {\r
15         type: 'show',\r
16       },\r
17       count: {\r
18         type: 'count',\r
19         args: {\r
20           list_name: 'public',\r
21         },\r
22       },\r
23       new: {\r
24         type: 'new',\r
25       },\r
26       edit: {\r
27         type: 'edit',\r
28       },\r
29     },\r
30   },\r
31   scrolls: {\r
32     actions: {\r
33       index: {\r
34         type: 'list',\r
35         args: {\r
36           list_name: 'public',\r
37         },\r
38       },\r
39       by_author: {\r
40         type: 'list',\r
41       },\r
42       by_panel: {\r
43         type: 'list',\r
44       },\r
45       play: {\r
46         type: 'list',\r
47         args: {\r
48           item_name: 'scroll_panel',\r
49           list_name: 'play',\r
50         },\r
51       },\r
52       show: {\r
53         type: 'show',\r
54       },\r
55       count: {\r
56         type: 'count',\r
57         args: {\r
58           list_name: 'public',\r
59         },\r
60       },\r
61       count_by_author: {\r
62         type: 'count',\r
63       },\r
64       count_by_panel: {\r
65         type: 'count',\r
66       },\r
67       new: {\r
68         type: 'new',\r
69       },\r
70       edit: {\r
71         type: 'edit',\r
72       },\r
73     },\r
74   },\r
75   scroll_panels: {\r
76     actions: {\r
77       index: {\r
78         type: 'list',\r
79         args: {\r
80           list_name: 'public',\r
81           \r
82         },\r
83       },\r
84       by_panel: {\r
85         type: 'list',\r
86       },\r
87       by_scroll: {\r
88         type: 'list',\r
89       },\r
90       by_author: {\r
91         type: 'list',\r
92       },\r
93       show: {\r
94         type: 'show',\r
95       },\r
96       count: {\r
97         type: 'count',\r
98         args: {\r
99           list_name: 'public',\r
100         },\r
101       },\r
102       count_by_panel: {\r
103         type: 'count',\r
104       },\r
105       count_by_scroll: {\r
106         type: 'count',\r
107       },\r
108       count_by_author: {\r
109         type: 'count',\r
110       },\r
111       new: {\r
112         type: 'new',\r
113       },\r
114       edit: {\r
115         type: 'edit',\r
116       },\r
117     },\r
118   },\r
119   comics: {\r
120     actions: {\r
121       index: {\r
122         type: 'list',\r
123         args: {\r
124           list_name: 'public',\r
125           \r
126         },\r
127       },\r
128       by_story: {\r
129         type: 'list',\r
130       },\r
131       by_author: {\r
132         type: 'list',\r
133       },\r
134       play: {\r
135         type: 'list',\r
136         args: {\r
137           item_name: 'comic_story',\r
138           list_name: 'play',\r
139         },\r
140       },\r
141       show: {\r
142         type: 'show',\r
143       },\r
144       count: {\r
145         type: 'count',\r
146         args: {\r
147           list_name: 'public',\r
148         },\r
149       },\r
150       count_by_story: {\r
151         type: 'count',\r
152       },\r
153       count_by_author: {\r
154         type: 'count',\r
155       },\r
156       new: {\r
157         type: 'new',\r
158       },\r
159       edit: {\r
160         type: 'edit',\r
161       },\r
162     },\r
163   },\r
164   comic_stories: {\r
165     actions: {\r
166       index: {\r
167         type: 'list',\r
168         args: {\r
169           list_name: 'public',\r
170           \r
171         },\r
172       },\r
173       by_comic: {\r
174         type: 'list',\r
175       },\r
176       by_story: {\r
177         type: 'list',\r
178       },\r
179       by_author: {\r
180         type: 'list',\r
181       },\r
182       show: {\r
183         type: 'show',\r
184       },\r
185       count: {\r
186         type: 'count',\r
187         args: {\r
188           list_name: 'public',\r
189         },\r
190       },\r
191       count_by_comic: {\r
192         type: 'count',\r
193       },\r
194       count_by_story: {\r
195         type: 'count',\r
196       },\r
197       count_by_author: {\r
198         type: 'count',\r
199       },\r
200       new: {\r
201         type: 'new',\r
202       },\r
203       edit: {\r
204         type: 'edit',\r
205       },\r
206     },\r
207   },\r
208   stories: {\r
209     actions: {\r
210       index: {\r
211         type: 'list',\r
212         args: {\r
213           list_name: 'public',\r
214           \r
215         },\r
216       },\r
217       by_comic: {\r
218         type: 'list',\r
219       },\r
220       by_sheet: {\r
221         type: 'list',\r
222       },\r
223       by_author: {\r
224         type: 'list',\r
225       },\r
226       play: {\r
227         type: 'list',\r
228         args: {\r
229           list_name: 'play',\r
230         },\r
231       },\r
232       show: {\r
233         type: 'show',\r
234       },\r
235       count: {\r
236         type: 'count',\r
237         args: {\r
238           list_name: 'public',\r
239         },\r
240       },\r
241       count_by_comic: {\r
242         type: 'count',\r
243       },\r
244       count_by_sheet: {\r
245         type: 'count',\r
246       },\r
247       count_by_author: {\r
248         type: 'count',\r
249       },\r
250       new: {\r
251         type: 'new',\r
252       },\r
253       edit: {\r
254         type: 'edit',\r
255       },\r
256     },\r
257   },\r
258   story_sheets: {\r
259     actions: {\r
260       index: {\r
261         type: 'list',\r
262         args: {\r
263           list_name: 'public',\r
264           \r
265         },\r
266       },\r
267       by_story: {\r
268         type: 'list',\r
269       },\r
270       by_sheet: {\r
271         type: 'list',\r
272       },\r
273       by_author: {\r
274         type: 'list',\r
275       },\r
276       show: {\r
277         type: 'show',\r
278       },\r
279       count: {\r
280         type: 'count',\r
281         args: {\r
282           list_name: 'public',\r
283         },\r
284       },\r
285       count_by_story: {\r
286         type: 'count',\r
287       },\r
288       count_by_sheet: {\r
289         type: 'count',\r
290       },\r
291       count_by_author: {\r
292         type: 'count',\r
293       },\r
294       new: {\r
295         type: 'new',\r
296       },\r
297       edit: {\r
298         type: 'edit',\r
299       },\r
300     },\r
301   },\r
302   sheets: {\r
303     actions: {\r
304       index: {\r
305         type: 'list',\r
306         args: {\r
307           list_name: 'public',\r
308           \r
309         },\r
310       },\r
311       by_story: {\r
312         type: 'list',\r
313       },\r
314       by_panel: {\r
315         type: 'list',\r
316       },\r
317       by_author: {\r
318         type: 'list',\r
319       },\r
320       play: {\r
321         type: 'list',\r
322         args: {\r
323           item_name: 'sheet_panel',\r
324           list_name: 'play',\r
325         },\r
326       },\r
327       show: {\r
328         type: 'show',\r
329       },\r
330       count: {\r
331         type: 'count',\r
332         args: {\r
333           list_name: 'public',\r
334         },\r
335       },\r
336       count_by_story: {\r
337         type: 'count',\r
338       },\r
339       count_by_panel: {\r
340         type: 'count',\r
341       },\r
342       count_by_author: {\r
343         type: 'count',\r
344       },\r
345       new: {\r
346         type: 'new',\r
347       },\r
348       edit: {\r
349         type: 'edit',\r
350       },\r
351     },\r
352   },\r
353   sheet_panels: {\r
354     actions: {\r
355       index: {\r
356         type: 'list',\r
357         args: {\r
358           list_name: 'public',\r
359           \r
360         },\r
361       },\r
362       by_sheet: {\r
363         type: 'list',\r
364       },\r
365       by_panel: {\r
366         type: 'list',\r
367       },\r
368       by_author: {\r
369         type: 'list',\r
370       },\r
371       show: {\r
372         type: 'show',\r
373       },\r
374       count: {\r
375         type: 'count',\r
376         args: {\r
377           list_name: 'public',\r
378         },\r
379       },\r
380       count_by_sheet: {\r
381         type: 'count',\r
382       },\r
383       count_by_panel: {\r
384         type: 'count',\r
385       },\r
386       count_by_author: {\r
387         type: 'count',\r
388       },\r
389       new: {\r
390         type: 'new',\r
391       },\r
392       edit: {\r
393         type: 'edit',\r
394       },\r
395     },\r
396   },\r
397   panels: {\r
398     actions: {\r
399       index: {\r
400         type: 'list',\r
401         args: {\r
402           list_name: 'public',\r
403           \r
404         },\r
405       },\r
406       by_scroll: {\r
407         type: 'list',\r
408       },\r
409       by_sheet: {\r
410         type: 'list',\r
411       },\r
412       by_author: {\r
413         type: 'list',\r
414       },\r
415       by_speech_balloon_template: {\r
416         type: 'list',\r
417       },\r
418       show: {\r
419         type: 'show',\r
420       },\r
421       count: {\r
422         type: 'count',\r
423         args: {\r
424           list_name: 'public',\r
425         },\r
426       },\r
427       count_by_scroll: {\r
428         type: 'count',\r
429       },\r
430       count_by_sheet: {\r
431         type: 'count',\r
432       },\r
433       count_by_author: {\r
434         type: 'count',\r
435       },\r
436       count_by_speech_balloon_template: {\r
437         type: 'count',\r
438       },\r
439       new: {\r
440         type: 'new',\r
441       },\r
442       edit: {\r
443         type: 'edit',\r
444       },\r
445     },\r
446   },\r
447   panel_pictures: {\r
448     actions: {\r
449       index: {\r
450         type: 'list',\r
451         args: {\r
452           list_name: 'public',\r
453           \r
454         },\r
455       },\r
456       by_panel: {\r
457         type: 'list',\r
458       },\r
459       by_author: {\r
460         type: 'list',\r
461       },\r
462       show: {\r
463         type: 'show',\r
464       },\r
465       count: {\r
466         type: 'count',\r
467         args: {\r
468           list_name: 'public',\r
469         },\r
470       },\r
471       count_by_panel: {\r
472         type: 'count',\r
473       },\r
474       count_by_author: {\r
475         type: 'count',\r
476       },\r
477       new: {\r
478         type: 'new',\r
479       },\r
480       edit: {\r
481         type: 'edit',\r
482       },\r
483     },\r
484   },\r
485   speech_balloons: {\r
486     actions: {\r
487       index: {\r
488         type: 'list',\r
489         args: {\r
490           list_name: 'public',\r
491           \r
492         },\r
493       },\r
494       by_panel: {\r
495         type: 'list',\r
496       },\r
497       by_author: {\r
498         type: 'list',\r
499       },\r
500       show: {\r
501         type: 'show',\r
502       },\r
503       count: {\r
504         type: 'count',\r
505         args: {\r
506           list_name: 'public',\r
507         },\r
508       },\r
509       count_by_panel: {\r
510         type: 'count',\r
511       },\r
512       count_by_author: {\r
513         type: 'count',\r
514       },\r
515       new: {\r
516         type: 'new',\r
517       },\r
518       edit: {\r
519         type: 'edit',\r
520       },\r
521     },\r
522   },\r
523   speeches: {\r
524     actions: {\r
525       index: {\r
526         type: 'list',\r
527         args: {\r
528           list_name: 'public',\r
529           \r
530         },\r
531       },\r
532       by_writing_format: {\r
533         type: 'list',\r
534       },\r
535       show: {\r
536         type: 'show',\r
537       },\r
538       count: {\r
539         type: 'count',\r
540         args: {\r
541           list_name: 'public',\r
542         },\r
543       },\r
544       count_by_writing_format: {\r
545         type: 'count',\r
546       },\r
547       new: {\r
548         type: 'new',\r
549       },\r
550       edit: {\r
551         type: 'edit',\r
552       },\r
553     },\r
554   },\r
555   balloons: {\r
556     actions: {\r
557       index: {\r
558         type: 'list',\r
559         args: {\r
560           list_name: 'public',\r
561           \r
562         },\r
563       },\r
564       #by_system_picture: {\r
565       #  type: 'list',\r
566       #  args: {\r
567       #    list_name: 'by_system_picture',\r
568       #  },\r
569       #},\r
570       show: {\r
571         type: 'show',\r
572       },\r
573       count: {\r
574         type: 'count',\r
575         args: {\r
576           list_name: 'public',\r
577         },\r
578       },\r
579       new: {\r
580         type: 'new',\r
581       },\r
582       edit: {\r
583         type: 'edit',\r
584       },\r
585     },\r
586   },\r
587   ground_pictures: {\r
588     actions: {\r
589       index: {\r
590         type: 'list',\r
591         args: {\r
592           list_name: 'public',\r
593           \r
594         },\r
595       },\r
596       by_panel: {\r
597         type: 'list',\r
598       },\r
599       by_author: {\r
600         type: 'list',\r
601       },\r
602       show: {\r
603         type: 'show',\r
604       },\r
605       count: {\r
606         type: 'count',\r
607         args: {\r
608           list_name: 'public',\r
609         },\r
610       },\r
611       count_by_panel: {\r
612         type: 'count',\r
613       },\r
614       count_by_author: {\r
615         type: 'count',\r
616       },\r
617       new: {\r
618         type: 'new',\r
619       },\r
620       edit: {\r
621         type: 'edit',\r
622       },\r
623     },\r
624   },\r
625   ground_colors: {\r
626     actions: {\r
627       index: {\r
628         type: 'list',\r
629         args: {\r
630           list_name: 'public',\r
631           \r
632         },\r
633       },\r
634       by_panel: {\r
635         type: 'list',\r
636       },\r
637       by_author: {\r
638         type: 'list',\r
639       },\r
640       show: {\r
641         type: 'show',\r
642       },\r
643       count: {\r
644         type: 'count',\r
645         args: {\r
646           list_name: 'public',\r
647         },\r
648       },\r
649       count_by_panel: {\r
650         type: 'count',\r
651       },\r
652       count_by_author: {\r
653         type: 'count',\r
654       },\r
655       new: {\r
656         type: 'new',\r
657       },\r
658       edit: {\r
659         type: 'edit',\r
660       },\r
661     },\r
662   },\r
663   original_pictures: {\r
664     actions: {\r
665       index: {\r
666         type: 'list',\r
667         args: {\r
668           list_name: 'private',\r
669         },\r
670       },\r
671       show: {\r
672         type: 'show',\r
673       },\r
674       count: {\r
675         type: 'count',\r
676         args: {\r
677           list_name: 'public',\r
678         },\r
679       },\r
680     },\r
681   },\r
682   pictures: {\r
683     actions: {\r
684       index: {\r
685         type: 'list',\r
686         args: {\r
687           list_name: 'public',\r
688           \r
689         },\r
690       },\r
691       show: {\r
692         type: 'show',\r
693       },\r
694     },\r
695   },\r
696   resource_pictures: {\r
697     actions: {\r
698       index: {\r
699         type: 'list',\r
700         args: {\r
701           list_name: 'public',\r
702           \r
703         },\r
704       },\r
705       by_original_picture: {\r
706         type: 'list',\r
707       },\r
708       by_license: {\r
709         type: 'list',\r
710       },\r
711       by_artist: {\r
712         type: 'list',\r
713       },\r
714       show: {\r
715         type: 'show',\r
716       },\r
717       count: {\r
718         type: 'count',\r
719         args: {\r
720           list_name: 'public',\r
721         },\r
722       },\r
723       count_by_license: {\r
724         type: 'count',\r
725       },\r
726       count_by_artist: {\r
727         type: 'count',\r
728       },\r
729     },\r
730   },\r
731   speech_balloon_templates: {\r
732     actions: {\r
733       index: {\r
734         type: 'list',\r
735         args: {\r
736           list_name: 'public',\r
737           \r
738         },\r
739       },\r
740       show: {\r
741         type: 'show',\r
742       },\r
743       count: {\r
744         type: 'count',\r
745         args: {\r
746           list_name: 'public',\r
747         },\r
748       },\r
749       new: {\r
750         type: 'new',\r
751       },\r
752       edit: {\r
753         type: 'edit',\r
754       },\r
755     },\r
756   },\r
757   writing_formats: {\r
758     actions: {\r
759       index: {\r
760         type: 'list',\r
761         args: {\r
762           list_name: 'public',\r
763           \r
764         },\r
765       },\r
766       by_system_picture: {\r
767         type: 'list',\r
768       },\r
769       show: {\r
770         type: 'show',\r
771       },\r
772       count: {\r
773         type: 'count',\r
774         args: {\r
775           list_name: 'public',\r
776         },\r
777       },\r
778       count_by_system_picture: {\r
779         type: 'count',\r
780       },\r
781       new: {\r
782         type: 'new',\r
783       },\r
784       edit: {\r
785         type: 'edit',\r
786       },\r
787     },\r
788   },\r
789   license_groups: {\r
790     actions: {\r
791       index: {\r
792         type: 'list',\r
793         args: {\r
794           list_name: 'public',\r
795           \r
796         },\r
797       },\r
798       show: {\r
799         type: 'show',\r
800       },\r
801       count: {\r
802         type: 'count',\r
803         args: {\r
804           list_name: 'public',\r
805         },\r
806       },\r
807       new: {\r
808         type: 'new',\r
809       },\r
810       edit: {\r
811         type: 'edit',\r
812       },\r
813     },\r
814   },\r
815   licenses: {\r
816     actions: {\r
817       index: {\r
818         type: 'list',\r
819         args: {\r
820           list_name: 'public',\r
821           \r
822         },\r
823       },\r
824       by_license_group: {\r
825         type: 'list',\r
826       },\r
827       by_system_picture: {\r
828         type: 'list',\r
829       },\r
830       show: {\r
831         type: 'show',\r
832       },\r
833       count: {\r
834         type: 'count',\r
835         args: {\r
836           list_name: 'public',\r
837         },\r
838       },\r
839       count_by_license_group: {\r
840         type: 'count',\r
841       },\r
842       count_by_system_picture: {\r
843         type: 'count',\r
844       },\r
845       new: {\r
846         type: 'new',\r
847       },\r
848       edit: {\r
849         type: 'edit',\r
850       },\r
851     },\r
852   },\r
853   authors: {\r
854     actions: {\r
855       index: {\r
856         type: 'list',\r
857         args: {\r
858           list_name: 'public',\r
859           \r
860         },\r
861       },\r
862       show: {\r
863         type: 'show',\r
864       },\r
865       count: {\r
866         type: 'count',\r
867         args: {\r
868           list_name: 'public',\r
869         },\r
870       },\r
871       new: {\r
872         type: 'new',\r
873       },\r
874       edit: {\r
875         type: 'edit',\r
876       },\r
877     },\r
878   },\r
879   artists: {\r
880     actions: {\r
881       index: {\r
882         type: 'list',\r
883         args: {\r
884           list_name: 'public',\r
885           \r
886         },\r
887       },\r
888       show: {\r
889         type: 'show',\r
890       },\r
891       count: {\r
892         type: 'count',\r
893         args: {\r
894           list_name: 'public',\r
895         },\r
896       },\r
897       new: {\r
898         type: 'new',\r
899       },\r
900       edit: {\r
901         type: 'edit',\r
902       },\r
903     },\r
904   },\r
905   system_pictures: {\r
906     actions: {\r
907       index: {\r
908         type: 'list',\r
909         args: {\r
910           list_name: 'public',\r
911           \r
912         },\r
913       },\r
914       show: {\r
915         type: 'show',\r
916       },\r
917       count: {\r
918         type: 'count',\r
919         args: {\r
920           list_name: 'public',\r
921         },\r
922       },\r
923     },\r
924   },\r
925   home: {\r
926     actions: {\r
927       scrolls: {\r
928         type: 'list',\r
929         args: {\r
930           item_name: 'scroll',\r
931           list_name: 'private',\r
932           \r
933         },\r
934       },\r
935       scroll_panels: {\r
936         type: 'list',\r
937         args: {\r
938           item_name: 'scroll_panel',\r
939           list_name: 'private',\r
940           \r
941         },\r
942       },\r
943       comics: {\r
944         type: 'list',\r
945         args: {\r
946           item_name: 'comic',\r
947           list_name: 'private',\r
948           \r
949         },\r
950       },\r
951       stories: {\r
952         type: 'list',\r
953         args: {\r
954           item_name: 'story',\r
955           list_name: 'private',\r
956           \r
957         },\r
958       },\r
959       story_sheets: {\r
960         type: 'list',\r
961         args: {\r
962           item_name: 'story_sheet',\r
963           list_name: 'private',\r
964           \r
965         },\r
966       },\r
967       sheets: {\r
968         type: 'list',\r
969         args: {\r
970           item_name: 'sheet',\r
971           list_name: 'private',\r
972           \r
973         },\r
974       },\r
975       sheet_panels: {\r
976         type: 'list',\r
977         args: {\r
978           item_name: 'sheet_panel',\r
979           list_name: 'private',\r
980           \r
981         },\r
982       },\r
983       panels: {\r
984         type: 'list',\r
985         args: {\r
986           item_name: 'panel',\r
987           list_name: 'private',\r
988           \r
989         },\r
990       },\r
991       panel_pictures: {\r
992         type: 'list',\r
993         args: {\r
994           item_name: 'panel_picture',\r
995           list_name: 'private',\r
996           \r
997         },\r
998       },\r
999       speech_balloons: {\r
1000         type: 'list',\r
1001         args: {\r
1002           item_name: 'speech_balloon',\r
1003           list_name: 'private',\r
1004           \r
1005         },\r
1006       },\r
1007       speeches: {\r
1008         type: 'list',\r
1009         args: {\r
1010           item_name: 'speech',\r
1011           list_name: 'private',\r
1012           \r
1013         },\r
1014       },\r
1015       balloons: {\r
1016         type: 'list',\r
1017         args: {\r
1018           item_name: 'balloon',\r
1019           list_name: 'private',\r
1020           \r
1021         },\r
1022       },\r
1023       ground_pictures: {\r
1024         type: 'list',\r
1025         args: {\r
1026           item_name: 'ground_picture',\r
1027           list_name: 'private',\r
1028           \r
1029         },\r
1030       },\r
1031       ground_colors: {\r
1032         type: 'list',\r
1033         args: {\r
1034           item_name: 'ground_color',\r
1035           list_name: 'private',\r
1036           \r
1037         },\r
1038       },\r
1039       original_pictures: {\r
1040         type: 'list',\r
1041         args: {\r
1042           item_name: 'original_picture',\r
1043           list_name: 'private',\r
1044           \r
1045         },\r
1046       },\r
1047       resource_pictures: {\r
1048         type: 'list',\r
1049         args: {\r
1050           item_name: 'resource_picture',\r
1051           list_name: 'private',\r
1052           \r
1053         },\r
1054       },\r
1055     },\r
1056   },\r
1057 }\r