2015-04-23 17:45:37 +09:00
|
|
|
|
2015-07-15 12:33:06 +09:00
|
|
|
Telescope.modules.add("top", {
|
2015-05-18 10:30:08 +09:00
|
|
|
template: 'posts_views_nav',
|
2015-04-23 17:45:37 +09:00
|
|
|
order: 99
|
|
|
|
});
|
|
|
|
|
2015-05-17 15:38:02 +09:00
|
|
|
Telescope.modules.add("postComponents", [
|
2015-04-23 17:45:37 +09:00
|
|
|
{
|
2015-05-18 10:30:08 +09:00
|
|
|
template: 'post_rank',
|
2015-04-23 17:45:37 +09:00
|
|
|
order: 1
|
|
|
|
},
|
|
|
|
{
|
2015-06-18 16:46:45 +09:00
|
|
|
template: 'post_vote',
|
2015-04-23 17:45:37 +09:00
|
|
|
order: 10
|
|
|
|
},
|
|
|
|
{
|
2015-05-18 10:30:08 +09:00
|
|
|
template: 'post_content',
|
2015-04-23 17:45:37 +09:00
|
|
|
order: 20
|
|
|
|
},
|
|
|
|
{
|
2015-05-18 10:30:08 +09:00
|
|
|
template: 'post_avatars',
|
2015-04-23 17:45:37 +09:00
|
|
|
order: 30
|
|
|
|
},
|
|
|
|
{
|
2015-05-18 10:30:08 +09:00
|
|
|
template: 'post_discuss',
|
2015-04-23 17:45:37 +09:00
|
|
|
order: 40
|
|
|
|
},
|
|
|
|
{
|
2015-05-18 10:30:08 +09:00
|
|
|
template: 'post_actions',
|
2015-04-23 17:45:37 +09:00
|
|
|
order: 50
|
|
|
|
}
|
|
|
|
]);
|
|
|
|
|
2015-05-17 15:38:02 +09:00
|
|
|
Telescope.modules.add("postHeading", [
|
2015-04-23 17:45:37 +09:00
|
|
|
{
|
2015-05-10 13:37:42 +09:00
|
|
|
template: 'post_title',
|
2015-04-23 17:45:37 +09:00
|
|
|
order: 10
|
|
|
|
},
|
|
|
|
{
|
2015-05-18 10:30:08 +09:00
|
|
|
template: 'post_domain',
|
2015-04-23 17:45:37 +09:00
|
|
|
order: 20
|
|
|
|
}
|
|
|
|
]);
|
|
|
|
|
2015-05-17 15:38:02 +09:00
|
|
|
Telescope.modules.add("postMeta", [
|
2015-04-23 17:45:37 +09:00
|
|
|
{
|
2015-05-18 10:30:08 +09:00
|
|
|
template: 'post_author',
|
2015-04-23 17:45:37 +09:00
|
|
|
order: 10
|
|
|
|
},
|
|
|
|
{
|
2015-05-18 10:30:08 +09:00
|
|
|
template: 'post_info',
|
2015-04-23 17:45:37 +09:00
|
|
|
order: 20
|
|
|
|
},
|
|
|
|
{
|
2015-05-18 10:30:08 +09:00
|
|
|
template: 'post_comments_link',
|
2015-04-23 17:45:37 +09:00
|
|
|
order: 30
|
|
|
|
},
|
|
|
|
{
|
2015-05-18 10:30:08 +09:00
|
|
|
template: 'post_admin',
|
2015-04-23 17:45:37 +09:00
|
|
|
order: 50
|
|
|
|
}
|
|
|
|
]);
|