Skip to content

Commit

Permalink
Item10044: added genus type to phylowidget macros
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/PhyloWidgetPlugin@12044 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
TemiVarghese authored and TemiVarghese committed Jun 24, 2011
1 parent b2b3d1d commit 98a80c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/System/PhyloNewickViewer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Set theWeb = %URLPARAM{"qweb"}%
* Set theTopic = %URLPARAM{"qtopic"}%
* Set theAttach = %URLPARAM{"qattach"}%
* Set theGenus = %URLPARAM{"genus" default="%genus%"}%

%META:LINK{name="1" address="System.UseBranchLengths" scope="internal" topic="UseBranchLengths" type="autolink" web="System"}%
%META:PREFERENCE{name="PERM_ID_HUMAN" title="PERM_ID_HUMAN" type="Local" value="System_PhyloNewickViewer"}%
Expand Down
3 changes: 2 additions & 1 deletion data/System/PhyloNexusViewer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
* Set AWEB=%URLPARAM{"qWeb" default="%web%"}%
* Set ATOPIC=%URLPARAM{"qTopic" default="%topic%"}%
* Set AATTACH=%URLPARAM{"qAttachment" default="%attachment%"}%
* Set AGENUS = %URLPARAM{"genus" default="%genus%"}%
-->
<span style="clear: both;">
<div id="phylowidget" style="float: left; margin-right: 5px;">
%PHYLOWIDGET{width="420" height="495" useBranchLengths="true" menus="trin.xml;sync.xml;dock.xml;"}%
%PHYLOWIDGET{width="420" height="495" useBranchLengths="true" menus="trin.xml;sync.xml;dock.xml;" genus="%AGENUS%"}%
</div> </span>

<div id="treeList" style="width: 420px; height: 495px; border: 2px solid black; padding: 3px; overflow: auto;">
Expand Down

0 comments on commit 98a80c1

Please sign in to comment.