Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Thylane ECHARDOUR
Yearbook des diplômés
Commits
1a475169
Commit
1a475169
authored
Dec 02, 2021
by
norton
Browse files
mise à jour pour les ajustements de la page admin
parent
6d26af6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
vue/vue.php
View file @
1a475169
...
...
@@ -35,9 +35,13 @@ class Vue{
<?php
}
function
pageEtudiantsModif
()
{}
function
pageEtudiantsModif
()
{
//baptiste
}
function
pageEtudiantConsult
()
{}
function
pageEtudiantConsult
()
{
//même sauf que les inputs sont disabled
}
function
pageAdmin
(
$lesFilieres
,
$nbPersonnesAyantVuPageUneFois
)
{
?>
...
...
@@ -55,7 +59,7 @@ class Vue{
<div
id=
"ADBox"
>
<div
id=
"hautBox"
>
<h2>
ADMINISTRATION
</h2>
<img
src=
"./img/logoUniv.png"
id=
"logo"
>
<img
src=
"./img/logoUniv.png"
id=
"logo"
alt=
"Logo de l'université de Nantes"
>
</div>
<div
id=
"MilieuBox"
>
...
...
@@ -63,14 +67,16 @@ class Vue{
<form
action=
"index.php"
method=
"get"
>
<label
for=
"destinataires"
>
Sélection destinataires :
</label>
<select
name=
"pseudo"
id=
"destinataires"
>
<option
value=
""
>
Formation
</option>
<?php
#recuperer toutes les filières et afficher leurs noms avec des options
foreach
(
$lesFilieres
as
$key
=>
$value
)
{
?>
<option
nam
e=
"
<?php
echo
$value
[
'Libelle__de_la_Formation'
];
?>
"
>
<?php
echo
$value
[
'Libelle__de_la_Formation'
];
?>
</option>
?>
<option
valu
e=
"
<?php
echo
$value
[
'Libelle__de_la_Formation'
];
?>
"
>
<?php
echo
$value
[
'Libelle__de_la_Formation'
];
?>
</option>
<?php
}
?>
</select>
<br>
<input
type=
"checkbox"
id=
"jamais_consulte"
>
<label
for=
"jamais_consulte"
>
Seulement les diplômés n'ayant jamais consulté leur page
</label>
<br>
...
...
@@ -83,7 +89,7 @@ class Vue{
<label
for=
"Objet"
>
Objet :
</label>
<input
type=
"text"
name=
"ObjetMail"
id=
"Objet"
>
<br>
<textarea
name=
"corpsMail"
id=
"Mail"
rows=
"10"
columns=
"
7
0"
>
<textarea
name=
"corpsMail"
id=
"Mail"
rows=
"10"
columns=
"
10
0"
>
Votre mail...
</textarea>
<br>
...
...
@@ -95,11 +101,11 @@ class Vue{
<p>
Nombre de personnes ayant accédé à leur page au moins une fois :
<?php
echo
$nbPersonnesAyantVuPageUneFois
;
?>
</p>
<br>
<form
method=
"get"
action=
""
>
<input
id=
"dlFichier"
type=
"submit"
value=
"Télécharger le fichier"
/>
<input
id=
"dlFichier
button is-large
"
type=
"submit"
value=
"Télécharger le fichier"
/>
</form>
<br>
<form
method=
"get"
action=
""
>
<input
type=
"button"
id=
"bloquerModif"
value=
"Bloquer les modifications"
/>
<input
type=
"button"
id=
"bloquerModif
button is-large
"
value=
"Bloquer les modifications"
/>
</form>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment