Author: degenaro
Date: Fri Mar  8 13:08:35 2013
New Revision: 1454365

URL: http://svn.apache.org/r1454365
Log:
UIMA-2722 DUCC webserver (WS) hints

Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/jobs.jsp
    
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/reservations.jsp
    uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/services.jsp

Modified: 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/jobs.jsp
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/jobs.jsp?rev=1454365&r1=1454364&r2=1454365&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/jobs.jsp 
(original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/jobs.jsp 
Fri Mar  8 13:08:35 2013
@@ -100,7 +100,7 @@ if (table_style.equals("scroll")) {
 if (table_style.equals("scroll")) {
 %>
        <table id="jobs-table" width="100%">
-       <caption><b>Jobs List</b><br><i><small>click column heading to 
sort</small></i></caption>
+       <caption title="Hint: use Preferences -> Table Style to alter 
format"><b>Jobs List</b><br><i><small>click column heading to 
sort</small></i></caption>
        <thead>
        <tr class="ducc-header">
        <th class="ducc-col-terminate"></th>
@@ -135,7 +135,7 @@ if (table_style.equals("scroll")) {
 if (table_style.equals("classic")) {
 %>
        <table width="100%">
-       <caption><b>Jobs List</b><br><i><small>click column heading to 
sort</small></i></caption>
+       <caption title="Hint: use Preferences -> Table Style to alter 
format"><b>Jobs List</b><br><i><small>click column heading to 
sort</small></i></caption>
        <tr>
     <td>
       <table class="sortable">

Modified: 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/reservations.jsp
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/reservations.jsp?rev=1454365&r1=1454364&r2=1454365&view=diff
==============================================================================
--- 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/reservations.jsp
 (original)
+++ 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/reservations.jsp
 Fri Mar  8 13:08:35 2013
@@ -98,7 +98,7 @@ if (table_style.equals("scroll")) {
 if (table_style.equals("scroll")) {
 %>
        <table id="reservations-table" width="100%">
-       <caption><b>Reservations List</b><br><i><small>click column heading to 
sort</small></i></caption>
+       <caption title="Hint: use Preferences -> Table Style to alter 
format"><b>Reservations List</b><br><i><small>click column heading to 
sort</small></i></caption>
        <thead>
        <tr class="ducc-header">
        <th class="ducc-col-terminate"></th>
@@ -127,7 +127,7 @@ if (table_style.equals("scroll")) {
 if (table_style.equals("classic")) {
 %>
        <table width="100%">
-       <caption><b>Reservations List</b><br><i><small>click column heading to 
sort</small></i></caption>
+       <caption title="Hint: use Preferences -> Table Style to alter 
format"><b>Reservations List</b><br><i><small>click column heading to 
sort</small></i></caption>
        <tr>
     <td>
       <table class="sortable">

Modified: 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/services.jsp
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/services.jsp?rev=1454365&r1=1454364&r2=1454365&view=diff
==============================================================================
--- 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/services.jsp 
(original)
+++ 
uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/services.jsp 
Fri Mar  8 13:08:35 2013
@@ -99,7 +99,7 @@ if (table_style.equals("scroll")) {
 if (table_style.equals("scroll")) {
 %>
        <table id="services-table" width="100%">
-       <caption><b>Services Definitions List</b><br><i><small>click column 
heading to sort</small></i></caption>
+       <caption title="Hint: use Preferences -> Table Style to alter 
format"><b>Services Definitions List</b><br><i><small>click column heading to 
sort</small></i></caption>
        <thead>
        <tr class="ducc-header">
                <th class="ducc-col-button"></th>
@@ -131,7 +131,7 @@ if (table_style.equals("scroll")) {
 if (table_style.equals("classic")) {
 %>
        <table width="100%">
-       <caption><b>Services Definitions List</b><br><i><small>click column 
heading to sort</small></i></caption>
+       <caption title="Hint: use Preferences -> Table Style to alter 
format"><b>Services Definitions List</b><br><i><small>click column heading to 
sort</small></i></caption>
        <tr>
     <td>
       <table class="sortable">


Reply via email to