function ContenidoColumnaIzquierda()
{
?>
ANDROMEDA (ANDROid eMbeddED Agent platform) is an agent
platform specifically oriented to embedded agents over the Android operating
system. The agents developed inside this platform are based on the agent-&pi meta-model.
}
function ContenidoSidebar()
{
?>
News
- 11/12/11 ANDROMEDA, the code source V0.8 is available
- 02/03/09 ANDROMEDA, the code source V0.1 is available
}
include_once("../../styles/layout.php");
HeadGti(1);
BodyAndWrapper();
CabeceraYMenuTool( "Andromeda", "ANDROid eMbeddED Agent platform");
MenuToolGti( 0 );
FinSeccion (); //Menu
InicioContenidoPagina ();
InicioColumnaIzquierda ();
Titular ("Home");
ContenidoColumnaIzquierda();
FinSeccion (); // Columna Izquierda
InicioColumnaDerecha();
ImagenLateral ();
InicioSidebar ();
ContenidoSidebar ();
FinSeccion (); // Sidebar
FinSeccion (); // ColumnaDerecha;
FinSeccion (); // ContenidoPagina;
Footer();
FinSeccion(); // Footer;
FinSeccion(); // Wrapper
FinalPagina();
?>