チェンジセット 184 : SPARQLBuilderWWW/web/jsgui.html
- 更新日時:
- 2014/09/26 17:50:15 (10 年 前)
- ファイル:
-
- 1 変更
凡例:
- 変更なし
- 追加
- 削除
-
SPARQLBuilderWWW/web/jsgui.html
r183 r184 917 917 view_map(); 918 918 ajaxload("hide"); 919 document.getElementById("graph").style.top = document.getElementById("menu").offsetHeight + "px"; 920 document.getElementById("ajaxload").style.height = document.getElementById("menu").offsetHeight + "px"; 919 921 }, 920 922 error : function(XMLHttpRequest, textStatus, errorThrown) { … … 929 931 document.getElementById("viewall").style.display = "none"; 930 932 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"; 931 936 } 932 937 … … 994 999 </form> 995 1000 </div> 996 <div id="seclass" style="margin-top: 20px; display: none;">1001 <div id="seclass" style="margin-top: 15px; display: none;"> 997 1002 <form name="seclass"> 998 1003 StartClass<br> … … 1005 1010 </form> 1006 1011 </div> 1007 <div id="resultmessage" style="margin-top: 20px; display: none;">1012 <div id="resultmessage" style="margin-top: 15px; display: none;"> 1008 1013 <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;"> 1009 1014 </div>