Go to the documentation of this file.00001 <?php
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029 if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
00030 require_once('class_follow_up.php');
00031
00032
00033
00034
00035
00036
00037 $sub_action=(isset($_REQUEST['sa']))?$_REQUEST['sa']:"list";
00038 $ag_id=(isset($_REQUEST['ag_id']))?$_REQUEST['ag_id']:0;
00039 if (! isset($_GET['submit_query'])) {$_REQUEST['closed_action']=1;$_GET['closed_action']=1;}
00040
00041 $p_action=$_REQUEST['ac'];
00042 $base="ac=$p_action&sc=sv&sb=detail&f_id=".$_REQUEST['f_id']."&".HtmlInput::request_to_string(array("closed_action","remind_date_end","remind_date","sag_ref","only_internal","state","gDossier","qcode","ag_dest","query","tdoc","date_start","date_end","hsstate","searchtag","sb","sc"),"");
00043 $retour=HtmlInput::button_anchor('Retour','?'.dossier::get().'&'.$base);
00044 $fiche=new Fiche($cn,$_REQUEST['f_id']);
00045
00046 $_GET['qcode']=$fiche->get_quick_code();
00047 $_REQUEST['qcode'] = $fiche->get_quick_code();
00048
00049 echo '<div class="content">';
00050 require_once('action.common.inc.php');
00051 echo '</div>';