Line 4... |
Line 4... |
4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
5 |
<title>Logo Customizing</title>
|
5 |
<title>Logo Customizing</title>
|
6 |
<link rel="stylesheet" href="/css/acc.css" type="text/css">
|
6 |
<link rel="stylesheet" href="/css/acc.css" type="text/css">
|
7 |
</head>
|
7 |
</head>
|
8 |
<body>
|
8 |
<body>
|
- |
|
9 |
<div id="ldoverlay" class="overlay">
|
- |
|
10 |
<div class="lds-spinner" id="spinner"><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div>
|
- |
|
11 |
</div>
|
9 |
<?php
|
12 |
<?php
|
10 |
# Choice of language
|
13 |
# Choice of language
|
11 |
$Language = 'en';
|
14 |
$Language = 'en';
|
12 |
if(isset($_SERVER['HTTP_ACCEPT_LANGUAGE'])){
|
15 |
if(isset($_SERVER['HTTP_ACCEPT_LANGUAGE'])){
|
13 |
$Langue = explode(",",$_SERVER['HTTP_ACCEPT_LANGUAGE']);
|
16 |
$Langue = explode(",",$_SERVER['HTTP_ACCEPT_LANGUAGE']);
|
Line 65... |
Line 68... |
65 |
<center><H3><? echo "$l_current_logo";?> : <img src="/images/organisme.png" width="90"></H3></center><BR>
|
68 |
<center><H3><? echo "$l_current_logo";?> : <img src="/images/organisme.png" width="90"></H3></center><BR>
|
66 |
<? echo "$l_logo_select";?> :
|
69 |
<? echo "$l_logo_select";?> :
|
67 |
<form action="logo.php" method=POST ENCTYPE="multipart/form-data">
|
70 |
<form action="logo.php" method=POST ENCTYPE="multipart/form-data">
|
68 |
<input type="file" name="logo">
|
71 |
<input type="file" name="logo">
|
69 |
<input type="hidden" name="MAX_FILE_SIZE" value="100000">
|
72 |
<input type="hidden" name="MAX_FILE_SIZE" value="100000">
|
70 |
<input type="submit" value="Envoyer">
|
73 |
<input type="submit" onClick="document.getElementById('ldoverlay').style.display='block';" value="Envoyer">
|
71 |
</form>
|
74 |
</form>
|
72 |
<?php
|
75 |
<?php
|
73 |
if (isset($result)){
|
76 |
if (isset($result)){
|
74 |
echo '<H3>'; echo $result; echo '</H3><BR>';
|
77 |
echo '<H3>'; echo $result; echo '</H3><BR>';
|
75 |
} ?>
|
78 |
} ?>
|