public function __construct()
 {
     parent::__construct('zone_has_mode_diffculte');
     $this->setAttribute('method', 'post');
     $this->add(array('name' => 'idZone', 'attributes' => array('type' => 'hidden')));
     $this->add(array('name' => 'idMode', 'attributes' => array('type' => 'hidden')));
     $this->add(array('name' => 'submit', 'attributes' => array('type' => 'submit', 'value' => 'Go', 'id' => 'submitbutton', 'class' => 'form-control btn-success', 'style' => 'width: 50%')));
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct('role');
     $this->setAttribute('method', 'post');
     $this->add(array('name' => 'idRole', 'attributes' => array('type' => 'hidden')));
     $this->add(array('name' => 'nom', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'Nom')));
     $this->add(array('name' => 'submit', 'attributes' => array('type' => 'submit', 'value' => 'Go', 'id' => 'submitbutton', 'class' => 'form-control btn-success', 'style' => 'width: 50%')));
 }
Exemplo n.º 3
0
 public function __construct()
 {
     parent::__construct('bosses_has_npc');
     $this->setAttribute('method', 'post');
     $this->add(array('name' => 'idBosses', 'attributes' => array('type' => 'hidden')));
     $this->add(array('name' => 'idNpc', 'attributes' => array('type' => 'hidden')));
     $this->add(array('name' => 'submit', 'attributes' => array('type' => 'submit', 'value' => 'Go', 'id' => 'submitbutton', 'class' => 'form-control btn-success', 'style' => 'width: 50%')));
 }
 public function __construct()
 {
     parent::__construct('roster_has_personnage');
     $this->setAttribute('method', 'post');
     $this->add(array('name' => 'idRoster', 'attributes' => array('type' => 'hidden')));
     $this->add(array('name' => 'idPersonnage', 'attributes' => array('type' => 'hidden')));
     $this->add(array('name' => 'idRole', 'attributes' => array('type' => 'hidden')));
     $this->add(array('name' => 'isApply', 'attributes' => array('type' => 'text')));
     $this->add(array('name' => 'submit', 'attributes' => array('type' => 'submit', 'value' => 'Go', 'id' => 'submitbutton', 'class' => 'form-control btn-success', 'style' => 'width: 50%')));
 }
Exemplo n.º 5
0
 public function __construct()
 {
     parent::__construct('items');
     $this->setAttribute('method', 'post');
     $this->add(array('name' => 'idItem', 'attributes' => array('type' => 'hidden')));
     $this->add(array('name' => 'nom', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'Nom')));
     $this->add(array('name' => 'ajouterPar', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'AjouterPar')));
     $this->add(array('name' => 'majPar', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'MajPar')));
     $this->add(array('name' => 'idIBnet', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'idIBnet')));
     $this->add(array('name' => 'couleur', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'Couleur')));
     $this->add(array('name' => 'submit', 'attributes' => array('type' => 'submit', 'value' => 'Go', 'id' => 'submitbutton', 'class' => 'form-control btn-success', 'style' => 'width: 50%')));
 }
Exemplo n.º 6
0
 public function __construct()
 {
     parent::__construct('users');
     $this->setAttribute('method', 'post');
     $this->add(array('name' => 'id', 'attributes' => array('type' => 'hidden')));
     $this->add(array('name' => 'username', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'Username')));
     $this->add(array('name' => 'display_name', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'Display_name')));
     $this->add(array('name' => 'password', 'attributes' => array('type' => 'password', 'class' => 'form-control'), 'options' => array('label' => 'Password')));
     $this->add(array('name' => 'email', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'Email')));
     $this->add(array('name' => 'state', 'type' => 'Zend\\Form\\Element\\Select', 'attributes' => array('class' => 'form-control'), 'options' => array('label' => 'Status', 'value_options' => array('0' => 'Innactif', '1' => 'Actif', '2' => 'Banni'))));
     $this->add(array('name' => 'submit', 'attributes' => array('type' => 'submit', 'value' => 'Go', 'id' => 'submitbutton', 'class' => 'form-control btn-success', 'style' => 'width: 50%')));
 }
 public function __construct()
 {
     parent::__construct('evenements_personnage');
     $this->setAttribute('method', 'post');
     $this->add(array('name' => 'idEvenement_personnage', 'attributes' => array('type' => 'hidden')));
     $this->add(array('name' => 'status', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'Status')));
     $this->add(array('name' => 'dateCreation', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'DateCreation')));
     $this->add(array('name' => 'dateModification', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'DateModification')));
     $this->add(array('name' => 'idEvenements', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'IdEvenements')));
     $this->add(array('name' => 'idPersonnage', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'IdPersonnage')));
     $this->add(array('name' => 'submit', 'attributes' => array('type' => 'submit', 'value' => 'Go', 'id' => 'submitbutton', 'class' => 'form-control btn-success', 'style' => 'width: 50%')));
 }
