This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docpublic:systemes:ssocas:castheme [2011/09/08 13:34] PROCACCIA |
docpublic:systemes:ssocas:castheme [2011/09/08 13:36] (current) PROCACCIA |
||
---|---|---|---|
Line 24: | Line 24: | ||
- | au final on aura ce type d' | + | au final on aura ce type d' |
< | < | ||
+ | [root@cas3 custom]# tree -a | ||
+ | . | ||
+ | └── webpages | ||
+ | ├── themes | ||
+ | │ ├── esup | ||
+ | │ │ ├── cas.css | ||
+ | │ │ ├── default-mobile-custom.css | ||
+ | │ │ └── images | ||
+ | │ │ | ||
+ | │ │ | ||
+ | │ └── tmsp1Theme | ||
+ | │ | ||
+ | │ | ||
+ | │ | ||
+ | │ | ||
+ | │ | ||
+ | │ | ||
+ | │ | ||
+ | │ | ||
+ | │ | ||
+ | │ | ||
+ | │ | ||
+ | │ | ||
+ | │ | ||
+ | │ | ||
+ | │ | ||
+ | │ | ||
+ | │ | ||
+ | │ | ||
+ | │ | ||
+ | │ | ||
+ | │ | ||
+ | │ | ||
+ | │ | ||
+ | │ | ||
+ | │ | ||
+ | └── WEB-INF | ||
+ | ├── classes | ||
+ | │ ├── messages_fr.properties | ||
+ | │ ├── tmsp1Theme.properties | ||
+ | │ └── tmsp1Vues_views.properties | ||
+ | ├── usersFile | ||
+ | └── view | ||
+ | └── jsp | ||
+ | └── tmsp1Vues | ||
+ | └── ui | ||
+ | ├── casBlockedView.jsp | ||
+ | ├── casConfirmView.jsp | ||
+ | ├── casGenericSuccess.jsp | ||
+ | ├── casLoginView.jsp | ||
+ | ├── casLogoutView.jsp | ||
+ | ├── includes | ||
+ | │ ├── bottom.jsp | ||
+ | │ └── top.jsp | ||
+ | ├── serviceErrorSsoView.jsp | ||
+ | └── serviceErrorView.jsp | ||
+ | |||
+ | 14 directories, | ||