raw
logotron_genesis.kv     1 <html>
logotron_genesis.kv 2 <head>
frontend_updates.kv 3 <title>{% block title %}{% endblock %}</title>
frontend_updates.kv 4
logotron_genesis.kv 5 <meta http-equiv='Content-Type' content='text/html; charset=UTF-8' />
logotron_genesis.kv 6 <meta name='viewport' content='width=device-width, initial-scale=1' />
uniturds_etc.kv 7
frontend_updates.kv 8 <link rel="stylesheet" href="{{ css_url }}" />
logotron_genesis.kv 9 </head>
logotron_genesis.kv 10
logotron_genesis.kv 11 <body>
frontend_updates.kv 12 <a name="head"></a>
logotron_genesis.kv 13
frontend_updates.kv 14 <div class="chan-nav">
frontend_updates.kv 15 {% include 'chan-nav-table.html' %}
sept_fixes.kv 16
frontend_updates.kv 17 {% if chan != 'all' %}
frontend_updates.kv 18 <div class="chan-filters">
hide_inactive.kv 19 {% if not show_all %}
frontend_updates.kv 20 <a href="?all=1">Show Idle (&gt;{{ idle_day }} d.) Chans</a>
hide_inactive.kv 21 {% else %}
frontend_updates.kv 22 <a href="?all=0">Hide Idle (&gt;{{ idle_day }} d.) Chans</a>
hide_inactive.kv 23 {% endif %}
frontend_updates.kv 24 </div>
frontend_updates.kv 25 {% endif %}
hide_inactive.kv 26 </div>
logotron_genesis.kv 27
frontend_updates.kv 28 <div class="content">
frontend_updates.kv 29 <hr />
logotron_genesis.kv 30
frontend_updates.kv 31 <form class="search-form" id="search" method='get' action='/log-search'>
frontend_updates.kv 32 <input type='text' class="seach-query-input" name='q' value='{{ query }}' maxlength='2048' spellcheck='false' size='55' value='' />
frontend_updates.kv 33 <span class="search-form-buttons">
frontend_updates.kv 34 {% if chan != 'all' %}
frontend_updates.kv 35 <button type='submit' name='chan' value='{{chan}}'>search {{chan}}</button>
frontend_updates.kv 36 {% endif %}
frontend_updates.kv 37 <button type='submit' name='chan' value='all'>search all chans</button>
frontend_updates.kv 38 </span>
frontend_updates.kv 39 </form>
logotron_genesis.kv 40
frontend_updates.kv 41 <hr />
uniturds_etc.kv 42
frontend_updates.kv 43 {% block body %}{% endblock %}
frontend_updates.kv 44
frontend_updates.kv 45 <hr />
uniturds_etc.kv 46 </div>
sept_fixes.kv 47
frontend_updates.kv 48 <div class="footer">
frontend_updates.kv 49 {% if chan != 'all' %}
frontend_updates.kv 50 <a href="https://kiwiirc.com/nextclient/irc.freenode.net/{{ chan }}">Visit #{{ chan }} as Guest</a> |
frontend_updates.kv 51 <a href="/rnd/{{ chan }}">Random({{ chan }})</a> |
frontend_updates.kv 52 {% endif %}
frontend_updates.kv 53 <a href="{{ url_for('static', filename='log_db.gz') }}">Download hourly DB snapshot</a> |
frontend_updates.kv 54 <a href="http://www.loper-os.org/?p=3452">Get Source Code</a>
frontend_updates.kv 55 </div>
sept_fixes.kv 56
frontend_updates.kv 57 <a name="tail"></a>
logotron_genesis.kv 58 </body>
logotron_genesis.kv 59 </html>