2 <html class="no-js {{#if hasCachedFonts}}fonts-loaded{{/if}}" lang="en">
4 <meta http-equiv="X-UA-Compatible" content="IE=IE9" />
5 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"/>
8 <meta name="robots" content="noindex, nofollow" />
13 <title>{{troupeName}} - Gitter</title>
17 @-webkit-keyframes pulsey {
20 100% { opacity: 0.6; }
23 html.loading .trpContentPanel { background: url("{{ cdn 'images/logo-mark-grey-64.png' }}") center no-repeat; height: 90%; -webkit-animation: pulsey 2s ease-out; -webkit-animation-iteration-count: infinite; }
24 html.loading .trpContentPanel > * { visibility: hidden; }
26 <base target="_parent">
27 <link rel="stylesheet" href='{{cdn "sprites/services.css" }}'>
28 <link rel="stylesheet" href='{{cdn cssFileName }}'>
29 <link id="favicon" rel="shortcut icon" href="{{ cdn 'images/favicon.ico' }}">
31 <body class="logged-out">
32 <div class="chat-and-toolbar-wrapper archive">
33 <div class="right-toolbar-region">
34 <div class="right-toolbar" style="overflow: auto">
35 <div class="gtrArchiveToolbarWrapper">
37 <div class="gtrArchiveInfoContainer">
38 <div class="gtrArchiveLogo">
39 <div class="logo-container"></div>
41 <div class="gtrArchiveInfo">
42 <p>These are chat archives for <strong>{{troupeName}}</strong></p>
44 <p>Select a day to view.</p>
46 <p>Click on a coloured date box to view message archives for a given day.</p>
51 <div class="archive-right-toolbar-button-wrapper">
52 <a class="archive-right-toolbar-button button-caribbean--small" href="/{{troupeName}}">Go to live room</a>
57 <div class="archive-right-toolbar-option-container">
59 <p><small id='noindexStatus'></small></p>
60 <input id='noindex' type='checkbox' name='noindex' {{#unless noindex}} checked {{/unless}}>
61 <small>Room indexed by search engines.</small>
68 <div class="archive-right-toolbar-button-wrapper">
69 <a href="{{ elementUrl }}" class="archive-right-toolbar-button button-caribbean--small">
70 Sign in to start talking
76 <div class="gtrArchiveInfoContainer">
77 <div class="gtrArchiveLogo">
78 <div class="logo-container"></div>
80 <div class="gtrArchiveInfo">
81 <p>These are chat archives for <strong>{{troupeName}}</strong></p>
87 <div id="archive-navigation" class="gtrArchiveNavigationWrapper">
88 {{~#if archiveChats~}}
89 {{{ prerenderView "js/views/archive/tmpl/archive-navigation-view" }}}
92 {{#unless isHomePage}}
94 <div class="archive-right-toolbar-button-wrapper">
95 <a class="archive-right-toolbar-button button-caribbean--small" href="/{{troupeName}}">Go to live room</a>
98 <div class="archive-right-toolbar-button-wrapper">
99 <a href="{{ elementUrl }}" class="archive-right-toolbar-button button-caribbean--small">
100 Sign in to start talking
108 <div class="chat-app">
109 <div class="chat-header" id="header-wrapper">
110 <div id="header" class="chat-header-inner">
111 {{{ prerenderView "js/views/app/tmpl/headerViewTemplate" }}}
118 {{#if troupeContext}}
119 {{{ generateTroupeContext troupeContext }}}
122 {{#if bootScriptName}}
123 {{{bootScript bootScriptName jsRoot=jsRoot}}}