epic-ts
[kivitendo-erp.git] / templates / webpages / mebil / report_top.html
1 [%- USE L %][% USE LxERP %]
2 <form method="post" id="form" action="controller.pl">
3  [% L.hidden_tag('action', 'mebil/calcmap') %]
4  <a href="[% SELF.url_for(action='calcmap', year=(SELF.year - 1)) %]">&laquo; [%- LxERP.t8("Prior year") %]: [% SELF.year - 1 %]</a>
5
6  |
7  [% LxERP.t8("Current year") %]:
8  [% L.select_tag('year', YEARS_TO_LIST, default=SELF.year, onchange='$("#form").submit();') %]
9  
10  |
11  <a href="[% SELF.url_for(action='calcmap', year=(SELF.year + 1)) %]">[%- LxERP.t8("Following year") %]: [% SELF.year + 1 %] &raquo;</a>
12  
13  </form>
14 <hr>