Example #1
0
						</tr>
					<?php 
    }
    ?>

				</tbody>
			</table>

		<?php 
}
?>
		<form action="" method="post">
			<h4>Add new work</h4>
			<?php 
$gui->inputText('work_title');
$gui->textArea('work_description', 4, 50);
$gui->selectMultiple('media', 'media', 'media_title', 'create_media.php', 'Nova mídia +');
$gui->selectMultiple('category', 'categories', 'category', 'create_categories.php', 'Nova categoria +');
$gui->selectMultiple('technique', 'techniques', 'technique', 'create_techniques.php', 'Nova técnica +');
$gui->selectMultiple('technology', 'technologies', 'technology', 'create_technologies.php', 'Nova tecnologia +');
?>
			<input type="submit" value="Inserir">
		</form>
	</body>
</html>