This commit is contained in:
2025-12-31 15:15:00 +00:00
parent 370cf76ac9
commit 527eae652d
5 changed files with 212 additions and 52 deletions

View File

@@ -1084,4 +1084,17 @@ function charger_contrats(){
function reset_contrats()
{
$("#div_liste_contrats").empty();
}
function selectionner_college(idCollege)
{
$("#idCollege" ).val(idCollege);
}
function consulter_college(idCollege)
{
if (idCollege>"0")
{
window.location.assign($("#racineWeb" ).val()+"Consultercollege/"+idCollege+"/");
}
}