Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbrealey2005-12-03 04:36:12 +0000
committercbrealey2005-12-03 04:36:12 +0000
commit496024f85bc491faf29b650c77d25e33b17a939e (patch)
tree68df077b5d541562fa27472bf989233f6877281c /bundles/org.eclipse.wst.ws.explorer/wsexplorer/uddi
parentca206978160310f43774249501f919e04c1853e7 (diff)
downloadwebtools.webservices-496024f85bc491faf29b650c77d25e33b17a939e.tar.gz
webtools.webservices-496024f85bc491faf29b650c77d25e33b17a939e.tar.xz
webtools.webservices-496024f85bc491faf29b650c77d25e33b17a939e.zip
[118087] UDDI custom taxonomies cannot be loaded into the WSExplorer
Diffstat (limited to 'bundles/org.eclipse.wst.ws.explorer/wsexplorer/uddi')
-rw-r--r--bundles/org.eclipse.wst.ws.explorer/wsexplorer/uddi/forms/ud_categories_table.jsp6
-rw-r--r--bundles/org.eclipse.wst.ws.explorer/wsexplorer/uddi/scripts/detailstables.jsp80
2 files changed, 46 insertions, 40 deletions
diff --git a/bundles/org.eclipse.wst.ws.explorer/wsexplorer/uddi/forms/ud_categories_table.jsp b/bundles/org.eclipse.wst.ws.explorer/wsexplorer/uddi/forms/ud_categories_table.jsp
index d4fc18e66..0c31a7bcb 100644
--- a/bundles/org.eclipse.wst.ws.explorer/wsexplorer/uddi/forms/ud_categories_table.jsp
+++ b/bundles/org.eclipse.wst.ws.explorer/wsexplorer/uddi/forms/ud_categories_table.jsp
@@ -27,12 +27,14 @@
<td height=40 valign="bottom" align="left" nowrap class="labels">
<strong><%=uddiPerspective.getMessage("FORM_LABEL_USER_DEFINED_CATEGORIES")%></strong>
</td>
+ <!--
<td height=40 valign="bottom" align="left" nowrap class="labels">
<a href="javascript:editSelectedDetailsUserDefinedCategoryRows('<%=tableContainerId%>')"><%=uddiPerspective.getMessage("FORM_LINK_EDIT")%></a>
</td>
<td height=40 valign="bottom" align="left" nowrap class="labels">
<a href="javascript:cancelSelectedDetailsUserDefinedCategoryRows('<%=tableContainerId%>')"><%=uddiPerspective.getMessage("FORM_LINK_CANCEL")%></a>
</td>
+ -->
<td nowrap width="90%">&nbsp;</td>
</tr>
</table>
@@ -46,11 +48,15 @@
<div id="<%=tableContainerId%>" style="display:'';">
<table width="95%" cellpadding=3 cellspacing=0 class="tableborder">
<tr>
+ <!--
<th class="checkboxcells" width=10><input type="checkbox" onClick="handleCheckAllClick('<%=tableContainerId%>',this)" title="<%=controller.getMessage("FORM_CONTROL_TITLE_SELECT_ALL_CHECK_BOX")%>"></th>
+ -->
<th class="headercolor" width="15%"><%=uddiPerspective.getMessage("FORM_LABEL_NAME")%></th>
+ <!--
<th class="headercolor" width="10%"><%=uddiPerspective.getMessage("FORM_LABEL_CHECKED")%></th>
<th class="headercolor" width="70%"><%=uddiPerspective.getMessage("FORM_LABEL_FILE")%></th>
<th class="headercolor" width="*"><%=controller.getMessage("FORM_LABEL_ACTIONS")%></th>
+ -->
</tr>
</table>
</div>
diff --git a/bundles/org.eclipse.wst.ws.explorer/wsexplorer/uddi/scripts/detailstables.jsp b/bundles/org.eclipse.wst.ws.explorer/wsexplorer/uddi/scripts/detailstables.jsp
index b0c3ad61f..1fde370c9 100644
--- a/bundles/org.eclipse.wst.ws.explorer/wsexplorer/uddi/scripts/detailstables.jsp
+++ b/bundles/org.eclipse.wst.ws.explorer/wsexplorer/uddi/scripts/detailstables.jsp
@@ -859,53 +859,53 @@
var table = getTable(tableContainerId);
var tableBody = table.getElementsByTagName("TBODY").item(0);
var newRow = document.createElement("tr");
- var column0 = document.createElement("td");
+ //var column0 = document.createElement("td");
var column1 = document.createElement("td");
- var column2 = document.createElement("td");
- var column3 = document.createElement("td");
- var column4 = document.createElement("td");
+ //var column2 = document.createElement("td");
+ //var column3 = document.createElement("td");
+ //var column4 = document.createElement("td");
- column0.className = "checkboxcells";
+ //column0.className = "checkboxcells";
column1.className = "tablecells";
column1.width = "15%";
- column2.className = "tablecells";
- column2.width = "10%";
- column3.className = "tablecells";
- column3.width = "70%";
- column4.className = "tablecells";
-
- var rowCheckbox = createRowCheckbox();
- column0.appendChild(rowCheckbox);
-
- column1.appendChild(createHiddenElement("",fileName)); <%// original file name%>
- column1.appendChild(createHiddenElement("",hasError)); <%// mode%>
- column1.appendChild(createHiddenElement("",tModelKey)); <%// tModelKey%>
+ //column2.className = "tablecells";
+ //column2.width = "10%";
+ //column3.className = "tablecells";
+ //column3.width = "70%";
+ //column4.className = "tablecells";
+
+ //var rowCheckbox = createRowCheckbox();
+ //column0.appendChild(rowCheckbox);
+
+ //column1.appendChild(createHiddenElement("",fileName)); <%// original file name%>
+ //column1.appendChild(createHiddenElement("",hasError)); <%// mode%>
+ //column1.appendChild(createHiddenElement("",tModelKey)); <%// tModelKey%>
column1.appendChild(document.createTextNode(categoryName));
- column2.appendChild(document.createTextNode(isChecked));
-
- if (hasError)
- {
- column3.appendChild(createHiddenElement("<%=UDDIActionInputs.CATEGORY_TMODEL_KEY%>",tModelKey));
- var fileInput = document.createElement("input");
- fileInput.setAttribute("name","<%=UDDIActionInputs.CATEGORY_FILENAME%>");
- fileInput.setAttribute("type","file");
- fileInput.title = "<%=HTMLUtils.JSMangle(uddiPerspective.getMessage("FORM_CONTROL_TITLE_CATEGORY_FILE"))%>";
- fileInput.className = "tablefilebrowse";
- column3.appendChild(fileInput);
- addDetailsUserDefinedCategoryRowCancelLink(tableContainerId,column4,table.rows.length);
- }
- else
- {
- column3.appendChild(document.createTextNode(fileName));
- addDetailsUserDefinedCategoryRowEditLink(tableContainerId,column4,table.rows.length);
- }
-
- newRow.appendChild(column0);
+ //column2.appendChild(document.createTextNode(isChecked));
+
+ //if (hasError)
+ //{
+ // column3.appendChild(createHiddenElement("<%=UDDIActionInputs.CATEGORY_TMODEL_KEY%>",tModelKey));
+ // var fileInput = document.createElement("input");
+ // fileInput.setAttribute("name","<%=UDDIActionInputs.CATEGORY_FILENAME%>");
+ // fileInput.setAttribute("type","file");
+ // fileInput.title = "<%=HTMLUtils.JSMangle(uddiPerspective.getMessage("FORM_CONTROL_TITLE_CATEGORY_FILE"))%>";
+ // fileInput.className = "tablefilebrowse";
+ // column3.appendChild(fileInput);
+ // addDetailsUserDefinedCategoryRowCancelLink(tableContainerId,column4,table.rows.length);
+ //}
+ //else
+ //{
+ // column3.appendChild(document.createTextNode(fileName));
+ // addDetailsUserDefinedCategoryRowEditLink(tableContainerId,column4,table.rows.length);
+ //}
+
+ //newRow.appendChild(column0);
newRow.appendChild(column1);
- newRow.appendChild(column2);
- newRow.appendChild(column3);
- newRow.appendChild(column4);
+ //newRow.appendChild(column2);
+ //newRow.appendChild(column3);
+ //newRow.appendChild(column4);
tableBody.appendChild(newRow);
}

Back to the top