Subversion Repositories ALCASAR

Rev

Rev 3038 | Rev 3070 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 3038 Rev 3062
Line 268... Line 268...
268
					$from = "administrator";
268
					$from = "administrator";
269
				}
269
				}
270
				$subject = $l_subject;
270
				$subject = $l_subject;
271
				$message = "<!DOCTYPE html>
271
				$message = "<!DOCTYPE html>
272
<html>
272
<html>
273
	<head>	
273
	<head>
274
		<meta charset=\"UTF-8\" />
274
		<meta charset=\"utf-8\">
275
	</head>
275
	</head>
276
		<body>
276
		<body>
277
			$l_hello,<br/>
277
			$l_hello,<br/>
278
			<p>$l_automatic_mail<br/>
278
			<p>$l_automatic_mail<br/>
279
			<h3>$l_login</h3>
279
			<h3>$l_login</h3>
Line 291... Line 291...
291
					if (!empty($adminMail)){ // Creation of the email for the administrator (if enabled)
291
					if (!empty($adminMail)){ // Creation of the email for the administrator (if enabled)
292
						$to = $adminMail;
292
						$to = $adminMail;
293
						$subject = "New registration on ALCASAR";
293
						$subject = "New registration on ALCASAR";
294
						$message = "<!DOCTYPE html>
294
						$message = "<!DOCTYPE html>
295
<html>
295
<html>
296
	<head>	
296
	<head>
297
		<meta charset=\"UTF-8\" />
297
		<meta charset=\"utf-8\">
298
	</head>
298
	</head>
299
	<body>
299
	<body>
300
		Hello,<br/>
300
		Hello,<br>
301
		<p>$l_automatic_mail<br/>
301
		<p>$l_automatic_mail<br>
302
		<h3>A new registration on ALCASAR '$organism' has been made :</h3>
302
		<h3>A new registration on ALCASAR '$organism' has been made :</h3>
303
		<pre>
303
		<pre>
304
			@IP   : $ip
304
			@IP   : $ip
305
			Hour  : $time
305
			Hour  : $time
306
			Login : $login
306
			Login : $login