Mercurial Hosting > chat
comparison src/index.html.luan @ 34:62d04ca486dd
UI
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Tue, 12 Nov 2024 16:08:24 -0700 |
| parents | e2b7f6393dab |
| children | 27c41f22d2a9 |
comparison
equal
deleted
inserted
replaced
| 33:e2b7f6393dab | 34:62d04ca486dd |
|---|---|
| 91 <html> | 91 <html> |
| 92 <head> | 92 <head> |
| 93 <% head() %> | 93 <% head() %> |
| 94 <style> | 94 <style> |
| 95 @import "chat.css?s=<%=started%>"; | 95 @import "chat.css?s=<%=started%>"; |
| 96 | |
| 97 div[who="<%=user.id%>"] span[pulldown] { | |
| 98 visibility: visible; | |
| 99 } | |
| 96 </style> | 100 </style> |
| 97 <style online></style> | 101 <style online></style> |
| 98 <script src="chat.js?s=<%=started%>"></script> | 102 <script src="chat.js?s=<%=started%>"></script> |
| 99 </head> | 103 </head> |
| 100 <body> | 104 <body> |
| 101 <% header() %> | 105 <% header() %> |
| 102 <div content show="chats"> | 106 <div content show="chats"> |
| 103 <div chats> | 107 <div chats> |
| 104 <% chats_html() %> | 108 <% chats_html() %> |
| 105 </div> | 109 </div> |
| 106 <div posts></div> | 110 <div posts> |
| 111 <h3 intro>Choose a chat on the left</h3> | |
| 112 </div> | |
| 107 </div> | 113 </div> |
| 108 <dialog delete_chat> | 114 <dialog delete_chat> |
| 109 <h2>Delete Chat</h2> | 115 <h2>Delete Chat</h2> |
| 110 <p>Are you sure that you want to delete this chat?</p> | 116 <p>Are you sure that you want to delete this chat?</p> |
| 111 <div buttons> | 117 <div buttons> |