Exemplo n.º 8
0
 public function __construct()
 {
     parent::__construct('pallierAfficher');
     $this->setAttribute('method', 'post');
     $this->add(array('name' => 'idPallierAffiche', 'attributes' => array('type' => 'hidden')));
     $this->add(array('name' => 'idModeDifficulte', 'attributes' => array('type' => 'hidden')));
     $this->add(array('name' => 'mode', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'Mode de Difficulte')));
     $this->add(array('name' => 'idZone', 'attributes' => array('type' => 'hidden')));
     $this->add(array('name' => 'zone', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'Zone')));
     $this->add(array('name' => 'idRoster', 'attributes' => array('type' => 'hidden')));
     $this->add(array('name' => 'roster', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'Roster')));
     $this->add(array('name' => 'submit', 'attributes' => array('type' => 'submit', 'value' => 'Go', 'id' => 'submitbutton', 'class' => 'form-control btn-success', 'style' => 'width: 50%')));
 }
Exemplo n.º 9
0
 public function __construct()
 {
     parent::__construct('item_personnage_raid');
     $this->setAttribute('method', 'post');
     $this->add(array('name' => 'idItemRaidPersonnage', 'attributes' => array('type' => 'hidden')));
     $this->add(array('name' => 'idRaid', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'IdRaid')));
     $this->add(array('name' => 'idItem', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'IdItem')));
     $this->add(array('name' => 'idPersonnage', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'IdPersonnage')));
     $this->add(array('name' => 'idBosses', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'idBoss')));
     $this->add(array('name' => 'note', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'Note')));
     $this->add(array('name' => 'valeur', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'Valeur')));
     $this->add(array('name' => 'submit', 'attributes' => array('type' => 'submit', 'value' => 'Go', 'id' => 'submitbutton', 'class' => 'form-control btn-success', 'style' => 'width: 50%')));
 }
Exemplo n.º 10
0
 public function __construct()
 {
     parent::__construct('zone');
     $this->setAttribute('method', 'post');
     $this->add(array('name' => 'idZone', 'attributes' => array('type' => 'hidden')));
     $this->add(array('name' => 'nom', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'Nom')));
     $this->add(array('name' => 'lvlMin', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'LvlMin')));
     $this->add(array('name' => 'lvlMax', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'LvlMax')));
     $this->add(array('name' => 'tailleMin', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'TailleMin')));
     $this->add(array('name' => 'tailleMax', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'TailleMax')));
     $this->add(array('name' => 'patch', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'Patch')));
     $this->add(array('name' => 'isDonjon', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'IsDonjon')));
     $this->add(array('name' => 'isRaid', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'IsRaid')));
     $this->add(array('name' => 'submit', 'attributes' => array('type' => 'submit', 'value' => 'Go', 'id' => 'submitbutton', 'class' => 'form-control btn-success', 'style' => 'width: 50%')));
 }
Exemplo n.º 11
0
 public function __construct()
 {
     parent::__construct('raids');
     $this->setAttribute('method', 'post');
     $this->add(array('name' => 'idRaid', 'attributes' => array('type' => 'hidden')));
     $this->add(array('name' => 'idEvenements', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'IdEvenements')));
     $this->add(array('name' => 'date', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'Date')));
     $this->add(array('name' => 'note', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'Note')));
     $this->add(array('name' => 'valeur', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'Valeur')));
     $this->add(array('name' => 'ajoutePar', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'AjoutePar')));
     $this->add(array('name' => 'majPar', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'MajPar')));
     $this->add(array('name' => 'idRosterTmp', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'IdRoster')));
     $this->add(array('name' => 'idMode', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'IdMode')));
     $this->add(array('name' => 'idZoneTmp', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'idZone')));
     $this->add(array('name' => 'submit', 'attributes' => array('type' => 'submit', 'value' => 'Go', 'id' => 'submitbutton', 'class' => 'form-control btn-success', 'style' => 'width: 50%')));
 }
Exemplo n.º 12
0
 public function __construct()
 {
     parent::__construct('evenements_template');
     $this->setAttribute('method', 'post');
     $this->add(array('name' => 'idEvenements_template', 'attributes' => array('type' => 'hidden')));
     $this->add(array('name' => 'nom', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'Nom')));
     $this->add(array('name' => 'description', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'Description')));
     $this->add(array('name' => 'dateHeureDebutInvitation', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'DateHeureDebutInvitation')));
     $this->add(array('name' => 'dateHeureDebutEvenement', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'DateHeureDebutEvenement')));
     $this->add(array('name' => 'dateHeureFinInscription', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'DateHeureFinInscription')));
     $this->add(array('name' => 'lvlMin', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'LvlMin')));
     $this->add(array('name' => 'ouvertATous', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'OuvertATous')));
     $this->add(array('name' => 'dateCreation', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'DateCreation')));
     $this->add(array('name' => 'dateModification', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'DateModification')));
     $this->add(array('name' => 'idDonjon', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'IdDonjon')));
     $this->add(array('name' => 'idGuildes', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'IdGuildes')));
     $this->add(array('name' => 'idRoster', 'attributes' => array('type' => 'text', 'class' => 'form-control'), 'options' => array('label' => 'IdRoster')));
     $this->add(array('name' => 'submit', 'attributes' => array('type' => 'submit', 'value' => 'Go', 'id' => 'submitbutton', 'class' => 'form-control btn-success', 'style' => 'width: 50%')));
 }