summaryrefslogtreecommitdiffstats
path: root/sandbox/thilina/geronimo_ACE/src/main/webapp/pages/Standalone.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/thilina/geronimo_ACE/src/main/webapp/pages/Standalone.jsp')
-rw-r--r--sandbox/thilina/geronimo_ACE/src/main/webapp/pages/Standalone.jsp10
1 files changed, 9 insertions, 1 deletions
diff --git a/sandbox/thilina/geronimo_ACE/src/main/webapp/pages/Standalone.jsp b/sandbox/thilina/geronimo_ACE/src/main/webapp/pages/Standalone.jsp
index 6e8ec83af8..120d7583eb 100644
--- a/sandbox/thilina/geronimo_ACE/src/main/webapp/pages/Standalone.jsp
+++ b/sandbox/thilina/geronimo_ACE/src/main/webapp/pages/Standalone.jsp
@@ -6,9 +6,17 @@
<form id="form1" name="form1" method="post" action="<portlet:actionURL/>">
<table>
<tr>
- <td>Location:</td>
+ <td>Contribution Location :</td>
<td><input type="text" name="contributionLocation" size="100"/></td>
</tr>
+ <tr>
+ <td>Name of the node :</td>
+ <td><input type="text" name="nodeName" size="100"/></td>
+ </tr>
+ <tr>
+ <td>Composite :</td>
+ <td><input type="text" name="composite" size="100"/></td>
+ </tr>
</table>
<input type="submit" name="addStandaloneNode" value="start"/>
</form>