Rev 12956 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12956 | Rev 12957 | ||
---|---|---|---|
Line 60... | Line 60... | ||
60 | option=$classdefs,$supp,hidden_sheets |
60 | option=$classdefs,$supp,hidden_sheets |
61 | !endif |
61 | !endif |
62 | 62 | ||
63 | option=!listintersect $option and $classdefs,$supp,hidden_sheets |
63 | option=!listintersect $option and $classdefs,$supp,hidden_sheets |
64 | !if $option=$empty |
64 | !if $option=$empty |
65 | option=$classdefs,$supp |
65 | option=$classdefs,$supp |
66 | !endif |
66 | !endif |
67 | 67 | ||
68 | # l'option 'hidden_sheets' permet d'obtenir, en plus des infos de la classe, des infos sur les feuilles de celle-ci. |
68 | # l'option 'hidden_sheets' permet d'obtenir, en plus des infos de la classe, des infos sur les feuilles de celle-ci. |
69 | !if hidden_sheets isin $option |
69 | !if hidden_sheets isin $option |
70 | list_type=sheets |
70 | list_type=sheets |
71 | !read scripts/listing.proc |
71 | !read scripts/listing.proc |
72 | !endif |
72 | !endif |