ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
metadata-converter.php File Reference

Go to the source code of this file.

Variables

 $config = SimpleSAML_Configuration::getInstance()
 
if(!empty($_FILES['xmlfile']['tmp_name'])) elseif(array_key_exists('xmldata', $_POST)) if(!empty($xmldata)) else
 
 $output = array()
 
 $template = new SimpleSAML_XHTML_Template($config, 'metadata-converter.php', 'admin')
 
$template data ['clipboard.js'] = true
 
$template data ['xmldata'] = $xmldata
 
$template data ['output'] = $output
 

Variable Documentation

◆ $config

Definition at line 7 of file metadata-converter.php.

◆ $output

$output = array()

Definition at line 51 of file metadata-converter.php.

◆ $template

$template = new SimpleSAML_XHTML_Template($config, 'metadata-converter.php', 'admin')

Definition at line 54 of file metadata-converter.php.

◆ data [1/3]

$template data[ 'clipboard.js'] = true

Definition at line 55 of file metadata-converter.php.

◆ data [2/3]

$template data[ 'xmldata'] = $xmldata

Definition at line 56 of file metadata-converter.php.

◆ data [3/3]

$template data[ 'output'] = $output

Definition at line 57 of file metadata-converter.php.

◆ else

if (!empty( $_FILES[ 'xmlfile'][ 'tmp_name'])) elseif (array_key_exists( 'xmldata', $_POST)) if (!empty( $xmldata)) else
Initial value:
{
$xmldata = ''

Definition at line 49 of file metadata-converter.php.