Пример #1
0
?>

	<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 -->

</div><!-- main -->

<?php 
$menuItemArray = array();
Пример #2
0
<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()) {
        ?>
                <td><form method="GET" name="stationviewpage_stationdelete" action="StationDeletePage.php">
                <input class="fieldValue" type="Submit" value="Delete"/></form></td>
                <td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
                <td><form method="GET" name="stationviewpage_stationedit_form" action="StationEditPage.php">
                <input class="fieldValue" type="Submit" value="Edit"/></form></td>
Пример #3
0
// workerOutList
// paramlist is a combination of the two; such that the posted PARAM_LIST_MULTIPLE is correct
$_SESSION[PARAM_LIST] = $paramList;
// ok, start the html
include 'section/header.php';
?>

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

    <div id="shiftassignpage_jobview">
        <table>
            <?php 
createJobDataHTMLRows($job, "", TRUE, TRUE);
?>
        </table>
    </div>

    <div id="shiftassignpage_jobaction">
    	<form method="POST" action="ShiftAssignPage.php" name="shiftassignpage_form">
	    <table><tr>
	            <th style="min-width:40%">Unassigned Staff</th><th></th><th style="min-width:40%">Assigned Staff</th>
	        </tr><tr>
	        <td>
	            <select name="ignored" multiple="multiple" size="20" style="width:100%">
	            <?php 
for ($j = 0; $j < count($optionOutList); $j++) {
    echo swwat_createOption(0, $optionOutList[$j], FALSE);
}
Пример #4
0
    <?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>
    </div><!-- stationdeletepage_stationdata -->

</div><!-- main -->

<?php