noalyss Version-9
anc_history.inc.php
Go to the documentation of this file.
1<?php
2
3//This file is part of NOALYSS and is under GPL
4//see licence.txt
5/**
6 *@file
7 *@brief Print history for Analytic accounting
8 * @see Anc_Listing
9 */
10
11if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
13$list->get_request();
14
15echo $list->display_form();
16//---- result
17if (isset($_GET['result']))
18{
19 echo '<div class="content">';
20
21 //--------------------------------
22 // export Buttons
23 //---------------------------------
24 $result=$list->display_html();
25 if ( $list->has_data > 0)
26 {
27 echo $list->show_button();
28 echo $result;
29 echo '<div></div>';
30 echo $list->show_button();
31
32 }
33 else
34 {
35 echo '<p class="notice">';
36 echo _('Aucune donnée trouvée');
37 echo '</p>';
38 }
39 echo '</div>';
40}
41echo '</div>';
42?>
$_GET['qcode']
manage the CA listing