Mercurial Hosting > lang
comparison src/private/tools/chat.html.luan @ 59:e8f632349db7
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 18 Aug 2025 08:51:20 +0900 |
parents | 4581a20b8124 |
children |
comparison
equal
deleted
inserted
replaced
58:ff7e5a8b649a | 59:e8f632349db7 |
---|---|
24 <% head() %> | 24 <% head() %> |
25 <style> | 25 <style> |
26 <% if not process_markdown then %> | 26 <% if not process_markdown then %> |
27 [markdown] { | 27 [markdown] { |
28 white-space-collapse: preserve; | 28 white-space-collapse: preserve; |
29 margin-bottom: 16px; | |
29 } | 30 } |
30 <% end %> | 31 <% end %> |
31 </style> | 32 </style> |
32 </head> | 33 </head> |
33 <body> | 34 <body> |
34 <% header() %> | 35 <% header() %> |
35 <div content> | 36 <div content> |
36 <h1>Chat <%=chat_id%></h1> | 37 <h1>Chat <%=chat_id%></h1> |
37 <h2 name><%= chat.name_html() %></h2> | 38 <h2 name><%= chat.name_html() %></h2> |
38 <p> | 39 <p> |
39 <a href="/chat.json?chat=<%=chat_id%>">JSON</a> | 40 <a href="/chat.html?chat=<%=chat_id%>">Chat</a> |
41 - <a href="/chat.json?chat=<%=chat_id%>">JSON</a> | |
40 </p> | 42 </p> |
43 <p>Voice: <%=chat.voice%></p> | |
41 <div messages> | 44 <div messages> |
42 <% chat.output_messages_html() %> | 45 <% chat.output_messages_html() %> |
43 </div> | 46 </div> |
44 </div> | 47 </div> |
45 <% if process_markdown then %> | 48 <% if process_markdown then %> |