PHP Classes

File: View/Users/uw1.ctp

Recommend this page to a friend!
  Classes of Andraž   pingvincek   View/Users/uw1.ctp   Download  
File: View/Users/uw1.ctp
Role: Example script
Content type: text/plain
Description: Example script
Class: pingvincek
Manage a site for organizing dates between people
Author: By
Last change:
Date: 6 years ago
Size: 598 bytes
 

Contents

Class file image Download
<div class="span-19">
    <h1>Nalo?i sliko</h1>
    <p>
        <?php
       
echo "<p>Nalo?ite sliko, ki jo ?elite imeti za sliko profila<br>
    Na sliki morate biti obvezno vi, prav tako mora biti viden va? obraz.<br></p>"
;
        echo
$this->Form->create('User', array('action' => 'uw2', 'type' => 'file'));
        echo
'<p>';
        echo
$this->Form->file('image', array('label' => 'Slika', 'div' => FALSE));
        echo
"<br><br>";
        echo
$this->Form->button('Nalo?i', array('type' => 'submit'));
        echo
$this->Form->end();
        echo
'</p>';
       
?>
</p>
</div>