You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by de...@apache.org on 2013/12/06 12:18:10 UTC

svn commit: r1548495 - in /uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root: system.classes.jsp system.daemons.jsp system.machines.jsp

Author: degenaro
Date: Fri Dec  6 11:18:10 2013
New Revision: 1548495

URL: http://svn.apache.org/r1548495
Log:
UIMA-3465 DUCC webserver (WS) "display" issues

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.classes.jsp
    uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.daemons.jsp
    uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.machines.jsp

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.classes.jsp
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.classes.jsp?rev=1548495&r1=1548494&r2=1548495&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.classes.jsp (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.classes.jsp Fri Dec  6 11:18:10 2013
@@ -27,6 +27,7 @@ under the License.
 if (table_style.equals("scroll")) {
 %>  
   <script type="text/javascript" charset="utf-8">
+	var oTable;
 	$(document).ready(function() {
 		oTable = $('#system-classes').dataTable( {
 			"bProcessing": true,
@@ -94,7 +95,7 @@ if (table_style.equals("scroll")) {
 if (table_style.equals("scroll")) {
 %>
 	<table id="system-classes" width="100%">
-	<caption><b>Classes List</b><br><i><small>click column heading to sort</small></i></caption>
+	<caption title="Hint: use Preferences -> Table Style to alter format"><b>Classes List</b><br><i><small>click column heading to sort</small></i></caption>
 	<thead>
 	<tr class="ducc-header">
 	<th align="left">Name</th>
@@ -121,15 +122,13 @@ if (table_style.equals("scroll")) {
 <%
 if (table_style.equals("classic")) {
 %>
-	<table>
-   	<caption><b>Classes List</b><br><i><small>click column heading to sort</small></i></caption>
+	<table id="system-classes" width="100%">
+	<caption title="Hint: use Preferences -> Table Style to alter format"><b>Classes List</b><br><i><small>click column heading to sort</small></i></caption>
    	<tr>
     <td>
       <table class="sortable">
 		<thead>
 		<tr class="ducc-head">
-		<thead>
-		<tr class="ducc-head">
 			<th align="left">Name</th>
 			<th align="left">Policy</th>
 			<th align="left">Weight</th>

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.daemons.jsp
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.daemons.jsp?rev=1548495&r1=1548494&r2=1548495&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.daemons.jsp (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.daemons.jsp Fri Dec  6 11:18:10 2013
@@ -27,6 +27,7 @@ under the License.
 if (table_style.equals("scroll")) {
 %>  
   <script type="text/javascript" charset="utf-8">
+	var oTable;
 	$(document).ready(function() {
 		oTable = $('#system-daemons').dataTable( {
 			"bProcessing": true,
@@ -101,7 +102,7 @@ if (table_style.equals("scroll")) {
 if (table_style.equals("scroll")) {
 %>
 	<table id="system-daemons" width="100%">
-	<caption><b>Daemons List</b><br><i><small>click column heading to sort</small></i></caption>
+	<caption title="Hint: use Preferences -> Table Style to alter format"><b>Daemons List</b><br><i><small>click column heading to sort</small></i></caption>
 	<thead>
 	<tr class="ducc-header">
 	<th align="left" style="width: 75px;" title="The current status">Status</th>
@@ -127,15 +128,13 @@ if (table_style.equals("scroll")) {
 <%
 if (table_style.equals("classic")) {
 %>
-	<table>
-   	<caption><b>Daemons List</b><br><i><small>click column heading to sort</small></i></caption>
+	<table id="system-daemons" width="100%">
+	<caption title="Hint: use Preferences -> Table Style to alter format"><b>Daemons List</b><br><i><small>click column heading to sort</small></i></caption>
    	<tr>
     <td>
       <table class="sortable">
 		<thead>
 		<tr class="ducc-head">
-		<thead>
-		<tr class="ducc-head">
 			<th align="left" style="width: 75px;" title="The current status">Status</th>
 			<th align="left" title="The daemon name">Daemon Name</th>
 			<th align="left" style="width: 150px;" title="The date+time this daemon was booted">Boot Time</th>

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.machines.jsp
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.machines.jsp?rev=1548495&r1=1548494&r2=1548495&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.machines.jsp (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/system.machines.jsp Fri Dec  6 11:18:10 2013
@@ -27,6 +27,7 @@ under the License.
   if (table_style.equals("scroll")) {
   %>  
     <script type="text/javascript" charset="utf-8">
+	var oTable;
 	$(document).ready(function() {
 		oTable = $('#machines-table').dataTable( {
 			"bProcessing": true,
@@ -108,7 +109,7 @@ under the License.
 if (table_style.equals("scroll")) {
 %>
 	<table id="machines-table" width="100%">
-	<caption><b>Machines List</b><br><i><small>click column heading to sort</small></i></caption>
+	<caption title="Hint: use Preferences -> Table Style to alter format"><b>Machines List</b><br><i><small>click column heading to sort</small></i></caption>
 	<thead>
 	<tr class="ducc-header">
 	<th class="ducc-col-terminate"></th>
@@ -133,8 +134,8 @@ if (table_style.equals("scroll")) {
 <%
 if (table_style.equals("classic")) {
 %>
-	<table>
-   	<caption><b>Machines List</b><br><i><small>click column heading to sort</small></i></caption>
+	<table id="machines-table" width="100%">
+	<caption title="Hint: use Preferences -> Table Style to alter format"><b>Machines List</b><br><i><small>click column heading to sort</small></i></caption>
    	<tr>
     <td>
       <table class="sortable">