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>
|
2015-04-16 05:02:05 +02:00
|
|
|
$if userAvatar user /= Nothing
|
2015-04-23 15:29:21 +02:00
|
|
|
<a href=@{SelectR uId} style="background-image: url(@{GetAvatarR $ fromJust $ userAvatar user})" .avatar>
|
2015-04-16 05:02:05 +02:00
|
|
|
<p>#{userIdent user}
|
|
|
|
$else
|
|
|
|
<a href=@{SelectR uId}>
|
|
|
|
<p>#{userIdent user}
|
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=@{ReactivateR}>
|
2015-04-10 00:40:58 +02:00
|
|
|
<p>_{MsgReactivateOldUser}
|
2015-07-21 01:28:05 +02:00
|
|
|
|
2015-07-21 01:42:52 +02:00
|
|
|
<form action=@{HomeBarcodeR} method=GET>
|
2015-07-21 01:28:05 +02:00
|
|
|
<input type=hidden #barcodeInput name=barcode>
|