yammat/templates/home.hamlet

22 lines
396 B
Plaintext
Raw Normal View History

2015-04-04 06:46:33 +02:00
$doctype 5
$if null beverages
<h1>!!!MATEKALYPSE!!!
2015-04-08 15:56:37 +02:00
<article .article #func>
2015-04-04 06:46:33 +02:00
<a href=@{SelectCashR}>
2015-04-10 00:40:58 +02:00
<p>_{MsgPayCash}
2015-04-04 06:46:33 +02:00
2015-04-08 15:56:37 +02:00
<article .article #func>
2015-04-04 06:46:33 +02:00
<a href=@{NewUserR}>
2015-04-10 00:40:58 +02:00
<p>_{MsgCreateUser}
2015-04-04 06:46:33 +02:00
$forall (Entity uId user) <- users
<article .article>
<a href=@{SelectR uId}>
<p>#{userIdent user}
2015-04-08 15:56:37 +02:00
<article .article #func>
2015-04-04 06:46:33 +02:00
<a href=@{ReactivateR}>
2015-04-10 00:40:58 +02:00
<p>_{MsgReactivateOldUser}