@ -218,8 +218,10 @@ window.setInterval("setTableSize()", 1000);
<!-- crawl profile list -->
#(crawlProfilesShow)#::
< fieldset >
< legend > Running Crawls (#[count]#)< / legend >
< table border = "0" summary = "A list of crawl profiles and their current settings." >
< legend > Running Crawls (#[count]#)< / legend >
< table width = "96%" >
< tr > < td >
< table border = "0" summary = "A list of crawl profiles and their current settings." >
< colgroup >
< col width = "16" / >
< col width = "140" / >
@ -243,12 +245,23 @@ window.setInterval("setTableSize()", 1000);
< / td >
< / tr >
#{/list}#
< / table >
#(linkstructure)#::
< / table >
< / td >
#(linkstructure)#
< td >
< form style = "float:right;" action = "Crawler_p.html" > < input type = "submit" name = "showwebstructuregraph" class = "btn btn-default btn-xs" value = "show link structure" / > < form >
< / td > < / tr > < / table >
::
< td >
< form style = "float:right;" action = "Crawler_p.html" > < input type = "submit" name = "hidewebstructuregraph" class = "btn btn-default btn-xs" value = "hide graphic" / > < form >
< / td > < / tr > < / table >
< script src = "/js/d3.v3.min.js" > < / script >
< script src = "/js/hypertree.js" > < / script >
< div id = "linkstructure" > < / div >
< script > $ ( document ) . ready ( linkstructure ( "#[hosts]#" , "#linkstructure" , 1280 , 720 , 3000 , 700 ) ) ; < / script > ::
< td >
< form style = "float:right;" action = "Crawler_p.html" > < input type = "submit" name = "hidewebstructuregraph" class = "btn btn-default btn-xs" value = "hide graphic" / > < form >
< / td > < / tr > < / table >
< script type = "text/javascript" >
imagestub = "WebStructurePicture_p.png?host=#[hosts]#&depth=4&width=1024&height=512&nodes=600&time=1000&colortext=888888&colorback=FFFFFF&colordot0=1111BB&colordota=11BB11&colorline=222222&colorlineend=333333";
idx = 0;