Move footer to separate file
Dependencies
- [2]
HZDCKIXQUse constants for templates - [3]
Z3SYSC25Add SMTP configuration - [4]
WW3KRXX6Add page for reset game password - [5]
BCXEUKX6Add config, static files and web server - [6]
IM5ZPD4NUpdate dependencies - [7]
HTYEGVBUAdd data to reset password page - [8]
OJO4B4QOAdd login form and empty handler - [*]
65A3LIWUUse handlebars to render index - [*]
EVP2FSBHSplit index page - [*]
4MZ4VIR7Initial commit
Change contents
- file addition: sub[10.12]
- file addition: footer.html[0.15]
<footer><p><em>Thank you for playing FreeOrion with us.</em><br/><em>Donates are welcome <u>BTC: bc1q04qnmql47zkha6p4edl86hm0wgk90dmsfnl3vl</u></em></p></footer> - edit in src/templates/reset-game-pwd.html at line 37
<p><em>Thank you for playing FreeOrion with us.</em><br/><em>Donates are welcome <u>BTC: bc1q04qnmql47zkha6p4edl86hm0wgk90dmsfnl3vl</u></em></p> - edit in src/templates/reset-game-pwd.html at line 38
{{> footer}} - replacement in src/templates/query-reset-game-pwd.html at line 12
<p><em>Thank you for playing FreeOrion with us.</em><br/><em>Donates are welcome <u>BTC: bc1q04qnmql47zkha6p4edl86hm0wgk90dmsfnl3vl</u></em></p>{{> footer}} - edit in src/templates/index.html at line 46
<p><em>Thank you for playing FreeOrion with us.</em><br/><em>Donates are welcome <u>BTC: bc1q04qnmql47zkha6p4edl86hm0wgk90dmsfnl3vl</u></em></p> - edit in src/templates/index.html at line 47
{{> footer}} - edit in src/pages/mod.rs at line 19
pub mod sub {pub const FOOTER: &str = "footer";} - edit in src/main.rs at line 83
.register_template_string(templates::sub::FOOTER, include_str!("templates/sub/footer.html")).expect("footer sub template");handlebars - replacement in src/config.rs at line 12
pub password: String,pub passwd: String, - edit in public/style.css at line 2
width: 40em;margin: 0 auto;font-family: Tahoma, Verdana, Arial, sans-serif;}footer { - edit in .ignore at line 2[4.45137]
**/.*.sw?