Revision 4348
Added by daigle about 16 years ago
publications.jsp | ||
---|---|---|
56 | 56 |
</style> |
57 | 57 |
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" /> |
58 | 58 |
<link rel="stylesheet" type="text/css" |
59 |
href="@style-skins-path@/@default-style@/@default-style@.css" />
|
|
59 |
href="<%= STYLE_SKINS_URL %>/sbclter/sbclter.css" />
|
|
60 | 60 |
<!-- thanks to son-of-suckerfish javascript for making the hover menus work in IE |
61 | 61 |
see http://www.htmldog.com/articles/suckerfish/dropdowns/ --> |
62 | 62 |
<script type="text/javascript"><!--//--><![CDATA[//><!-- |
... | ... | |
90 | 90 |
|
91 | 91 |
<!-- this statement for importing directly into a variable. --> |
92 | 92 |
<%-- |
93 |
<c:import url="@systemidserver@/@servlet-path@?action=read&qformat=xml&docid=sbc_pubs_test.1" charEncoding="UTF-8" var="xmldoc" />
|
|
93 |
<c:import url="${SERVLET_URL}?action=read&qformat=xml&docid=sbc_pubs_test.1" charEncoding="UTF-8" var="xmldoc" />
|
|
94 | 94 |
--%> |
95 | 95 |
|
96 | 96 |
<!-- this statement used when using reader --> |
97 |
<c:import url="@systemidserver@/@servlet-path@?action=read&qformat=xml&docid=sbc_pubs_test.1"
|
|
97 |
<c:import url="${SERVLET_URL}?action=read&qformat=xml&docid=sbc_pubs_test.1"
|
|
98 | 98 |
varReader="xmlSource" > |
99 | 99 |
<x:parse var="xmldoc" xml="${xmlSource}" scope="application" /> |
100 | 100 |
</c:import> |
Also available in: Unified diff
Remove ant tokens