Author: psharples
Date: Fri Oct  7 11:15:52 2011
New Revision: 1180005

URL: http://svn.apache.org/viewvc?rev=1180005&view=rev
Log:
Minor issue - removed border around hyperlinked image for making the widget 
load into a new window (IE specific)

Modified:
    incubator/wookie/trunk/WebContent/webmenu/demoWidget.jsp

Modified: incubator/wookie/trunk/WebContent/webmenu/demoWidget.jsp
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/webmenu/demoWidget.jsp?rev=1180005&r1=1180004&r2=1180005&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/webmenu/demoWidget.jsp (original)
+++ incubator/wookie/trunk/WebContent/webmenu/demoWidget.jsp Fri Oct  7 
11:15:52 2011
@@ -62,12 +62,12 @@
   <table>
       <tr>
         <td>
-          <div><a href="#" onclick="window.open('<%= 
request.getAttribute("firstWidgetURL") %>?idkey=<%= 
request.getParameter("idkey") 
%>&proxy=<%=request.getAttribute("proxy")%>')"><img 
src="../shared/images/view_1.gif" alt="open in new window"></a><h2 
style="display: inline;">Widget for first test user</h2></div><br>
+          <div><a href="#" onclick="window.open('<%= 
request.getAttribute("firstWidgetURL") %>?idkey=<%= 
request.getParameter("idkey") 
%>&proxy=<%=request.getAttribute("proxy")%>')"><img 
src="../shared/images/view_1.gif" alt="open in new window" border="0"></a><h2 
style="display: inline;">Widget for first test user</h2></div><br>
                  <iframe width="<%= request.getAttribute("widgetWidth") %>" 
height="<%= request.getAttribute("widgetHeight") %>" src="<%= 
request.getAttribute("firstWidgetURL") %>?idkey=<%= 
request.getParameter("idkey") %>&proxy=<%=request.getAttribute("proxy")%>">
                  </iframe>
                </td>
         <td>
-          <div><a href="#" onclick="window.open('<%= 
request.getAttribute("secondWidgetURL") %>?idkey=<%= 
request.getParameter("idkey") 
%>&proxy=<%=request.getAttribute("proxy")%>')"><img  
src="../shared/images/view_1.gif" alt="open in new window"></a><h2 
style="display: inline;">Widget for second test user</h2></div><br>
+          <div><a href="#" onclick="window.open('<%= 
request.getAttribute("secondWidgetURL") %>?idkey=<%= 
request.getParameter("idkey") 
%>&proxy=<%=request.getAttribute("proxy")%>')"><img  
src="../shared/images/view_1.gif" alt="open in new window" border="0"></a><h2 
style="display: inline;">Widget for second test user</h2></div><br>
                  <iframe width="<%= request.getAttribute("widgetWidth") %>" 
height="<%= request.getAttribute("widgetHeight") %>" src="<%= 
request.getAttribute("secondWidgetURL") %>?idkey=<%= 
request.getParameter("idkey") %>&proxy=<%=request.getAttribute("proxy")%>">
                  </iframe>
         </td>


Reply via email to