Esempio n. 1
0
$_SESSION[PARAM_LIST] = $workerList;
$_REQUEST[PARAM_LIST2_INDEX] = NULL;
// ok, start the html
include 'section/header.php';
?>

<div id="main">
    <?php 
include 'section/LinkExpo.php';
?>

    <div id="stationviewpage_stationdata">
        <table>
            <tr style="vertical-align:top">
                <td><table><?php 
createStationDataHTMLRows($station, $expo, "stationviewpage_stationdata", TRUE);
?>
</table></td>
                <td style="min-width:25px"><!-- spacer --></td>
                <td><table><?php 
createJobDataHTMLRows($station, "stationviewpage_stationdata", FALSE, TRUE);
?>
</table></td>
            </tr>
        </table>

        <?php 
if (!$expo->isPast()) {
    echo "<table>\n<tr>\n";
    if ($author->isOrganizer()) {
        ?>
Esempio n. 2
0
} else {
    if (!is_null($expo->expoid)) {
        include 'section/LinkExpo.php';
    }
}
?>

	<div id="stationeditpage_stationdata">
		<form method="POST" id="stationeditpage_stationdata_save" action="StationEditAction.php<?php 
echo $copy;
?>
">
        <table>
            <tr style="vertical-align:top">
                <td><table><?php 
createStationDataHTMLRows($station, $expo, "stationeditpage_stationdata_save", FALSE);
?>
</table></td>
                <td style="min-width:25px"><!-- spacer --></td>
                <td><table><?php 
createJobDataHTMLRows($station, "stationeditpage_stationdata_save", FALSE, FALSE);
?>
</table></td>
            </tr>
            <tr><td colspan='3'><?php 
swwat_createInputSubmit(PARAM_SAVE, "Save");
?>
</td></tr>
        </table>
		</form>
	</div><!-- stationeditpage_stationdata -->
Esempio n. 3
0
// ok, start the html
include 'section/header.php';
?>

<div id="main">

    <?php 
include 'section/LinkStation.php';
?>

    <div id="stationdeletepage_stationdata">
        <form method="POST" name="stationdeletepage_stationdata_save" action="StationDeleteAction.php">
        <table>
            <tr style="vertical-align:top">
                <td><table><?php 
createStationDataHTMLRows($station, $expo, "stationdeletepage_stationdata_save", TRUE);
?>
</table></td>
                <td style="min-width:25px"><!-- spacer --></td>
                <td><table><?php 
createJobDataHTMLRows($station, "stationdeletepage_stationdata_save", FALSE, TRUE);
?>
</table></td>
            </tr>
            <tr><td colspan='3'>Are you sure you want to delete this station?&nbsp;&nbsp;
                    <input type="submit" name="<?php 
echo PARAM_SAVE;
?>
" value="Yes"/></td></tr>
        </table>
        </form>