<% --[[ @title: Show event page @goal: Allow user interaction with the system's main page @context: Localization: view layer. Precondition: User accesses the url of the system. @actors: user, system. @resources: module controler and config.lua file ]]-- --@episode: dofile("../config/config.lua") package.path = package.path..returnDLPath() --@episode: Initialize controller module. local module_controller = require("controller.controller_digitallibrary") --@episode: Requests event data to DIGITAL LIBRARY CONTROLLER local selected_event = module_controller.digitalLibraryController("return_event_data", 2) --@episode: Requests main page paths to DIGITAL LIBRARY CONTROLLER local main_page_paths = module_controller.digitalLibraryController("return_mainpage_paths") --@episode: Requests event editions to DIGITAL LIBRARY CONTROLLER local event_editions = module_controller.digitalLibraryController("return_event_editions", 2) %> <% cgilua.print(string.format("%s - %s", selected_event["acronym"], selected_event["name"])) %>

" width="449" height="344">

<% cgilua.print(string.format("%s - %s", selected_event["acronym"], selected_event["name"])) %>
<%= selected_event["subtitle"]%>


<%= selected_event["description"]%>

<% for i, edition in pairs(event_editions) do %> "><%= edition["acronym"]%>   <% end %>


Loading
" width="109" border="0" height="40">