Stud.IP  2.4 Revision 48548
 All Data Structures Namespaces Files Functions Variables Groups Pages
test.php File Reference

Variables

 $infobox_content
 $infobox = array('picture' => 'infobox/administration.png', 'content' => $infobox_content)

Variable Documentation

$infobox = array('picture' => 'infobox/administration.png', 'content' => $infobox_content)
$infobox_content
Initial value:
_("Testen der Zugriffsregeln")$controller->url_for('admin/webservice_access/test')CSRFProtection::tokenTag() TextHelper::cycle('table_row_even', 'table_row_odd') _('API KEY') htmlReady(Request::get("test_api_key")) TextHelper::cycle('table_row_even', 'table_row_odd') _('Methode') htmlReady(Request::get("test_method")) TextHelper::cycle('table_row_even', 'table_row_odd') _('IP Adresse') htmlReady(Request::get("test_ip")) Button::createAccept(_('Abschicken'), 'ok', array('title' => _('Test starten'))) LinkButton::createCancel(_('Abbrechen'), $controller->url_for('admin/webservice_access'), array('title' => _('Test abbrechen'))) array(
array(
'kategorie' => _('Zugriffsregeln testen'),
'eintrag' => array(array(
'icon' => 'icons/16/black/plus.png',
'text' => '<a href="'.$controller->url_for('admin/webservice_access').'">'._('Liste der Zugriffsregeln').'</a>'
),
array(
'icon' => 'icons/16/black/plus.png',
'text' => '<a href="'.$controller->url_for('admin/webservice_access/new').'">'._('Neue Zugriffsregel anlegen').'</a>'
))
),
array(
'kategorie' => _('Hinweise'),
'eintrag' => array(array(
'icon' => 'icons/16/black/info.png',
'text' => _("Hier können Sie testen ob der Zugriff mit einem API-Key für eine konkrete Webservicemethode von einer bestimmten IP Adresse aus möglich ist.")
))
)
)