Пример #1
0
            echo $platform->platformID;
            ?>
&height=255&width=408&modal=true' class='thickbox' id='addInterface'>add new interface note</a>

			<br />
			<br />

		<?php 
        }
        break;
    case 'getSushiDetails':
        $publisherPlatformID = $_GET['publisherPlatformID'];
        $platformID = $_GET['platformID'];
        if ($platformID) {
            $sushiService = new SushiService();
            $sushiService->getByPlatformID($platformID);
        } else {
            $sushiService = new SushiService();
            $sushiService->getByPublisherPlatformID($pubishlerPlatformID);
        }
        echo "<h3>SUSHI Connection</h3>";
        if ($sushiService->platformID != '' || $sushiService->publisherPlatformID != '') {
            echo "<table class='verticalFormTable' style='width:100%;'>";
            echo "<tr><td>Service URL</td><td>" . $sushiService->serviceURL . "</td></tr>";
            echo "<tr><td>WSDL URL</td><td>" . $sushiService->wsdlURL . "</td></tr>";
            echo "<tr><td>COUNTER Release</td><td>" . $sushiService->releaseNumber . "</td></tr>";
            echo "<tr><td>Report Layouts</td><td>" . $sushiService->reportLayouts . "</td></tr>";
            echo "<tr><td>Requestor ID</td><td>" . $sushiService->requestorID . "</td></tr>";
            echo "<tr><td>Customer ID</td><td>" . $sushiService->customerID . "</td></tr>";
            echo "<tr><td>Security</td><td>" . $sushiService->security . "</td></tr>";
            echo "<tr><td>Login</td><td>" . $sushiService->login . "</td></tr>";