Stud.IP  jlu_3.3 Revision
export.php File Reference

Namespaces

namespace  Export
 

Variables

 $o_mode = Request::option('o_mode')
 
 $xml_file_id = Request::option('xml_file_id',"")
 
 $xslt_filename = Request::quoted('xslt_filename')
 
 $page = Request::option('page')
 
 $filter = Request::option('filter')
 
 $ex_type = Request::quoted('ex_type')
 
 $ex_sem = Request::option('ex_sem')
 
 $format = Request::option('format')
 
 $choose = Request::quoted('choose')
 
 $range_id = Request::option('range_id')
 
 $begin =Request::option('begin')
 
 $end =Request::option('end')
 
 $sidebar = Sidebar::Get()
 
 if (( $o_mode !="direct") AND( $o_mode !="passthrough"))
 
if(get_config('EXPORT_ENABLE')) else
 

Variable Documentation

◆ $begin

$begin =Request::option('begin')

◆ $choose

$choose = Request::quoted('choose')

◆ $end

$end =Request::option('end')

◆ $ex_sem

$ex_sem = Request::option('ex_sem')

◆ $ex_type

$ex_type = Request::quoted('ex_type')

◆ $filter

$filter = Request::option('filter')

◆ $format

$format = Request::option('format')

◆ $o_mode

$o_mode = Request::option('o_mode')

◆ $page

$page = Request::option('page')

◆ $range_id

$range_id = Request::option('range_id')

◆ $sidebar

$sidebar = Sidebar::Get()

◆ $xml_file_id

$xml_file_id = Request::option('xml_file_id',"")

◆ $xslt_filename

$xslt_filename = Request::quoted('xslt_filename')

◆ else

if (get_config( 'EXPORT_ENABLE')) else
Initial value:
{
parse_window ("error§" . _("Das Exportmodul ist nicht eingebunden. Damit Daten im XML-Format exportiert werden können, muss das Exportmodul in den Systemeinstellungen freigeschaltet werden. Wenden Sie sich bitte an die Administratoren."), "§",
_("Exportmodul nicht eingebunden"))
parse_window($long_msg, $separator="§", $titel, $add_msg="")
Definition: msg.inc.php:81

◆ if

if(($o_mode !="direct") AND($o_mode !="passthrough")) ( ( $o_mode !="direct") AND( $o_mode !="passthrough")  )