Author: degenaro
Date: Wed May 25 18:36:12 2016
New Revision: 1745529

URL: http://svn.apache.org/viewvc?rev=1745529&view=rev
Log:
UIMA-4946 DUCC Web Server (WS) file pager should display grabbable un-encoded 
name of file

Modified:
    
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/file.pager.jsp

Modified: 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/file.pager.jsp
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/file.pager.jsp?rev=1745529&r1=1745528&r2=1745529&view=diff
==============================================================================
--- 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/file.pager.jsp 
(original)
+++ 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/file.pager.jsp 
Wed May 25 18:36:12 2016
@@ -72,17 +72,15 @@ under the License.
     </fieldset>
   </form>
     <div class="log-display-top">
-        <b style="display:none">
-        <small>
+        <b>
         <%
         if (request.getParameter("fname") == null) {
-            out.println("?");
+            //out.println("?");
         } 
         else {
             out.println(request.getParameter("fname"));
         }
         %>
-        </small>
         </b>
         <div class="text-left">
             <ul id="pagination-demo" class="pagination-sm"></ul>


Reply via email to