Description of Filmaster templates goes here...
Main page for not logged in users
TODO: list of templates and what they mean
Dashboard
Main page for logged in users and user-related subpages.
- dashboard/dashboard.html - main template
- dashboard/filters.html overrides wall/filters.html
- dashboard/my_articles.html - list of user's articles
- dashboard/my_collection.html - list of user's movies
- dashboard/new_article.html - ?
- dashboard/rated_films.html - list of movies rated by user
- dashboard/recommendations.html - list of recommended movies
- dashboard/wall.html - overrides wall/wall.html
Wall
Facebook-like stream of users' activities, appears e.g. on dashboard, movie and person pages.
- wall/filters.html - default filters for users' activities
- wall/post_form.html - form that posts users' activities
- wall/wall.html - default wall template
- wall/useractivity/ - user activities (items that fill up a wall)
- wall/useractivity/article.html - user writes a review
- wall/useractivity/comment.html - user comments
- wall/useractivity/rating.html - user rates a movie/person
- wall/useractivity/show_activity.html - template that displays activities
- wall/useractivity/wall_post.html - user posts on a wall
Film page
TODO: list of templates and what they mean
etc...