{
        $this->shift($delta_coord, $delta_angle);
        $this->printc();
    }
    public function print_overview()
    {
        echo '<div id="overview" class="step" ' . 'data-x="' . $this->_overviewX . '" ' . 'data-y="' . $this->_overviewY . '" ' . 'data-scale="' . $this->_overviewS . '"' . '></div>';
    }
}
function get_opt($opt)
{
    return array_key_exists($opt, $_GET) ? $_GET[$opt] : '';
}
$show_overview = get_opt('overview') != '' ? true : SHOW_OVERVIEW;
$pos = new Position();
$pos->set_overview(["s" => 50]);
?>
<!DOCTYPE html>
<html lang="es">
<!--
  ¿Podemos votar con computadoras?
	FLISoL CABA 2016
	by Javier Smaldone (@mis2centavos) and Iván (@hackancuba) 
	Licence CC BY-SA v4.0: http://creativecommons.org/licenses/by-sa/4.0/
	Feel free to share!!

  v20160422.00
-->
<head>
  <meta charset="utf-8">
    {
        $this->shift($delta_coord, $delta_angle);
        $this->printc();
    }
    public function print_overview()
    {
        echo '<div id="overview" class="step" ' . 'data-x="' . $this->_overviewX . '" ' . 'data-y="' . $this->_overviewY . '" ' . 'data-scale="' . $this->_overviewS . '"' . '></div>';
    }
}
function get_opt($opt)
{
    return array_key_exists($opt, $_GET) ? $_GET[$opt] : '';
}
$show_overview = get_opt('overview') != '' ? true : SHOW_OVERVIEW;
$pos = new Position();
$pos->set_overview(["s" => 65]);
?>
<!DOCTYPE html>
<html lang="en">
<!--
  Vot.Ar: una mala eleccion. Presentation for the SBSeg #15, nov 2015
  by HacKan | Ivan A. Barrera Oro | https://hackancuba.github.io
  Licence CC BY-SA v4.0: http://creativecommons.org/licenses/by-sa/4.0/
  Feel free to share!!

  v20151101

  Note: vulnerability level by DREAD:
                                  {D, R, E, A, D} = [0, 10]
  Given any vuln/threat t:
                                  t ∈ {low,med,high,crit} ⊂ R