code from amapei

This commit is contained in:
cagette@ct8
2020-09-26 18:25:18 +00:00
parent 42fe367911
commit 72b4699871
1966 changed files with 220437 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
<div class="block">
::if user!=null::
::_("Hello"):: ::user.getName()::<br/>
<a href="/user/logout" class="btn btn-default btn-sm">::_("Log out")::</a>
::else::
::raw _("You already have an account?<br/>
Click here to log in")::<br/>
<a href="/user/login" class="btn btn-default btn-sm btn-primary">::_("Log in")::</a>
::end::
</div>