- From: Hernán Molina <hmolina@ing.unlpam.edu.ar>
- Date: Tue, 16 Dec 2003 15:22:48 -0300
- To: www-rdf-interest@w3.org
Hi, (again)
Sorry for re-send this message, I have problems with my email and I
think I missed the response to my question:
Here it go again:
We are trying to work with Spectacle to make a website for data navigation
and search. Data is stored in Sesame.
The problem is that we do not know how to write the pages. The
examples that come with spectacle have some pages with code like:
------------------------------
<h3>
#if ( ${TOTAL.equals("1")} )
##TOTAL## match.
#elseif ( ${TOTAL.length()} < 2 )
##TOTAL## matches.
#else
##TOTAL## matches; showing ##FROM## - ##TO##.
#end
</h3>
<table cellspacing="0" cellpadding="0" border="0">
<tr><td>
#foreach ( $SUMMARY in ${SUMMARIES} )
${SUMMARY}<br><br>
#end
</td></tr>
</table>
------------------------------
What language it is using in things like:
#if ( ${TOTAL.equals("1")} )
##TOTAL## match. ?
And another question?
- How can we make others covers? we found some built-with-java menu
in the sample applications that show items to modify a cover but
they are disabled and there is no way to identify us with a user that
have such permmision.
Thanks.
- Hernán Molina
- Fernanda Papa
National University of La Pampa
Argentina
Received on Tuesday, 16 December 2003 22:07:26 UTC