|
1 | | -<!-- |
2 | | -<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet"> |
3 | | -
|
4 | | -
|
5 | | -
|
6 | | -<div class="w-nav navbar" style="position: relative; width: 100%;background-color: #343434; height: 62px;" data-collapse="small" data-animation="default" data-duration="400"> |
7 | | - <div class="w-container" style="margin-left: auto; margin-right: auto; max-width: 1110px;"> |
8 | | - <a class="w-nav-brand w-clearfix logo" href="http://community.acescentral.com/" style="padding-top: 11px;padding-bottom: 7px;float: left;"> |
9 | | - <img class="w-editable logoimage" style="vertical-align: middle" |
10 | | - src="http://community.acescentral.com/uploads/default/original/1X/a450f2875e99c2ec9642de570f8f05508ade54a8.png" |
11 | | - height="40"> |
12 | | - </a> |
13 | | - <nav class="w-nav-menu nav-menu" role="navigation" style="text-align: right;float: right; margin-top: 20px;"> |
14 | | - <a style="max-width: 1110px; margin-right:30px;" class="w-nav-link navlink" href="http://www.oscars.org/science-technology/sci-tech-projects/aces/">ACES Website</a> |
15 | | - <a style="max-width: 1110px; margin-right:30px;" class="w-nav-link navlink" title="Github" href="http://www.github.com/ampas/aces-dev/"><i class="fab fab-github"> </i></a> |
16 | | - <a style="max-width: 1110px; margin-right:00px;" class="w-nav-link navlink" title="YouTube" href="https://www.youtube.com/channel/UCnmCugF923ta50EFzxgQmjw"><i class="fab fa-youtube-play"> </i></a> |
17 | | - <a style="max-width: 1110px; margin-right:00px;" class="w-nav-link navlink" title="Twitter" href="https://twitter.com/academyaces"> <i class="fab fa-twitter"> </i> </a> |
18 | | - <a style="max-width: 1110px; margin-right:00px;" class="w-nav-link navlink" title="Zenodo" href="https://zenodo.org/communities/aces"> <i class="fab fa-info"> </i> </a> |
19 | | - </nav> |
20 | | - <div class="w-nav-button menubutton"> |
21 | | - <div class="w-icon-nav-menu"></div> |
22 | | - </div> |
23 | | - </div> |
24 | | -</div> |
25 | | ---> |
26 | | - |
27 | | - |
28 | | -<script type='text/x-handlebars' data-template-name='list/topic-list-item.raw'> |
29 | | - |
30 | | -{{#if bulkSelectEnabled}} |
31 | | -<td class='star'> |
32 | | - <input type='checkbox' class='bulk-select'> |
33 | | -</td> |
34 | | -{{/if}} |
35 | | - |
36 | | -<td class='main-link clearfix'> |
37 | | - {{raw "topic-status" topic=topic}} |
38 | | - {{topic-link topic}} |
39 | | - {{#if controller.showTopicPostBadges}} |
40 | | - {{raw "topic-post-badges" unread=topic.unread newPosts=topic.displayNewPosts unseen=topic.unseen url=topic.lastUnreadUrl}} |
41 | | - {{/if}} |
42 | | - |
43 | | - {{raw "list/topic-excerpt" topic=model}} |
44 | | - <div class='creator'> |
45 | | - {{#if showCategory}} |
46 | | - {{category-link topic.category}} |
47 | | - {{/if}} |
48 | | - {{discourse-tags topic mode="list"}} |
49 | | - <!-- |
50 | | - {{~#if topic.creator ~}} |
51 | | - <a href="/users/{{topic.creator.username}}" data-auto-route="true" data-user-card="{{topic.creator.username}}">{{topic.creator.username}}</a> <a href={{topic.url}}>{{format-date topic.createdAt format="tiny"}}</a> |
52 | | - {{~/if ~}} |
53 | | - {{raw "list/action-list" topic=topic postNumbers=topic.liked_post_numbers className="likes" icon="heart"}} |
54 | | - //--> |
55 | | - </div> |
56 | | -</td> |
57 | | - |
58 | | -{{#if controller.showLikes}} |
59 | | -<td class="num likes"> |
60 | | - {{number topic.like_count}} <i class='fa fa-heart'></i> |
61 | | -</td> |
62 | | -{{/if}} |
63 | | - |
64 | | -{{#if controller.showOpLikes}} |
65 | | -<td class="num likes"> |
66 | | - {{number topic.op_like_count}} <i class='fa fa-heart'></i> |
67 | | -</td> |
68 | | -{{/if}} |
69 | | - |
70 | | -{{raw "list/posts-count-column" topic=topic}} |
71 | | -</script> |
72 | | - |
73 | | -<script type='text/x-handlebars' data-template-name='topic-list-header.raw'> |
74 | | - {{#if bulkSelectEnabled}} |
75 | | - <th class='star'> |
76 | | - {{#if canBulkSelect}} |
77 | | - <button class='btn bulk-select' title='{{i18n "topics.bulk.toggle"}}'><i class='fa fa-list'></i></button> |
78 | | - {{/if}} |
79 | | - </th> |
80 | | - {{/if}} |
81 | | - {{raw "topic-list-header-column" order='default' name='topic.title' bulkSelectEnabled=bulkSelectEnabled showBulkToggle=toggleInTitle canBulkSelect=canBulkSelect}} |
82 | | - |
83 | | - {{#if showLikes}} |
84 | | - {{raw "topic-list-header-column" sortable='true' order='likes' number='true' forceName='Likes'}} |
85 | | - {{/if}} |
86 | | - {{#if showOpLikes}} |
87 | | - {{raw "topic-list-header-column" sortable='true' order='op_likes' number='true' forceName='Likes'}} |
88 | | - {{/if}} |
89 | | - {{raw "topic-list-header-column" sortable='true' number='true' order='posts' forceName='Replies'}} |
90 | | -</script> |
91 | | - |
92 | | -<script type="text/x-handlebars" data-template-name="components/latest-topic-list-item"> |
93 | | -<!-- |
94 | | -<div class='topic-poster'> |
95 | | - {{#user-link user=topic.creator}} |
96 | | - {{avatar topic.creator imageSize="large"}} |
97 | | - {{/user-link}} |
98 | | -</div> |
99 | | ---> |
100 | | -<div class='main-link'> |
101 | | - <div class='top-row'> |
102 | | - {{raw "topic-status" topic=topic}} |
103 | | - {{topic-link topic}} |
104 | | - {{#if topic.featured_link}} |
105 | | - {{topic-featured-link topic}} |
106 | | - {{/if}} |
107 | | - {{topic-post-badges newPosts=topic.totalUnread unseen=topic.unseen url=topic.lastUnreadUrl}} |
108 | | - </div> |
109 | | - <div class='bottom-row'> |
110 | | - {{category-link topic.category}} |
111 | | -<!-- |
112 | | - {{discourse-tags topic mode="list"}} |
113 | | ---> |
114 | | - |
115 | | - </div> |
116 | | -</div> |
117 | | -<!-- |
118 | | -<div class='topic-stats'> |
119 | | - {{raw "list/posts-count-column" topic=topic tagName="div"}} |
120 | | - <div class="topic-last-activity"> |
121 | | - <a href="{{topic.lastPostUrl}}" title="{{topic.bumpedAtTitle}}">{{format-date topic.bumpedAt format="tiny" noTitle="true"}}</a> |
122 | | - </div> |
123 | | -</div> |
124 | | ---> |
125 | | -</script> |
126 | | - |
127 | | -<script type="text/x-handlebars" data-template-name="components/categories-topic-list"> |
128 | | - |
129 | | - |
130 | | -<div class='table-heading' aria-role="heading" aria-level="2"> |
131 | | - Latest Posts |
132 | | -</div> |
133 | | - |
134 | | -{{#if topics}} |
135 | | - {{#each topics as |t|}} |
136 | | - {{latest-topic-list-item topic=t}} |
137 | | - {{/each}} |
138 | | - <div class="more-topics"> |
139 | | - <a href="/{{filter}}" class="btn pull-right">{{i18n "more"}}</a> |
140 | | - </div> |
141 | | -{{else}} |
142 | | - <div class='no-topics'> |
143 | | - <h3>{{i18n (concat "topics.none." filter)}}</h3> |
144 | | - </div> |
145 | | -{{/if}} |
146 | | - |
147 | | -</script> |
148 | | - |
0 commit comments