Subversion Repositories eFlore/Archives.eflore-consultation-v2

Rev

Rev 57 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 57 Rev 93
Line 1... Line 1...
1
netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite");
1
netscape.security.PrivilegeManager.enablePrivilege("UniversalBrowserWrite");
Line 2... Line 2...
2
 
2
 
3
function afficherSelection(aTreeChildrenId,aAttributeName,aTabBrowserId)
3
function afficherSelection(aTreeChildrenId, aAttributeName, aTabBrowserId)
4
{
4
{
5
  var uneUrl = donnerAttributSelectionArbre(aTreeChildrenId,aAttributeName);
5
  var uneUrl = donnerAttributSelectionArbre(aTreeChildrenId, aAttributeName);
6
  window.parent.frames[1].location.href=uneUrl;
6
  window.parent.frames[1].location.href = uneUrl;
Line 7... Line 7...
7
}
7
}
8
 
8
 
9
 
9
 
10
function donnerAttributSelectionArbre(aTreeChildrenId,aAttributeName)
10
function donnerAttributSelectionArbre(aTreeChildrenId, aAttributeName)
Line 11... Line 11...
11
{
11
{
12
  var unArbre=document.getElementById(aTreeChildrenId);
12
  var unArbre = document.getElementById(aTreeChildrenId);
13
  var uneSelection = unArbre.contentView.getItemAtIndex(unArbre.currentIndex);
13
  var uneSelection = unArbre.contentView.getItemAtIndex(unArbre.currentIndex);
Line 21... Line 21...
21
  return uneUrl;
21
  return uneUrl;
22
}
22
}
Line 23... Line 23...
23
 
23
 
24
function compileSelection(listid)
24
function compileSelection(listid)
25
{
25
{
26
  window.parent.frames[1].location.href="eflore_traducteur.php?"+listid+"="+listid;
26
  window.parent.frames[1].location.href="eribo_traducteur.php?"+listid+"="+listid;