Plugins  LAST
 All Data Structures Files Functions Variables Pages
print_all.inc.php
Go to the documentation of this file.
1 <?php
2 /*
3  * This file is part of NOALYSS.
4  *
5  * NOALYSS is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; either version 2 of the License, or
8  * (at your option) any later version.
9  *
10  * NOALYSS is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with NOALYSS; if not, write to the Free Software
17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */
19 /* $Revision$ */
20 
21 // Copyright (c) 2002 Author Dany De Bontridder dany@alchimerys.be
22 
23 /*!\file
24  * \brief print all the card
25  */
26 require_once('class_am_card.php');
27 $a=new Am_Card();
28 echo $a->listing();
29 echo '<div class="content" style="width:80%;margin-left:10%">';
30 echo '<hr>';
31 echo date('d.m.Y');
32 echo '<br>';
33 echo HtmlInput::print_window();
34 ?>
35 <form method="GET" action="extension.raw.php" style="display:inline">
36 <?php echo dossier::hidden()?>
37 <?php echo HtmlInput::hidden('csv_material','1');?>
38 <?php echo HtmlInput::hidden('ac',$_REQUEST['ac']);?>
39 <?php echo HtmlInput::extension()?>
40 <?php echo HtmlInput::submit('csv','Export CSV');?>
41 </form>
42 <form method="GET" action="extension.raw.php" style="display:inline">
43 <?php echo dossier::hidden()?>
44 <?php echo HtmlInput::hidden('pdf_material','1');?>
45 <?php echo HtmlInput::hidden('ac',$_REQUEST['ac']);?>
46 <?php echo HtmlInput::extension()?>
47 <?php echo HtmlInput::submit('PDF','Export PDF');?>
48 </form>
49 </div>
$note style
$_REQUEST['sb']
Definition: am_print.php:39