dolibarr  13.0.2
adherentcard_create.tpl.php
1 <?php
2 /* Copyright (C) 2010 Regis Houssin <regis.houssin@inodbox.com>
3  * Copyright (C) 2012 Philippe Grand <philippe.grand@atoo-net.com>
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * the Free Software Foundation; either version 3 of the License, or
8  * (at your option) any later version.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU General Public License
16  * along with this program. If not, see <https://www.gnu.org/licenses/>.
17  */
18 
19 // Protection to avoid direct call of template
20 if (empty($conf) || !is_object($conf)) {
21  print "Error, template page can't be called as URL";
22  exit;
23 }
24 
25 ?>
26 
27 <!-- BEGIN PHP TEMPLATE ADHERENTCARD_CREATE.TPL.PHP DEFAULT -->
28 
29 <?php
30 print load_fiche_titre($this->control->tpl['title']);
31 
32 dol_htmloutput_errors((is_numeric($object->error) ? '' : $object->error), $object->errors);
33 
34 dol_htmloutput_errors((is_numeric($GLOBALS['error']) ? '' : $GLOBALS['error']), $GLOBALS['errors']);
35 
36 dol_htmloutput_errors($this->control->tpl['error'], $this->control->tpl['errors']);
37 
38 echo $this->control->tpl['ajax_selectcountry']; ?>
39 
40 <br>
41 
42 <form method="post" name="formmember" action="<?php echo $_SERVER["PHP_SELF"]; ?>">
43 <input type="hidden" name="token" value="<?php echo newToken(); ?>">
44 <input type="hidden" name="canvas" value="<?php echo $canvas ?>">
45 <input type="hidden" name="action" value="add">
46 <?php if ($this->control->tpl['company_id']) { ?>
47 <input type="hidden" name="socid" value="<?php echo $this->control->tpl['company_id']; ?>">
48 <?php } ?>
49 
50 <table class="border allwidth">
51 
52 <tr>
53  <td width="15%" class="fieldrequired"><?php echo $langs->trans("Lastname").' / '.$langs->trans("Label"); ?></td>
54  <td><input name="lastname" type="text" size="30" maxlength="80" value="<?php echo $this->control->tpl['name']; ?>"></td>
55  <td width="20%"><?php echo $langs->trans("Firstname"); ?></td>
56  <td width="25%"><input name="firstname" type="text" size="30" maxlength="80" value="<?php echo $this->control->tpl['firstname']; ?>"></td>
57 </tr>
58 
59 <tr>
60  <td><?php echo $langs->trans("Company"); ?></td>
61  <td colspan="3"><?php echo $this->control->tpl['company']; ?></td>
62 </tr>
63 
64 <tr>
65  <td width="15%"><?php echo $langs->trans("UserTitle"); ?></td>
66  <td colspan="3"><?php echo $this->control->tpl['select_civility']; ?></td>
67 </tr>
68 
69 <tr>
70  <td><?php echo $langs->trans("Morphy"); ?></td>
71  <td colspan="3"><input name="morphy" type="text" size="50" maxlength="80" value="<?php echo $this->control->tpl['select_morphy']; ?>"></td>
72 </tr>
73 
74 <tr>
75  <td><?php echo $langs->trans("Address"); ?></td>
76  <td colspan="3"><textarea class="flat" name="address" cols="70"><?php echo $this->control->tpl['address']; ?></textarea></td>
77 </tr>
78 
79 <tr>
80  <td><?php echo $langs->trans("Zip").' / '.$langs->trans("Town"); ?></td>
81  <td colspan="3"><?php echo $this->control->tpl['select_zip'].'&nbsp;'.$this->control->tpl['select_town']; ?></td>
82 </tr>
83 
84 <tr>
85  <td><?php echo $langs->trans("Country"); ?></td>
86  <td colspan="3"><?php echo $this->control->tpl['select_country'].$this->control->tpl['info_admin']; ?></td>
87 </tr>
88 
89 <tr>
90  <td><?php echo $langs->trans('State'); ?></td>
91  <td colspan="3"><?php echo $this->control->tpl['select_state']; ?></td>
92 </tr>
93 
94 <tr>
95  <td><?php echo $langs->trans("PhonePro"); ?></td>
96  <td><input name="phone_pro" type="text" size="18" maxlength="80" value="<?php echo $this->control->tpl['phone_pro']; ?>"></td>
97  <td><?php echo $langs->trans("PhonePerso"); ?></td>
98  <td><input name="phone_perso" type="text" size="18" maxlength="80" value="<?php echo $this->control->tpl['phone_perso']; ?>"></td>
99 </tr>
100 
101 <tr>
102  <td><?php echo $langs->trans("PhoneMobile"); ?></td>
103  <td><input name="phone_mobile" type="text" size="18" maxlength="80" value="<?php echo $this->control->tpl['phone_mobile']; ?>"></td>
104 </tr>
105 
106 <tr>
107  <td><?php echo $langs->trans("Email"); ?></td>
108  <td colspan="3"><input name="email" type="text" size="50" maxlength="80" value="<?php echo $this->control->tpl['email']; ?>"></td>
109 </tr>
110 
111 <tr>
112  <td><?php echo $langs->trans("ContactVisibility"); ?></td>
113  <td colspan="3"><?php echo $this->control->tpl['select_visibility']; ?></td>
114 </tr>
115 
116 <tr>
117  <td class="tdtop"><?php echo $langs->trans("Note"); ?></td>
118  <td colspan="3" class="tdtop"><textarea name="note" cols="70" rows="<?php echo ROWS_3; ?>"><?php echo $this->control->tpl['note']; ?></textarea></td>
119 </tr>
120 
121 <tr>
122  <td class="center" colspan="4"><input type="submit" class="button" value="<?php echo $langs->trans("Add"); ?>"></td>
123 </tr>
124 
125 </table><br>
126 
127 </form>
128 
129 <!-- END PHP TEMPLATE -->
$conf db name
Only used if Module[ID]Name translation string is not found.
Definition: repair.php:108
load_fiche_titre($titre, $morehtmlright= '', $picto= 'generic', $pictoisfullpath=0, $id= '', $morecssontable= '', $morehtmlcenter= '')
Load a title with picto.
print
Draft customers invoices.
Definition: index.php:89
dol_htmloutput_errors($mesgstring= '', $mesgarray=array(), $keepembedded=0)
Print formated error messages to output (Used to show messages on html output).
if(preg_match('/crypted:/i', $dolibarr_main_db_pass)||!empty($dolibarr_main_db_encrypted_pass)) $conf db type
Definition: repair.php:105