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
+32
View File
@@ -0,0 +1,32 @@
::use 'design.mtt'::
<div class="col-md-6">
<div class="article">
<h2>::_("Subscription payment of"):: ::member.getCoupleName()::</h2>
<table class="table table-bordered">
<tr>
<th>::_("Period")::</th>
<th>::_("Subscription payment date")::</th>
<th>Actions</th>
</tr>
::foreach m memberships::
<tr>
<td>::user._amap.getPeriodNameFromYear(m.year)::</td>
<td>::hDate(m.date)::</td>
<td>
$$delete(::_("Delete")::,/membership/delete/::member.id::/::m.year::?token=::token::)
</td>
</tr>
::end::
</table>
</div>
</div>
<div class="col-md-6">
<div class="article">
<h2>::_("Key-in a subscription payment")::</h2>
::raw form::
</div>
</div>
::end::