チェンジセット 237 : SPARQLBuilderWWW/web
- 更新日時:
- 2015/02/12 16:41:00 (10 年 前)
- パス:
- SPARQLBuilderWWW/web
- ファイル:
-
- 3 変更
凡例:
- 変更なし
- 追加
- 削除
-
SPARQLBuilderWWW/web/newsparqlbuilder.css
r236 r237 106 106 .SBModalContents .SBResult{ 107 107 display: none; 108 height: 2 8px;109 font-size: 24px;108 height: 24px; 109 font-size: 18px; 110 110 } 111 111 … … 158 158 159 159 .SBGenButton{ 160 margin: 1 .5em;160 margin: 1em; 161 161 -webkit-border-radius: 7; 162 162 -moz-border-radius: 7; … … 176 176 .SBRootNode{ 177 177 margin: 0.5em; 178 margin-top: 1em; 178 179 -webkit-border-radius: 10; 179 180 -moz-border-radius: 10; 180 181 border-radius: 10px; 181 border: none;182 border: solid 2px hsl(0, 50%, 75%); 182 183 background: hsl(40, 50%, 75%); 183 184 padding: 5px 15px 5px 15px; … … 193 194 -moz-border-radius: 10; 194 195 border-radius: 10px; 195 border: none;196 border: solid 2px hsl(0, 50%, 75%); 196 197 background: hsl(0, 0%, 85%); 197 198 padding: 5px 15px 5px 15px; … … 203 204 -moz-border-radius: 10; 204 205 border-radius: 10px; 205 border: none;206 border: solid 2px hsl(0, 50%, 75%); 206 207 background: hsl(150, 50%, 75%); 207 208 padding: 5px 15px 5px 15px; -
SPARQLBuilderWWW/web/newsparqlbuilder.js
r236 r237 543 543 }else{ 544 544 // 譛ォ遶ッ繝弱�繝峨↑繧峨ヤ繝シ繝ォ繝√ャ繝励�諠�ア繧呈峩譁ー 545 var resultText = '< input type="button" class="SBGenButton" value="Generate" onclick="generateSPARQL()">';545 var resultText = '<div class="SBGenButton" onclick="generateSPARQL()">Generate<br />SPARQL</div>'; 546 546 // 繝代せ縺ョ蜷榊燕驟榊�蛻�セ後m縺九i郢ー繧願ソ斐@縺ェ縺後i 547 547 for (var i = pathname.length;i > 0; i--){ … … 867 867 var obj = jsontext; 868 868 869 $('.SBResult').css('color', 'black').css('font-weight', 'normal').css('margin-top', ' 0px');869 $('.SBResult').css('color', 'black').css('font-weight', 'normal').css('margin-top', '4px'); 870 870 871 871 $('.SBPlural').text('s'); 872 872 873 873 if(obj.length == 0){ 874 $('.SBResult').css('color', 'red').css('font-weight', 'bold').css('margin-top', ' 15px');874 $('.SBResult').css('color', 'red').css('font-weight', 'bold').css('margin-top', '20px'); 875 875 $('.SBPlural').text(''); 876 876 }else if(obj.length == 1){ … … 880 880 if(obj.length <= 10){ 881 881 viewnum = obj.length; 882 $('.SBResult').css('margin-top', ' 15px');882 $('.SBResult').css('margin-top', '20px'); 883 883 $('.SBViewall').hide(); 884 884 }else if(pathlimit == 10){ … … 887 887 }else{ 888 888 viewnum = obj.length; 889 $('.SBResult').css('margin-top', ' 15px');889 $('.SBResult').css('margin-top', '20px'); 890 890 $('.SBViewall').hide(); 891 891 } -
SPARQLBuilderWWW/web/newtop.html
r235 r237 35 35 <span class="SBPathnum"></span> Path<span class="SBPlural"></span> found. 36 36 </div> 37 <input type="button" class="SBViewAll" value="View All " onclick="viewAll()">37 <input type="button" class="SBViewAll" value="View All Path" onclick="viewAll()"> 38 38 </div> 39 39 <div class="SBGraph">