1 <!-- BEGIN TEMPLATE resource_add.tpl.php -->
5 if (empty($conf) || !is_object($conf)) {
6 print
"Error, template page can't be called as URL";
11 require_once DOL_DOCUMENT_ROOT.
'/resource/class/html.formresource.class.php';
18 $out .=
'<div class="centpercent allwidth nohover">';
20 $out .=
'<form class="nohover '.($var ==
true ?
'pair' :
'impair').
'" action="'.$_SERVER[
"PHP_SELF"].
'" method="POST">';
21 $out .=
'<input type="hidden" name="token" value="'.newToken().
'">';
22 $out .=
'<input type="hidden" name="action" value="add_element_resource">';
23 $out .=
'<input type="hidden" name="element" value="'.$element.
'">';
24 $out .=
'<input type="hidden" name="element_id" value="'.$element_id.
'">';
25 $out .=
'<input type="hidden" name="ref" value="'.$element_ref.
'">';
26 $out .=
'<input type="hidden" name="resource_type" value="'.(empty($resource_type) ?
'dolresource' : $resource_type).
'">';
28 $out .=
'<div class="noborder borderbottom">';
31 $out .=
'<div class="divsearchfield paddingtop paddingbottom valignmiddle inline-block">'.$langs->trans(
"SelectResource").
'</div>';
32 $out .=
'<div class="divsearchfield paddingtop paddingbottom valignmiddle inline-block">';
34 $out .= $formresources->select_resource_list(
'',
'fk_resource',
'', 1, 1, 0, $events,
'', 2,
null);
37 $out .=
'<div class="divsearchfield paddingtop paddingbottom valignmiddle inline-block marginleftonly"><label for="resbusy">'.$langs->trans(
'Busy').
'</label> ';
39 $out .=
'<input type="checkbox" id="resbusy" name="busy" value="1"'.(GETPOSTISSET(
'fk_resource') ? (
GETPOST(
'busy') ?
' checked' :
'') :
' checked').
'>';
41 $out .=
'<div class="divsearchfield paddingtop paddingbottom valignmiddle inline-block marginleftonly"><label for="resmandatory">'.$langs->trans(
'Mandatory').
'</label> ';
43 $out .=
'<input type="checkbox" id="resmandatory" name="mandatory" value="1"'.(GETPOSTISSET(
'fk_resource') ? (
GETPOST(
'mandatory') ?
' checked' :
'') :
' checked').
'>';
46 $out .=
'<div class="divsearchfield paddingtop paddingbottom valignmiddle inline-block right">';
47 $out .=
'<input type="submit" id="add-resource-place" class="button button-add" value="'.$langs->trans(
"Add").
'"/>';
59 <!-- END TEMPLATE resource_add.tpl.php -->
if($cancel &&! $id) if($action=='add' &&! $cancel) if($action=='delete') if($id) $form
Actions.
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.