73 lines
2.6 KiB
PHP
73 lines
2.6 KiB
PHP
<?php
|
|
|
|
/* sidebar.html */
|
|
class __TwigTemplate_ba24d68ea3110b3eec7bec73a5d783f2f65575b70996dc3afd8548c43a7070ef extends Twig_Template
|
|
{
|
|
public function __construct(Twig_Environment $env)
|
|
{
|
|
parent::__construct($env);
|
|
|
|
$this->parent = false;
|
|
|
|
$this->blocks = array(
|
|
);
|
|
}
|
|
|
|
protected function doDisplay(array $context, array $blocks = array())
|
|
{
|
|
// line 1
|
|
echo "<div class=\"row\">
|
|
<div class=\"col-xs-12\">
|
|
<div class=\"thumbnail\">
|
|
<img id=\"afiche\" class=\"img-responsive\" src=\"img/afiche.png\" alt=\"Poster del sexto coloquio uruguayo de matemática\"/>
|
|
<div class=\"caption text-center\">
|
|
<p> Afiche en alta resolución, para descargar e imprimir</p>
|
|
<p ><a target=\"_blank\" href=\"img/afiche-final.jpg\" class=\"btn btn-sm btn-primary\" role=\"button\">Descargar</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class=\"row\">
|
|
<div class=\"col-xs-12 text-center\">
|
|
<h1>Últimos Avisos</h1>
|
|
<h4 style=\"color:red;\">Inscripciones Abiertas</h4>
|
|
<h4 style=\"color:#43423F;\">30 de Agosto, 2017</h4>
|
|
<p> <a title=\"Formulario de registro\" href=\"/registro\">Registrarse </a></p>
|
|
<h4 style=\"color:red;\">Fecha Límite para ayuda económica</h4>
|
|
<h4 style=\"color:#43423F;\">15 de Noviembre, 2017</h4>
|
|
<h1>Links de interés</h1>
|
|
<div class=\"interest-links\">
|
|
<h4><a target=\"_blank\" data-toogle=\"tooltip\" title=\"Imaginary Uruguay\" href=\"http://imaginary.org/es/project/imaginary-uruguay\">Imaginary</a></h4>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class=\"row\">
|
|
<div class=\"col-xs-12\">
|
|
<p class=\"text-center\">Marian Pereira dará una charla sobre ciclo IMAGINARY aqui un video de su presentación en Berlin:</h4>
|
|
<div class=\"js-video vimeo\">
|
|
<iframe src=\"https://player.vimeo.com/video/206030280?color=ffffff&title=0&byline=0&portrait=0\" width=\"640\" height=\"360\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
|
</div>
|
|
<p><a href=\"https://vimeo.com/206030280\">IC16: IMAGINARY in Uruguay - Diego Armentano and Mariana Pereira</a> from <a href=\"https://vimeo.com/imaginaryopenmathematics\">IMAGINARY</a> on <a href=\"https://vimeo.com\">Vimeo</a>.</p>
|
|
</div>
|
|
</div>
|
|
";
|
|
}
|
|
|
|
public function getTemplateName()
|
|
{
|
|
return "sidebar.html";
|
|
}
|
|
|
|
public function getDebugInfo()
|
|
{
|
|
return array ( 19 => 1,);
|
|
}
|
|
|
|
public function getSourceContext()
|
|
{
|
|
return new Twig_Source("", "sidebar.html", "/home/germanc/dev/composer/ggdworkshop/templates/sidebar.html");
|
|
}
|
|
}
|