Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeb committed Aug 25, 2020
1 parent a381a64 commit bd60a5e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ <h4>DiVil</h4>
<h1> Select two model versions </h1>
<select id="versionChoice" class="box" size="10">
<optgroup label="Liebal from BioModels">
<option class="opt" value="test">Liebal1-BIOMD0000000461.xml</option>
<option class="opt" value="test">Liebal2-BIOMD0000000461.xml</option>
<option class="opt" value="test">Liebal3-BIOMD0000000461.xml</option>
<option class="opt" value="test">Liebal1-BIOMD0000000461</option>
<option class="opt" value="test">Liebal2-BIOMD0000000461</option>
<option class="opt" value="test">Liebal3-BIOMD0000000461</option>
</optgroup>
<optgroup label="Test Fake Models">
<option class="opt" value="test">allGlyphsAndArcs</option>
Expand Down Expand Up @@ -268,15 +268,15 @@ <h1>Selection</h1>

var x = document.getElementById("selection");
var option = document.createElement("option");
option.text = "GlyphsAndArcs_noTypo";
option.text = "Liebal1-BIOMD0000000461";
x.add(option);
option = document.createElement("option");
option.text = "GlyphsAndArcs_noTypo";
option.text = "Liebal2-BIOMD0000000461";
x.add(option);

getBivesData(
"http://hopper.informatik.uni-rostock.de/GitRepos/DiVil/testModels/" + "Liebal1-BIOMD0000000461.xml" + ".xml",
"http://hopper.informatik.uni-rostock.de/GitRepos/DiVil/testModels/" + "Liebal2-BIOMD0000000461.xml" + ".xml",
"http://hopper.informatik.uni-rostock.de/GitRepos/DiVil/testModels/" + "Liebal1-BIOMD0000000461" + ".xml",
"http://hopper.informatik.uni-rostock.de/GitRepos/DiVil/testModels/" + "Liebal2-BIOMD0000000461" + ".xml",
["reportHtml", "reactionsSbgnJson", "xmlDiff", "separateAnnotations"]);
</script>
</body>
Expand Down

0 comments on commit bd60a5e

Please sign in to comment.