Revision: 1821
Author: [email protected]
Date: Sun Jan 10 04:50:59 2010
Log: HTML pages in Wicket are intended to be templates so that web
designers can work with them. The HTML page should look like the final
rendered page will look.
Since I don't know how this page looks when it works, I'm just putting a
placeholder in place for now.
http://code.google.com/p/simal/source/detail?r=1821
Modified:
/trunk/uk.ac.osswatch.simal.web/src/main/java/uk/ac/osswatch/simal/wicket/SparqlQueryPage.html
=======================================
---
/trunk/uk.ac.osswatch.simal.web/src/main/java/uk/ac/osswatch/simal/wicket/SparqlQueryPage.html
Fri Jan 8 16:44:58 2010
+++
/trunk/uk.ac.osswatch.simal.web/src/main/java/uk/ac/osswatch/simal/wicket/SparqlQueryPage.html
Sun Jan 10 04:50:59 2010
@@ -35,9 +35,9 @@
<input type="submit" value="Execute" />
</p>
</form>
- <span wicket:id="queryResults">
- <span wicket:id="queryResult" /><br />
- </span>
+ <div wicket:id="queryResults">
+ <span wicket:id="queryResult" >Query results</span>
+ </div>
</wicket:extend>
</body>
--
You received this message because you are subscribed to the Google Groups
"Simal Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/simal-commits?hl=en.