Beispiel #1
0

		<?php 
            //Platform record
        } else {
            $platform = new Platform(new NamedArguments(array('primaryKey' => $_GET['platformID'])));
            ?>


			<h3>Interface Logins</h3>

			<div id="div_logins">

			<?php 
            $externalLoginArray = array();
            $externalLoginArray = $platform->getExternalLogins();
            $externalLogin = new ExternalLogin();
            if (count($externalLoginArray) > 0) {
                ?>

			<table class='verticalFormTable'>
			<tr>
			<th>Interface Login</th>
			<th>Password</th>
			<th>URL</th>
			<th>Login Notes</th>
			<th>&nbsp;</th>
			</tr>

			<?php 
                foreach ($externalLoginArray as $externalLogin) {