Vaf
This commit is contained in:
@@ -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+"/");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user