descartes load -- possibly all before show
This commit is contained in:
@@ -6,6 +6,31 @@
|
||||
<link rel="stylesheet" href="{{ url_for('static',filename='lestyle.css') }}">
|
||||
</head>
|
||||
<body>
|
||||
<div class="cor_large">List server busy.<br>Full digest rescheduled.</div>
|
||||
<div class="title">List server busy.<br>Full digest rescheduled.</div>
|
||||
<hr>
|
||||
<hr>
|
||||
<hr>
|
||||
<div id="index">
|
||||
<h1>Index</h1>
|
||||
<br>
|
||||
{% for term, refs in index.items() %}
|
||||
<div class="keyword-index">
|
||||
<term>{{term}}</term>
|
||||
{% for r in refs %}
|
||||
<ref>{% if r.url != 'n/a' %}<a href="{{r.url}}">{{r.nbr}}</a>{% else %}{{r.nbr}}{% endif %}</ref>{% if not loop.last %}, {% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
<hr>
|
||||
<hr>
|
||||
<hr>
|
||||
<div id="footer">
|
||||
List server busy. Full digest rescheduled.<br>
|
||||
A compendium of listserv discussions & divagations 1995-2019<br>
|
||||
Assembled by <a href="http://le-club-des-sans-sujets.org">David Gauthier (Le Club des Sans Sujets)</a><br>
|
||||
Produced in collaboration with <a href="http://torquetorque.net">Torque</a>
|
||||
</div>
|
||||
<br>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user