parent
4f853dcfdf
commit
781d53708c
@ -0,0 +1,8 @@
|
|||||||
|
function ScholarMap(seed_url)
|
||||||
|
{
|
||||||
|
this.edges = [];
|
||||||
|
this.nodes = [];
|
||||||
|
this.seed_url = seed_url;
|
||||||
|
this.is_initialized = false;
|
||||||
|
}
|
||||||
|
|
@ -1,6 +1,12 @@
|
|||||||
<div class="frame">
|
<div class="outer_frame">
|
||||||
|
<div class="widget_box search_box">
|
||||||
<h1>Scholarium</h1>
|
<h1>Scholarium</h1>
|
||||||
<form action="">
|
<form action="">
|
||||||
<input name="url" autocomplete="off"></input>
|
<input name="url" autocomplete="off"></input>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="widget_box">
|
||||||
|
<h2>Saved maps</h2>
|
||||||
|
<ul id="saved_maps_container"></ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
Reference in new issue