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