function ContenidoColumnaUnica()
{
?>
Version 1.1.1
- Implemented a planner behaviour to plan one turistic day
Version 1.1.0
- Included new sites in the system
- Allow to search for cinemas, theaters and interest buildings registered in the platform
- Implemented code to manage reserve process on restaurants
Version 1.0.2
- Web tool to manage diferent sites (only restaurants at this time)
- Allow to include new sites using the web interface
Version 1.0.1
- Included new sites in the system
- Allow to search museums registered in the platform
- Allow to make a "virtual" reserve only in restaurants
- Make some improves in the GUI
Version 1.0.0
- Fixed some bugs at GUI level
- Allow to search restaurants registered in the platform
}
include_once("../../styles/layout.php");
HeadGti(1);
BodyAndWrapper();
CabeceraYMenuTool( "Tourism Services", "Using Agent Technology");
MenuToolGti( 3 );
FinSeccion (); //Menu
InicioContenidoPagina ();
InicioColumnaUnica ();
Titular ("Releases");
ContenidoColumnaUnica();
FinSeccion (); // ColumnaDerecha;
FinSeccion (); // ContenidoPagina;
Footer();
FinSeccion(); // Footer;
FinSeccion(); // Wrapper
FinalPagina();