You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.4 KiB
52 lines
1.4 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Log</title>
|
|
<link rel="stylesheet" type="text/css" href="stylesheet.css">
|
|
</head>
|
|
<body>
|
|
<div id="welcome">
|
|
<p>Welcome to this Log!</p>
|
|
<p>This Log file is based on chat messages exchanged in a <em>XMPP groupchat</em> and is written by <em>RECbot</em>.</p>
|
|
<hr>
|
|
<p>For the writers of this log, you can:
|
|
<br>
|
|
<br>
|
|
send an image,
|
|
<br>
|
|
<br>
|
|
<code>__ADD__</code> a message,
|
|
<br>
|
|
<br>
|
|
<code>__DELETE__</code> it by using the <code>HANDLE</code> on the left (*spark),
|
|
<br>
|
|
<br>
|
|
<!-- <code>__ANNOTATE__</code> something using the <code>~HANDLE</code>, -->
|
|
<!-- <br> -->
|
|
<!-- <br> -->
|
|
<!-- <code>__ECHO__</code> material using the <code>~HANDLE</code> or a <code>#TAG</code> (*spark), -->
|
|
<!-- <br> -->
|
|
<!-- <br> -->
|
|
Request information about a <code>__BOOK__</code> by sending a <code>TITLE</code> (*spark, almost there),
|
|
<br>
|
|
<br>
|
|
... (*spark)
|
|
</p>
|
|
<!-- <hr> -->
|
|
</div>
|
|
<!-- <div id="echo">
|
|
<label for="echo" style="display: none;">__ECHO__</label>
|
|
<select name="echo" id="echo">
|
|
<option value="~HANDLE">~HANDLE</option>
|
|
<option value="#TAG">#TAG</option>
|
|
</select>
|
|
<input type="text" name="echo">
|
|
<button><code>__ECHO__</code></button>
|
|
</div> -->
|
|
<div id="entries">
|
|
{% for entry in entries %}
|
|
<div>{{ entry }}</div>
|
|
{% endfor %}
|
|
</div>
|
|
</body>
|