25if (!defined(
'NOLOGIN')) {
28if (!defined(
'NOCSRFCHECK')) {
29 define(
"NOCSRFCHECK", 1);
31if (!defined(
'NOIPCHECK')) {
32 define(
'NOIPCHECK',
'1');
34if (!defined(
'NOBROWSERNOTIF')) {
35 define(
'NOBROWSERNOTIF',
'1');
41$entity = (!empty($_GET[
'entity']) ? (int) $_GET[
'entity'] : (!empty($_POST[
'entity']) ? (int) $_POST[
'entity'] : (!empty($_GET[
'e']) ? (int) $_GET[
'e'] : (!empty($_POST[
'e']) ? (int) $_POST[
'e'] : 1))));
42if (is_numeric($entity)) {
43 define(
"DOLENTITY", $entity);
47require
'../../main.inc.php';
48require_once DOL_DOCUMENT_ROOT.
'/core/lib/company.lib.php';
49require_once DOL_DOCUMENT_ROOT.
'/core/lib/payments.lib.php';
50require_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php';
51require_once DOL_DOCUMENT_ROOT.
'/product/class/product.class.php';
52require_once DOL_DOCUMENT_ROOT.
'/societe/class/societeaccount.class.php';
53require_once DOL_DOCUMENT_ROOT.
'/compta/facture/class/facture.class.php';
54require_once DOL_DOCUMENT_ROOT.
'/projet/class/project.class.php';
56global $dolibarr_main_url_root;
59$langs->loadLangs(array(
"other",
"dict",
"bills",
"companies",
"errors",
"paybox",
"paypal",
"stripe"));
65$action =
GETPOST(
'action',
'aZ09');
67$securekeyreceived =
GETPOST(
"securekey",
'alpha');
70if ($securekeytocompare != $securekeyreceived) {
71 print $langs->trans(
'MissingOrBadSecureKey');
78$urlwithroot = DOL_MAIN_URL_ROOT;
81$resultproject = $project->fetch($id);
82if ($resultproject < 0) {
84 $errmsg .= $project->error;
87$hookmanager->initHooks(array(
'newpayment'));
91$user->loadDefaultValues();
94if (empty($conf->project->enabled)) {
111function llxHeaderVierge($title, $head =
"", $disablejs = 0, $disablehead = 0, $arrayofjs = [], $arrayofcss = [])
113 global $conf, $langs, $mysoc;
115 top_htmlhead($head, $title, $disablejs, $disablehead, $arrayofjs, $arrayofcss);
117 print
'<body id="mainbody" class="publicnewmemberform">';
120 $urllogo = DOL_URL_ROOT.
'/theme/common/login_logo.png';
122 if (!empty($mysoc->logo_small) && is_readable($conf->mycompany->dir_output.
'/logos/thumbs/'.$mysoc->logo_small)) {
123 $urllogo = DOL_URL_ROOT.
'/viewimage.php?cache=1&modulepart=mycompany&file='.urlencode(
'logos/thumbs/'.$mysoc->logo_small);
124 } elseif (!empty($mysoc->logo) && is_readable($conf->mycompany->dir_output.
'/logos/'.$mysoc->logo)) {
125 $urllogo = DOL_URL_ROOT.
'/viewimage.php?cache=1&modulepart=mycompany&file='.urlencode(
'logos/'.$mysoc->logo);
126 } elseif (is_readable(DOL_DOCUMENT_ROOT.
'/theme/dolibarr_logo.svg')) {
127 $urllogo = DOL_URL_ROOT.
'/theme/dolibarr_logo.svg';
130 print
'<div class="center">';
132 print
'<div class="backgreypublicpayment">';
133 print
'<div class="logopublicpayment">';
135 print
'<img id="dolpaymentlogo" src="'.$urllogo.
'">';
137 if (empty($urllogo)) {
142 print
'<div class="poweredbypublicpayment opacitymedium right"><a class="poweredbyhref" href="https://www.dolibarr.org?utm_medium=website&utm_source=poweredby" target="dolibarr" rel="noopener">'.$langs->trans(
"PoweredBy").
'<br><img class="poweredbyimg" src="'.DOL_URL_ROOT.
'/theme/dolibarr_logo.svg" width="80px"></a></div>';
147 print
'<div class="backimagepubliceventorganizationsubscription">';
148 print
'<img id="idPROJECT_IMAGE_PUBLIC_ORGANIZEDEVENT" src="' .
getDolGlobalString(
'PROJECT_IMAGE_PUBLIC_ORGANIZEDEVENT').
'">';
154 print
'<div class="divmainbodylarge">';
178 header(
"Location: ".
dol_buildpath(
'/public/project/suggestbooth.php', 1).
'?id='.
$id.
"&securekey=".$securekeyreceived);
182if (
GETPOST(
'suggestconference')) {
183 header(
"Location: ".
dol_buildpath(
'/public/project/suggestconference.php', 1).
'?id='.
$id.
"&securekey=".$securekeyreceived);
188 header(
"Location: ".
dol_buildpath(
'/public/project/viewandvote.php', 1).
'?id='.
$id.
"&securekey=".$securekeyreceived);
199 $head =
'<link rel="stylesheet" type="text/css" href="' .
getDolGlobalString(
'ONLINE_PAYMENT_CSS_URL').
'?lang='.$langs->defaultlang.
'">'.
"\n";
202$conf->dol_hide_topmenu = 1;
203$conf->dol_hide_leftmenu = 1;
205$replacemainarea = (empty($conf->dol_hide_leftmenu) ?
'<div>' :
'').
'<div>';
212print
'<span id="dolpaymentspan"></span>'.
"\n";
213print
'<div class="center">'.
"\n";
215print
'<form id="dolpaymentform" class="center" name="paymentform" action="'.$_SERVER[
"PHP_SELF"].
'" method="POST">'.
"\n";
216print
'<input type="hidden" name="token" value="'.newToken().
'">'.
"\n";
217print
'<input type="hidden" name="action" value="dopayment">'.
"\n";
218print
'<input type="hidden" name="tag" value="'.GETPOST(
"tag",
'alpha').
'">'.
"\n";
220print
'<input type="hidden" name="id" value="'.dol_escape_htmltag((
string) $id).
'">'.
"\n";
221print
'<input type="hidden" name="securekey" value="'.dol_escape_htmltag($securekeyreceived).
'">'.
"\n";
222print
'<input type="hidden" name="e" value="'.$entity.
'" />';
223print
'<input type="hidden" name="forcesandbox" value="'.GETPOSTINT(
'forcesandbox').
'" />';
227print
'<div align="center">';
228print
'<div id="divsubscribe">';
232print
'<div class="center subscriptionformbanner subbanner justify margintoponly paddingtop marginbottomonly padingbottom">';
233print
load_fiche_titre($langs->trans(
"NewRegistration"),
'',
'', 0,
'',
'center');
235print
'<span class="opacitymedium">'.$langs->trans(
"EvntOrgRegistrationWelcomeMessage").
'</span>';
238print
'<span class="eventlabel large">'.dol_escape_htmltag($project->title .
' '. $conference->label).
'</span><br>';
242print
'<div class="justify subscriptionformhelptext">';
244if ($project->date_start_event || $project->date_end_event) {
245 print
'<br><span class="fa fa-calendar pictofixedwidth opacitymedium"></span>';
247if ($project->date_start_event) {
249 $tmparray =
dol_getdate($project->date_start_event,
false,
'');
250 if ($tmparray[
'hours'] || $tmparray[
'minutes'] || $tmparray[
'minutes']) {
255if ($project->date_start_event && $project->date_end_event) {
258if ($project->date_end_event) {
260 $tmparray =
dol_getdate($project->date_end_event,
false,
'');
261 if ($tmparray[
'hours'] || $tmparray[
'minutes'] || $tmparray[
'minutes']) {
266if ($project->date_start_event || $project->date_end_event) {
269if ($project->location) {
270 print
'<span class="fa fa-map-marked-alt pictofixedwidth opacitymedium"></span>'.dol_escape_htmltag($project->location).
'<br>';
278print
'<table id="dolsuggestboost" summary="Suggest a boost form" class="center">'.
"\n";
283print
'<tr><td align="center">';
299if ($project->accept_booth_suggestions) {
301 print
'<input type="submit" value="'.$langs->trans(
"SuggestBooth").
'" id="suggestbooth" name="suggestbooth" class="button minwidth250">';
304if ($project->accept_conference_suggestions == 1 || $project->accept_conference_suggestions == 2) {
306 print
'<input type="submit" value="'.$langs->trans(
"SuggestConference").
'" id="suggestconference" name="suggestconference" class="button minwidth250">';
309if ($project->accept_conference_suggestions == 2 || $project->accept_conference_suggestions == 3) {
311 print
'<input type="submit" value="'.$langs->trans(
"ViewAndVote").
'" id="viewandvote" name="viewandvote" class="button minwidth250">';
315 print
'<span class="opacitymedium">'.$langs->trans(
"NoPublicActionsAllowedForThisEvent").
'</span>';
318print
'</td></tr>'.
"\n";
320print
'</table>'.
"\n";
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
Class to manage projects.
htmlPrintOnlineFooter($fromcompany, $langs, $addformmessage=0, $suffix='', $object=null)
Show footer of company in HTML pages.
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
GETPOSTINT($paramname, $method=0)
Return the value of a $_GET or $_POST supervariable, converted into integer.
printCommonFooter($zone='private')
Print common footer : conf->global->MAIN_HTML_FOOTER js for switch of menu hider js for conf->global-...
dol_print_date($time, $format='', $tzoutput='auto', $outputlangs=null, $encodetooutput=false)
Output date in a string format according to outputlangs (or langs if not defined).
GETPOST($paramname, $check='alphanohtml', $method=0, $filter=null, $options=null, $noreplace=0)
Return value of a param into GET or POST supervariable.
dol_buildpath($path, $type=0, $returnemptyifnotfound=0)
Return path of url or filesystem.
getDolGlobalString($key, $default='')
Return a Dolibarr global constant string value.
dol_getdate($timestamp, $fast=false, $forcetimezone='')
Return an array with locale date info.
top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs=array(), $arrayofcss=array(), $disableforlogin=0, $disablenofollow=0, $disablenoindex=0)
Output html header of a page.
llxHeaderVierge($title, $head="", $disablejs=0, $disablehead=0, $arrayofjs=[], $arrayofcss=[])
Show header for booking.
llxFooterVierge()
Show footer for demo.
httponly_accessforbidden($message='1', $http_response_code=403, $stringalreadysanitized=0)
Show a message to say access is forbidden and stop program.
dol_hash($chain, $type='0', $nosalt=0)
Returns a hash (non reversible encryption) of a string.