|
8 | 8 | <!-- agenda pop-up button --> |
9 | 9 | <a class="" data-toggle="modal" data-target="#modal-{{item.slug}}" title="Show meeting materials"><span class="fa fa-fw fa-arrows-alt"></span></a> |
10 | 10 | <!-- materials tar file --> |
11 | | - <a class="" href="/meeting/{{meeting.number}}/agenda/{{session.group.acronym}}-drafts.tgz" title="Download meeting materials as .tar archive"><span class="fa fa-fw fa-file-archive-o"></span></a> |
| 11 | + <a class="" href="/meeting/{{meeting.number}}/agenda/{{session.historic_group.acronym}}-drafts.tgz" title="Download meeting materials as .tar archive"><span class="fa fa-fw fa-file-archive-o"></span></a> |
12 | 12 | <!-- materials PDF file --> |
13 | | - <a class="" href="/meeting/{{ meeting.number }}/agenda/{{session.group.acronym}}-drafts.pdf" title="Download meeting materials as PDF file"><span class="fa fa-fw fa-file-pdf-o"></span></a> |
| 13 | + <a class="" href="/meeting/{{ meeting.number }}/agenda/{{session.historic_group.acronym}}-drafts.pdf" title="Download meeting materials as PDF file"><span class="fa fa-fw fa-file-pdf-o"></span></a> |
14 | 14 | {% endif %} |
15 | 15 | <!-- etherpad --> |
16 | | - <a class="" href="https://etherpad.ietf.org:9009/p/notes-ietf-{{ meeting.number }}?useMonospaceFont=true" title="Etherpad for note-takers"><span class="fa fa-fw fa-edit"></span></a> |
| 16 | + {% if item.timeslot.type.slug == 'plenary' %} |
| 17 | + <a class="" href="https://etherpad.ietf.org:9009/p/notes-ietf-{{ meeting.number }}-plenary?useMonospaceFont=true" title="Etherpad for note-takers"><span class="fa fa-fw fa-edit"></span></a> |
| 18 | + {% else %} |
| 19 | + <a class="" href="https://etherpad.ietf.org:9009/p/notes-ietf-{{ meeting.number }}-{{session.historic_group.acronym}}?useMonospaceFont=true" title="Etherpad for note-takers"><span class="fa fa-fw fa-edit"></span></a> |
| 20 | + {% endif %} |
17 | 21 |
|
18 | 22 | {# show stream buttons up till end of session, then show archive buttons #} |
19 | 23 | {% if now < item.timeslot.end_time %} |
|
28 | 32 | {% elif session.remote_instructions|first_url %} |
29 | 33 | <a class="" |
30 | 34 | href="{{ session.remote_instructions|first_url }}" |
31 | | - title="Webex session"><span class="fa fa-fw fa-phone"></span> |
| 35 | + title="Session call-in"><span class="fa fa-fw fa-phone"></span> |
32 | 36 | </a> |
33 | 37 | {% elif item.timeslot.location.webex_url %} |
34 | 38 | <a class="" |
35 | 39 | href="{{item.timeslot.location.webex_url|format:session }}" |
36 | 40 | title="Webex session"><span class="fa fa-fw fa-phone"></span> |
37 | 41 | </a> |
| 42 | + <!-- Video stream (meetecho) --> |
38 | 43 | {% elif item.timeslot.location.video_stream_url %} |
39 | 44 | <a class="" |
40 | 45 | href="{{item.timeslot.location.video_stream_url|format:session }}" |
41 | | - title="Webex session"><span class="fa fa-fw fa-video-camera"></span> |
| 46 | + title="Meetecho video stream"><span class="fa fa-fw fa-video-camera"></span> |
42 | 47 | </a> |
43 | 48 | {% else %} |
44 | 49 | <span class=""> |
45 | 50 | <span class="fa fa-fw fa-phone" style="color: #ddd;" |
46 | | - title="No webex info found in remote instructions or agenda note"></span> |
| 51 | + title="No webex or meetecho info found in remote instructions or agenda note"></span> |
47 | 52 | </span> |
48 | 53 | {% endif %} |
49 | 54 | {% else %} |
|
72 | 77 | <a class="" href="{{ href }}" title="{{ r.title }}"><span class="fa fa-fw fa-file-o"></span></a> |
73 | 78 | {% endif %} |
74 | 79 | {% endwith %}{% endfor %} |
| 80 | + {% elif item.timeslot.location.video_stream_url %} |
| 81 | + <a class="" |
| 82 | + href="http://www.meetecho.com/ietf{{meeting.number}}/recordings#{{session.historic_group.acronym.upper}}" |
| 83 | + title="Meetecho session recording"><span class="fd fa-fw fd-meetecho"></span></a> |
75 | 84 | {% elif show_empty %} |
76 | 85 | <span class="fa fa-fw"></span> |
77 | 86 | {% endif %} |
|
0 commit comments