Stud.IP  trunk Revision
export_config.inc.php File Reference

Variables

global $export_o_modes = ["start","file","choose", "direct","processor","passthrough"]
 
global $export_ex_types = ["veranstaltung", "person", "forschung"]
 
global $skip_page_3 = true
 
global $xml_filename = "data.xml"
 
global $xslt_filename_default = "studip"
 
global $output_formats
 
global $export_icon
 
 rtf
 
 $export_icon ["xml"] = "file-generic"
 
 $export_icon ["xslt"] = "file-office"
 
 $export_icon ["xsl"] = "file-office"
 
 $export_icon ["rtf"] = "file-text"
 
 $export_icon ["fo"] = "file-pdf"
 
 $export_icon ["pdf"] = "file-pdf"
 
 $export_icon ["html"] = "file-text"
 
 $export_icon ["htm"] = "file-text"
 
 $export_icon ["txt"] = "file-text"
 
 $export_icon ["csv"] = "file-office"
 

Variable Documentation

◆ $export_ex_types

global $export_ex_types = ["veranstaltung", "person", "forschung"]

◆ $export_icon [1/11]

global $export_icon

◆ $export_icon [2/11]

$export_icon["xml"] = "file-generic"

◆ $export_icon [3/11]

$export_icon["xslt"] = "file-office"

◆ $export_icon [4/11]

$export_icon["xsl"] = "file-office"

◆ $export_icon [5/11]

$export_icon["rtf"] = "file-text"

◆ $export_icon [6/11]

$export_icon["fo"] = "file-pdf"

◆ $export_icon [7/11]

$export_icon["pdf"] = "file-pdf"

◆ $export_icon [8/11]

$export_icon["html"] = "file-text"

◆ $export_icon [9/11]

$export_icon["htm"] = "file-text"

◆ $export_icon [10/11]

$export_icon["txt"] = "file-text"

◆ $export_icon [11/11]

$export_icon["csv"] = "file-office"

◆ $export_o_modes

$export_o_modes = ["start","file","choose", "direct","processor","passthrough"]

◆ $output_formats

$output_formats
Initial value:
= [
"html" => "Hypertext Markup Language (HTML)"

◆ $skip_page_3

$skip_page_3 = true

◆ $xml_filename

$xml_filename = "data.xml"

◆ $xslt_filename_default

$xslt_filename_default = "studip"

◆ rtf

rtf
Initial value:
=> "Rich Text Format (RTF)",
"txt" => "Text (TXT)",
"csv" => "Comma Separated Values (Excel)",
"fo" => "Adobe Postscript (PDF)",
"xml" => "Extensible Markup Language (XML)"
]