Mercurial Hosting > hghosting
comparison src/private/tools/configure_mail.html.luan @ 24:f9a4e674de75
add lang
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 02 May 2025 11:13:52 -0600 |
parents | a6be8817c05b |
children |
comparison
equal
deleted
inserted
replaced
23:7c9a45368af2 | 24:f9a4e674de75 |
---|---|
18 local raw_config = get_raw_config() | 18 local raw_config = get_raw_config() |
19 raw_config.mail_info = mail_info | 19 raw_config.mail_info = mail_info |
20 save_raw_config(raw_config) | 20 save_raw_config(raw_config) |
21 %> | 21 %> |
22 <!doctype html> | 22 <!doctype html> |
23 <html> | 23 <html lang="en"> |
24 <head> | 24 <head> |
25 <% head() %> | 25 <% head() %> |
26 <title>Mercurial Configure Email</title> | 26 <title>Mercurial Configure Email</title> |
27 </head> | 27 </head> |
28 <body> | 28 <body> |
48 posted() | 48 posted() |
49 return | 49 return |
50 end | 50 end |
51 %> | 51 %> |
52 <!doctype html> | 52 <!doctype html> |
53 <html> | 53 <html lang="en"> |
54 <head> | 54 <head> |
55 <% head() %> | 55 <% head() %> |
56 <title>Mercurial Configure Email</title> | 56 <title>Mercurial Configure Email</title> |
57 </head> | 57 </head> |
58 <body> | 58 <body> |