コード例 #1
0
ファイル: inventar.php プロジェクト: flathack/flatnet2
		<div class="rightBody">
		
			<?php 
$inventar->recentEntries();
?>
		</div>
		
		<?php 
# NEUEN INVENTAR EINTRAG
#######################################################################
$action = isset($_GET['action']) ? $_GET['action'] : 'Speichern';
$id = isset($_GET['id']) ? $_GET['id'] : '';
if (isset($_GET['newEintrag']) and isset($_GET['action'])) {
    echo $inventar->newInventar($action, $id);
}
$inventar->saveNewEintrag();
#######################################################################
?>
		
		<div class="innerBody">
			<?php 
$id = isset($_GET['del']) ? $_GET['del'] : '';
echo $inventar->delInventar($id);
?>
			<table class="flatnetTable">
				<thead>
					<td>Status</td>
					<td id='long'>Name</td>
					<td id='options'>Standort</td>
					<td>Kategorie</td>
					<td id='options'>Preis</td>