You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2013/11/24 20:26:25 UTC

svn commit: r1545055 - /juddi/trunk/juddi-gui/src/main/webapp/signer.jsp

Author: alexoree
Date: Sun Nov 24 19:26:25 2013
New Revision: 1545055

URL: http://svn.apache.org/r1545055
Log:
JUDDI-719 fixing the presentation size and hiding the text box

Modified:
    juddi/trunk/juddi-gui/src/main/webapp/signer.jsp

Modified: juddi/trunk/juddi-gui/src/main/webapp/signer.jsp
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-gui/src/main/webapp/signer.jsp?rev=1545055&r1=1545054&r2=1545055&view=diff
==============================================================================
--- juddi/trunk/juddi-gui/src/main/webapp/signer.jsp (original)
+++ juddi/trunk/juddi-gui/src/main/webapp/signer.jsp Sun Nov 24 19:26:25 2013
@@ -30,7 +30,7 @@
             You're about to digitally sign the <b><%=StringEscapeUtils.escapeHtml(itemtype)%></b> identified by the key <b><%=StringEscapeUtils.escapeHtml(id)%></b>.<br>
             By electronically signing this UDDI entry, other users will then be able to verify that this entry hasn't been modified.<br>
 
-            <applet code="org.apache.juddi.gui.dsig.XmlSigApplet2" archive="applets/juddi-gui-dsig-all.jar" MAYSCRIPT></applet> 
+            <applet code="org.apache.juddi.gui.dsig.XmlSigApplet2" archive="applets/juddi-gui-dsig-all.jar" MAYSCRIPT height="300px" width="400px"></applet> 
             <script type="text/javascript">
                 $.get("ajax/toXML.jsp?id=<%=id%>&type=<%=itemtype%>", function(data){
                     $("#data").val(data);
@@ -136,7 +136,7 @@
                     //display:none  <a class="btn" href="javascript:go();">Go</a>
             </script>
 
-            <textarea name="data" rows="15" cols="80" id="data" style=""><%=ResourceLoader.GetResource(session, "items.loading")%>....</textarea>
+            <textarea class="hide" name="data" rows="15" cols="80" id="data" style=""><%=ResourceLoader.GetResource(session, "items.loading")%>....</textarea>
         </div>
 
     </div>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org