PHP Classes

File: lib/compile/ccb699b85dcddc0fc844eefbec192497f7eb46bd.bladec

Recommend this page to a friend!
  Classes of Jorge Castro   Security One Mysql   lib/compile/ccb699b85dcddc0fc844eefbec192497f7eb46bd.bladec   Download  
File: lib/compile/ccb699b85dcddc0fc844eefbec192497f7eb46bd.bladec
Role: Example script
Content type: text/plain
Description: Example script
Class: Security One Mysql
Implement a login page for users in a MySQL table
Author: By
Last change:
Date: 1 month ago
Size: 444 bytes
 

Contents

Class file image Download
<?php echo $this->runChild("_head",['title'=>"Register Screen"]); ?>
<body>
<form class="form-signin" method="post">
 <div class="text-center mb-4">
 <img class="mb-4 img-fluid" src="<?php echo static::e($logo); ?>" alt="" >
 <h1 class="h3 mb-3 font-weight-normal"><?php echo $title; ?></h1>
 <p><?php echo $subtitle; ?></p>
 <hr>
 <div>Correo enviado <?php echo static::e($email); ?>. Confirme su correo.</div>
 </div>
</form>
</body>
</html>