</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>
$gui->showMultipleElements($places_records, $spaces_records[$i], 'city'); ?> </tr> <?php } ?> </tbody> </table> <?php } ?> <form action="" method="post"> <h4>Add new space</h4> <?php $gui->inputText('space'); $gui->selectMultiple('place', 'places', 'city', 'create_places.php', 'Novo lugar +'); ?> <input type="submit" value="Inserir"> </form> </body> </html>
<?php } ?> <form action="" method="post"> <h4>Add new project</h4> <?php $gui->selectOptions('type', 'project_types', 'given_name', 'create_project_types.php', 'Novo tipo +'); $gui->inputText('project'); $gui->inputText('short_description'); $gui->inputText('long_description'); $gui->inputText('year_start'); $gui->inputText('year_end'); $gui->inputText('priority'); $gui->inputText('active'); $gui->selectMultiple('category', 'categories', 'category', 'create_categories.php', 'Nova categoria +'); $gui->selectMultiple('company', 'companies', 'company', 'create_companies.php', 'Nova empresa +'); $gui->selectMultiple('technique', 'techniques', 'technique', 'create_techniques.php', 'Nova técnica +'); $gui->selectMultiple('technology', 'technologies', 'technology', 'create_technologies.php', 'Nova tecnologia +'); $gui->selectMultiple('place', 'places', 'city', 'create_places.php', 'Novo lugar +'); $gui->selectMultiple('media', 'media', 'media_title', 'create_media.php', 'Nova mídia +'); $gui->selectMultiple('work', 'works', 'work_title', 'create_works.php', 'Novo trabalho +'); $gui->selectMultiple('function', 'functions', 'function', 'create_functions.php', 'Nova função +'); $gui->selectMultiple('author', 'people', 'name', 'create_people.php', 'Nova pessoa +'); $gui->selectMultiple('collaborator', 'people', 'name', 'create_people.php', 'Nova pessoa +'); $gui->selectMultiple('exhibition', 'exhibitions', 'exhibition', 'create_exhibitions.php', 'Nova exibição +'); $gui->selectMultiple('prize', 'prizes', 'name', 'create_prizes.php', 'Novo prêmio +'); $gui->selectMultiple('collection', 'collections', 'collection', 'create_collections.php', 'Nova coleção +'); ?> <input type="submit" value="Inserir"> </form>
?> </tr> <?php } ?> </tbody> </table> <?php } ?> <form action="" method="post"> <h4>Add new collection</h4> <?php $gui->selectOptions('type', 'collection_types', 'collection_type', 'create_collection_types.php', 'Novo tipo +'); $gui->inputText('collection'); $gui->inputText('year'); $gui->selectMultiple('place', 'places', 'city', 'create_places.php', 'Novo lugar +'); $gui->selectMultiple('institution', 'institutions', 'institution', 'create_institutions.php', 'Nova instituição +'); ?> <input type="submit" value="Inserir"> </form> </body> </html>
</tbody> </table> <?php } ?> <form action="" method="post"> <h4>Add new exhibition</h4> <?php $gui->selectOptions('type', 'exhibition_types', 'exhibition_type', 'create_exhibition_types.php', 'Novo tipo +'); $gui->selectOptions('kind', 'exhibition_kinds', 'exhibition_kind', 'create_exhibition_kinds.php', 'Novo tipo +'); $gui->inputText('exhibition'); $gui->inputText('year_start'); $gui->inputText('year_end'); $gui->selectMultiple('event', 'events', 'event', 'create_events.php', 'Novo evento +'); $gui->selectMultiple('space', 'spaces', 'space', 'create_spaces.php', 'Novo espaço +'); $gui->selectMultiple('place', 'places', 'city', 'create_places.php', 'Novo lugar +'); $gui->selectMultiple('project', 'projects', 'project', 'create_projects.php', 'Novo projeto +'); $gui->selectMultiple('institution', 'institutions', 'institution', 'create_institutions.php', 'Nova instituição +'); $gui->selectMultiple('person_org', 'people', 'name', 'create_people.php', 'Nova pessoa +'); $gui->selectMultiple('person_curatorship', 'people', 'name', 'create_people.php', 'Nova pessoa +'); $gui->selectMultiple('person_participant', 'people', 'name', 'create_people.php', 'Nova pessoa +'); ?> <input type="submit" value="Inserir"> </form> </body> </html>