Author: reto
Date: Sun Apr 10 10:34:36 2011
New Revision: 1090764
URL: http://svn.apache.org/viewvc?rev=1090764&view=rev
Log:
CLEREZZA-493: added link to retrieve graph
Modified:
incubator/clerezza/trunk/parent/rdf.web/rdf.web.core/src/main/resources/org/apache/clerezza/rdf/web/core/graph-management.ssp
Modified:
incubator/clerezza/trunk/parent/rdf.web/rdf.web.core/src/main/resources/org/apache/clerezza/rdf/web/core/graph-management.ssp
URL:
http://svn.apache.org/viewvc/incubator/clerezza/trunk/parent/rdf.web/rdf.web.core/src/main/resources/org/apache/clerezza/rdf/web/core/graph-management.ssp?rev=1090764&r1=1090763&r2=1090764&view=diff
==============================================================================
---
incubator/clerezza/trunk/parent/rdf.web/rdf.web.core/src/main/resources/org/apache/clerezza/rdf/web/core/graph-management.ssp
(original)
+++
incubator/clerezza/trunk/parent/rdf.web/rdf.web.core/src/main/resources/org/apache/clerezza/rdf/web/core/graph-management.ssp
Sun Apr 10 10:34:36 2011
@@ -9,7 +9,7 @@ import org.apache.clerezza.rdf.scala.uti
<div id="tx-content">
<table>
- <tr><th>Name</th><th>Size</th><th>type</th><th>Actions</th></tr>
+ <tr><th>Name</th><th>Size</th><th>type</th><th
colspan="2">Actions</th></tr>
{for (tc <- (res/gm("tripleCollection"))) yield
<tr>
<td>{tc*}</td>
@@ -26,6 +26,10 @@ import org.apache.clerezza.rdf.scala.uti
<input type="hidden"
name="graphName" value={tc*} />
<input type="submit"
value="smush" /></div></form>}
}</td>
+ <td><form action="graph"
method="get"><div>
+ <input type="hidden"
name="name" value={tc*} />
+ <input type="submit"
value="get" /></div></form>
+ </td>
</tr>
}
</table>