チェンジセット 184 : SPARQLBuilderWWW/web/jsgui.html

差分発生行の前後
無視リスト:
更新日時:
2014/09/26 17:50:15 (10 年 前)
更新者:
lenz
ログメッセージ:

環境によってパスの数・ViewAllボタンが見えなくなる問題を解決

ファイル:
1 変更

凡例:

変更なし
追加
削除
  • SPARQLBuilderWWW/web/jsgui.html

    r183 r184  
    917917                        view_map(); 
    918918                        ajaxload("hide"); 
     919                        document.getElementById("graph").style.top = document.getElementById("menu").offsetHeight + "px"; 
     920                        document.getElementById("ajaxload").style.height = document.getElementById("menu").offsetHeight + "px"; 
    919921                }, 
    920922                error : function(XMLHttpRequest, textStatus, errorThrown) { 
     
    929931        document.getElementById("viewall").style.display = "none"; 
    930932        view_map(); 
     933 
     934        document.getElementById("graph").style.top = document.getElementById("menu").offsetHeight + "px"; 
     935        document.getElementById("ajaxload").style.height = document.getElementById("menu").offsetHeight + "px"; 
    931936} 
    932937 
     
    994999                        </form> 
    9951000                </div> 
    996                 <div id="seclass" style="margin-top: 20px; display: none;"> 
     1001                <div id="seclass" style="margin-top: 15px; display: none;"> 
    9971002                        <form name="seclass"> 
    9981003                                StartClass<br> 
     
    10051010                        </form> 
    10061011                </div> 
    1007                 <div id="resultmessage" style="margin-top: 20px; display: none;"> 
     1012                <div id="resultmessage" style="margin-top: 15px; display: none;"> 
    10081013                        <span id="pathnum"></span> Path<span id="plural"></span> found.<input id="viewall" type="button" name="viewall" value="View all path" onClick="viewAll()" style="display: none;"> 
    10091014                </div>