Subversion Repositories eFlore/Archives.eflore-consultation-v2

Compare Revisions

Ignore whitespace Rev 92 → Rev 93

/trunk/serveur/generateur/eflore_editeur.js
1,15 → 1,15
netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite");
 
function afficherSelection(aTreeChildrenId,aAttributeName,aTabBrowserId)
function afficherSelection(aTreeChildrenId, aAttributeName, aTabBrowserId)
{
var uneUrl = donnerAttributSelectionArbre(aTreeChildrenId,aAttributeName);
window.parent.frames[1].location.href=uneUrl;
var uneUrl = donnerAttributSelectionArbre(aTreeChildrenId, aAttributeName);
window.parent.frames[1].location.href = uneUrl;
}
 
 
function donnerAttributSelectionArbre(aTreeChildrenId,aAttributeName)
function donnerAttributSelectionArbre(aTreeChildrenId, aAttributeName)
{
var unArbre=document.getElementById(aTreeChildrenId);
var unArbre = document.getElementById(aTreeChildrenId);
var uneSelection = unArbre.contentView.getItemAtIndex(unArbre.currentIndex);
var uneUrl;
23,5 → 23,5
 
function compileSelection(listid)
{
window.parent.frames[1].location.href="eflore_traducteur.php?"+listid+"="+listid;
window.parent.frames[1].location.href="eribo_traducteur.php?"+listid+"="+listid;
}