Сессия
This commit is contained in:
@ -255,7 +255,7 @@ function TMenu(v_obj,v_scr,v_treepath) //Горизонтальное меню
|
||||
|
||||
if(ptn.wch) //TODO проверить нужно или нет здесь
|
||||
{
|
||||
cnt.innerHTML='<nobr id="qwery"><img src="../metadata/tree/icons/loading.gif" alt=" "><font color="#999999"><b> Подождите пожалуйста...</b></font></nobr>';
|
||||
cnt.innerHTML='<nobr id="qwery"><img src="../resources/metadata/tree/icons/loading.gif" alt=" "><font color="#999999"><b> Подождите пожалуйста...</b></font></nobr>';
|
||||
return;
|
||||
}
|
||||
for(var i=0;i<ptn.childs.length;i++) //Пробегаемся по дочерним текущего узла и создаём кнопки
|
||||
@ -476,7 +476,7 @@ function TMenu(v_obj,v_scr,v_treepath) //Горизонтальное меню
|
||||
tb=document.createElement('div');
|
||||
tb.style.cssText="width: 100%; display: none; position: absolute; z-index: 999;";
|
||||
tb.setAttribute('id',tn.tree.m_pr+tn.node.getAttribute("htmlid")+'tb');
|
||||
tb.innerHTML='<nobr><img src="../metadata/tree/icons/loading.gif" alt=" "><font color="#999999"><b> Подождите пожалуйста...</b></font></nobr>';
|
||||
tb.innerHTML='<nobr><img src="../resources/metadata/tree/icons/loading.gif" alt=" "><font color="#999999"><b> Подождите пожалуйста...</b></font></nobr>';
|
||||
|
||||
tn.tree.m_obj.appendChild(tb);
|
||||
|
||||
@ -616,7 +616,7 @@ function TMenu(v_obj,v_scr,v_treepath) //Горизонтальное меню
|
||||
var cnt=document.createElement('div');
|
||||
cnt.setAttribute('id',this.m_pr+this.m_root.htmlid+'tb');
|
||||
cnt.style.cssText="width: 100%; display: inline-block;";
|
||||
cnt.innerHTML='<nobr id="qwery"><img src="../metadata/tree/icons/loading.gif" alt=" "><font color="#999999"><b> Подождите пожалуйста...</b></font></nobr>';
|
||||
cnt.innerHTML='<nobr id="qwery"><img src="../resources/metadata/tree/icons/loading.gif" alt=" "><font color="#999999"><b> Подождите пожалуйста...</b></font></nobr>';
|
||||
this.m_obj.appendChild(cnt);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user