.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. ================================================== .. DEFINE SOME TEXTROLES .. -------------------------------------------------- .. role:: underline .. role:: typoscript(code) .. role:: ts(typoscript) :class: typoscript .. role:: php(code) Introduction ============ What does it do? ---------------- This extension was created with the `SAV Library Kickstarter `_ in order to be used with the `SAV Library Plus `_ extension. The SAV Library Extension Kickstarter makes it possible to directly build extensions **without any PHP coding**, thanks to simple configuration parameters. The SAV Library Kickstarter includes: - Creation of multiple views of the data, - Front end input of the data, - Views with folders, - Context Sensitive Help, - Generation of emails, - Generation of RTF files using database tags, - Data export in CSV format, - Many other features. The aim of this extension is to deal with multiple forms of the same table and to explain how update views can be used. It creates a guest book which is inspired from the extension “ve_guestbook ” (Modern guest book) available in the TER. This extension uses a table with the following fields: - the guest firstname, - the guest lastname, - the guest email, - the guest website, - the guest message, - a comment field. .. important:: For more information, please read the :ref:`Tutorial 7 section of the SAV Library Plus documentation `. Screenshots ----------- Guest Edit View ^^^^^^^^^^^^^^^ .. figure:: ../Images/ScreenshotsGuestEditView.png Guest Admin List and Edit Views ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. figure:: ../Images/ScreenshotsGuestAdminListView.png .. figure:: ../Images/ScreenshotsGuestAdminEditView.png List View ^^^^^^^^^ .. figure:: ../Images/ScreenshotsListView.png Teaser View ^^^^^^^^^^^ .. figure:: ../Images/ScreenshotsTeaserView.png