Plugins  LAST
 All Data Structures Files Functions Variables Pages
form_periode.php
Go to the documentation of this file.
1 <?php
2 //This file is part of NOALYSS and is under GPL
3 //see licence.txt
4 ?>
5 <fieldset>
6 <legend>
7  <?php echo _('Entrez la période de la déclaration')?>
8 </legend>
9 <form class="print" method="GET">
10 <?php echo _('Année')?> <?php echo $str_year?><br/>
11 <?php echo $str_monthly?> <?php echo _('Mois')?> : <?php echo $str_month?><br/>
12 <?php echo $str_quaterly?> <?php echo _('Trimestre')?> : <?php echo $str_quater?><br/>
13 <?php echo $str_hidden?>
14 <?php
15 if (isset ($by_year) && $by_year == true ) :
16 ?>
17 <?php echo _('Par année')?> <?php echo $str_byyear?><br/>
18 <?php
19 echo HtmlInput::request_to_hidden(array('ac'));
20 endif;
21 ?>
22 <br>
23 <?php echo $str_submit?>
24 </form>
25 </fieldset>
endif