Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Commit

Permalink
[GF#33165] Update the on-line Help page (Version 2.4).
Browse files Browse the repository at this point in the history
  • Loading branch information
kimong committed Feb 5, 2014
1 parent 8c440b6 commit 6bf70ff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
7 changes: 0 additions & 7 deletions software/ncitbrowser/web/css/styleSheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -851,13 +851,6 @@ a.hideLink
text-align: left;
}

/*
.termstable_960
{
font-size: 11px;
width: 950px;
}
*/

.termstable_960
{
Expand Down
11 changes: 1 addition & 10 deletions software/ncitbrowser/web/pages/help.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,6 @@
– flat lists of terms from one or more terminologies used for
a particular coding purpose – and mappings between terminologies
to support data translation and cross-reference.
This 2.4 release improves support for those new features,
especially in the improved presentation and search of
value sets
and the option to export mapping data.
The Search box separates Name and Code search, search performance
is better, and single-terminology Advanced Search offers new
Lucene options to search with wildcards, negation, boolean operators,
and fuzzy matching.
</p>

<p>
Expand Down Expand Up @@ -515,8 +507,7 @@
key differences:
</p>
<ul>
<li><b>Lucene</b>: This option, new to the Term Browser 2.4 release,
allows use of Name search options not available elsewhere,
<li><b>Lucene</b>: This option allows use of Name search options not available elsewhere,
including wildcards, Boolean operators, negation, and fuzzy search
(click the radio button to see examples).</li>
<li><b>Source</b>: Some terminologies include content from
Expand Down
2 changes: 1 addition & 1 deletion software/ncitbrowser/web/pages/ncbo_widget.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if (url == null) {
//System.out.println(url);
%>
<iframe src="<%=url%>" width="550" height="550" frameborder="0">
<iframe title="NCBO visualization widget" src="<%=url%>" width="550" height="550" frameborder="0">
</iframe>
<%
}
Expand Down

0 comments on commit 6bf70ff

Please sign in to comment.