Mercurial Hosting > lang
comparison src/chat.html.luan @ 51:4581a20b8124
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 15 Aug 2025 23:24:38 +0900 |
parents | 85c5f62070d8 |
children | 27758f3b2d69 |
comparison
equal
deleted
inserted
replaced
50:85c5f62070d8 | 51:4581a20b8124 |
---|---|
40 </head> | 40 </head> |
41 <body> | 41 <body> |
42 <% header() %> | 42 <% header() %> |
43 <div content ai_container> | 43 <div content ai_container> |
44 <div top> | 44 <div top> |
45 <h3 name></h3> | 45 <h2 name></h2> |
46 <span pulldown> | 46 <span pulldown> |
47 <img onclick="clickMenu(this)" src="/images/menu.svg"> | 47 <img onclick="clickMenu(this)" src="/images/menu.svg"> |
48 <div> | 48 <div> |
49 <% if is_owner then %> | 49 <% if is_owner then %> |
50 <span onclick="editChat()">Edit Chat</span> | 50 <span onclick="editChat()">Edit Chat</span> |
51 <span onclick="deleteChat()">Delete Chat</span> | 51 <span onclick="deleteChat()">Delete Chat</span> |
52 <% end %> | 52 <% end %> |
53 <span onclick="systemPrompt()">System Prompt</span> | 53 <span onclick="systemPrompt()">System Prompt</span> |
54 <a href="chat.json?chat=<%=chat_id%>">Chat JSON</a> | |
55 </div> | 54 </div> |
56 </span> | 55 </span> |
57 </div> | 56 </div> |
58 <div messages> | 57 <div messages> |
59 <% chat.output_messages_html() %> | 58 <% chat.output_messages_html() %> |