Hi, <br>
<br>
I made some changes to tables.tpl such that I am able to add links to
the query result table. But the template automatically adds a backslash
"/" to the url which make it impossible to link out to other resource. <br>
<br>
For example, I have a query result table and I want to link to other
web services, say <a href="http://myservices.org">http://myservices.org</a>, by using the Id
attribute, like "<a href="http://myservices.org?parameter=Id">http://myservices.org?parameter=Id</a>". But when I
check the url string from the query result table, I found out a
backslash is automatically added to the url by the template, so the
call becomes "<a href="http://myservices.org/?parameter=Id">http://myservices.org/?parameter=Id</a>", please note the
backslash "/" after "org". <br>
<br>
Can anyone help me out, please?<br>
<br>
Thanks,<br clear="all"><br>-- <br>Xiaoyun Tang<br>