~jadedctrl/jam-xwx-moe
~jadedctrl/jam-xwx-moe/bloat-fe/instance/ŝablonoj/timeline.tmpl
~jadedctrl/jam-xwx-moe/bloat-fe/instance/ŝablonoj/timeline.tmpl
0 | {{with .Data}} |
1 | {{template "header.tmpl" (WithContext .CommonData $.Ctx)}} |
2 | <div class="page-title-container"> |
3 | <span class="page-title"> {{.Title}} </span> |
4 | <a class="page-refresh" href="{{$.Ctx.Referrer}}" accesskey="T" title="Reenlegi (T)">reenlegi</a> |
5 | </div> |
6 |
|
7 | {{if eq .Type "remote"}} |
8 | <form class="search-form" action="/timeline/remote" method="GET"> |
9 | <span class="post-form-field"> |
10 | <label for="instance"> Noda retnomo </label> |
11 | <input id="instance" name="instance" value="{{.Instance}}"> |
12 | </span> |
13 | <button type="submit"> Serĉi </button> |
14 | </form> |
15 | {{end}} |
16 |
|
17 | {{range .Statuses}} |
18 | {{template "status.tmpl" (WithContext . $.Ctx)}} |
19 | {{end}} |
20 |
|
21 | <div class="pagination"> |
22 | {{if .PrevLink}} |
23 | <a href="{{.PrevLink}}">[antaŭa]</a> |
24 | {{end}} |
25 | {{if .NextLink}} |
26 | <a href="{{.NextLink}}">[sekva]</a> |
27 | {{end}} |
28 | </div> |
29 |
|
30 | {{template "footer.tmpl"}} |
31 | {{end}} |