Rectification des liens de modèles de documents
This commit is contained in:
parent
d475071f70
commit
0652a000dc
|
@ -663,7 +663,7 @@ if( permission('master') || permission('admin') ){
|
||||||
/* AFFINAGE PAR ANNEE */
|
/* AFFINAGE PAR ANNEE */
|
||||||
/**********************/
|
/**********************/
|
||||||
echo "Importation des listes d'étudiants<br>";
|
echo "Importation des listes d'étudiants<br>";
|
||||||
echo "<span style='font-size:.8em;'>(Fichier .xlsx suivant le modèle : <a href='".__ROOT__."/src/import_etudiants.xlsx'>modèle de fichier</a>)</span><br>";
|
echo "<span style='font-size:.8em;'>(Fichier .xlsx suivant le modèle : <a href='".__ROOT__."/src/modele_import_inscrits.xlsx'>modèle de fichier</a>)</span><br>";
|
||||||
|
|
||||||
/* AFFINAGE POUR LES 5 ANNEES SUIVANTES */
|
/* AFFINAGE POUR LES 5 ANNEES SUIVANTES */
|
||||||
echo "<select name='annee'>";
|
echo "<select name='annee'>";
|
||||||
|
|
|
@ -618,7 +618,7 @@ if( permission('master') || permission('admin') ){
|
||||||
|
|
||||||
echo "<div class='p center'>";
|
echo "<div class='p center'>";
|
||||||
echo "Importation des MCC d'un semestre<br>";
|
echo "Importation des MCC d'un semestre<br>";
|
||||||
echo "<span style='font-size:.8em;'>(Fichier .xlsx suivant le modèle : <a href='/src/import_mcc.xlsx'>modèle de fichier</a>)</span><br>";
|
echo "<span style='font-size:.8em;'>(Fichier .xlsx suivant le modèle : <a href='/src/files/modele_import_mcc.xlsx'>modèle de fichier</a>)</span><br>";
|
||||||
|
|
||||||
|
|
||||||
/**********************/
|
/**********************/
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue