Login   Register  
PHP Classes
elePHPant
Icontem

File: templates/template/makesecure.tpl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Jorge Prado  >  My Rad 4 PHP  >  templates/template/makesecure.tpl  >  Download  
File: templates/template/makesecure.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: My Rad 4 PHP
Generate PHP class from MySQL table
Author: By
Last change: update v.0.3 18-03-2013
update jquery ui gui
Date: 2013-03-18 13:32
Size: 1,970 bytes
 

Contents

Class file image Download
{include file='header.tpl'}

        <div class="main">
                <form id="filtro" method="post" action="makesecure.php?tabla={$tabla}" name="filtro" enctype="multipart/form-data">
                <h1 align="center">{$titlemakesecure|capitalize}</h1>
                <div class="dd">
                    <div class="DDValidator">
                        {foreach $error as $err}
                        {$err}<br />
                        {/foreach}
                    </div>
                    <table>
                        <tr>
                            <td>{$safetyuserlabel}:</td>
                            <td>
                                <select name="cbousuario" class="DDDropDown" >
                                    {html_options values=$aCampos output=$aCampos }
                                </select>
                            </td>
                        </tr>
                        <tr>
                            <td>{$safetypasswordlabel}:</td>
                            <td>
                                <select name="cboclave" class="DDDropDown" >
                                    {html_options values=$aCampos output=$aCampos }
                                </select>
                            </td>
                        </tr>
                        <tr>
                            <td>{$saferynamelabel}:</td>
                            <td>
                                <select name="cbonomuser" class="DDDropDown" >
                                    {html_options values=$aCampos output=$aCampos }
                                </select>
                            </td>
                        </tr>
                        <tr>
                            <td colspan="2"><input type="submit" value="Generar" name="procesar" /></td>
                        </tr>
                    </table>                 
                </div>
                </form>
        </div>
    </body>
</html>