Mercurial Hosting > hghosting
comparison src/private/tools/all_users.html.luan @ 24:f9a4e674de75
add lang
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Fri, 02 May 2025 11:13:52 -0600 |
| parents | 028e74c8889d |
| children |
comparison
equal
deleted
inserted
replaced
| 23:7c9a45368af2 | 24:f9a4e674de75 |
|---|---|
| 13 | 13 |
| 14 return function() | 14 return function() |
| 15 Io.stdout = Http.response.text_writer() | 15 Io.stdout = Http.response.text_writer() |
| 16 %> | 16 %> |
| 17 <!doctype html> | 17 <!doctype html> |
| 18 <html> | 18 <html lang="en"> |
| 19 <head> | 19 <head> |
| 20 <% head() %> | 20 <% head() %> |
| 21 <title>Mercurial All Users</title> | 21 <title>Mercurial All Users</title> |
| 22 <script> | 22 <script> |
| 23 function deleteUser(name) { | 23 function deleteUser(name) { |
