Example #1
0
					   doSubmitLogEmailAddress();
				   }
        	});

        </script>


		<?php 
        break;
        //prompt for running sushi, posts to sushi.php
    //prompt for running sushi, posts to sushi.php
    case 'getSushiRunForm':
        if (isset($_GET['sushiServiceID']) && $_GET['sushiServiceID'] != '') {
            $sushiServiceID = $_GET['sushiServiceID'];
            $sushiService = new SushiService(new NamedArguments(array('primaryKey' => $sushiServiceID)));
            $sushiService->setDefaultImportDates();
            ?>
			<div id='div_sushiRunForm'>
			<form name="input" action="sushi.php" method="post">
			<input type='hidden' id='sushiServiceID' name='sushiServiceID' value='<?php 
            echo $sushiServiceID;
            ?>
'>
			<table class="thickboxTable" style="width:300px;padding:2px;">
				<tr>
					<td colspan='2'><span class='headerText'>SUSHI Service for <?php 
            echo $sushiService->getServiceProvider;
            ?>
</span><br /> Optional Parameters<span id='span_errors' style='color:red;'><br /></span><br /></td>
				</tr>
				<tr>