Ejemplo n.º 1
0
    protected function HEAD()
    {
        parent::HEAD();
        ?>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<?php 
    }
Ejemplo n.º 2
0
    protected function HEAD()
    {
        parent::HEAD();
        ?>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
.radioTable tr td:first-child {
	width: 70px;
	text-align: right;
	padding-right: 5px;
}

label {
	color: black;
}

.padcaptcha {
	margin: 20px 0 20px 0;
}
</style>
<script src='https://www.google.com/recaptcha/api.js'></script>
<?php 
    }