Login   Register  
PHP Classes
elePHPant
Icontem

File: templates/template/seleidioma.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/seleidioma.tpl  >  Download  
File: templates/template/seleidioma.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:
Date: 2013-03-18 13:32
Size: 700 bytes
 

Contents

Class file image Download
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
    </head>
    <body>
    <h1 >Idiomas/Language</h1>
    <form name="frmbuilder" method="post" enctype="multipart/form-data">
        <table border="0">
            <tr>
                <td>Idioma/Language</td>
                <td>
                    <select name="cboidioma"  >
                        {html_options values=$files output=$names}
                    </select>
                </td>
            </tr>
            <tr>
                <td><input type="submit" name="set" value="Accept" /></td>
            </tr>
        </table>
        <br />
        
    </form>
    </body>
</html>