You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by rh...@apache.org on 2011/03/15 11:17:21 UTC

svn commit: r1081713 - in /esme/trunk/server/src/main/webapp: action_view/index.html auth_view/index.html info_view/contacts.html info_view/user.html scripts/display_messages.js scripts/esme_table_sorter.js scripts/jquery.tablesorter.pager.js

Author: rhirsch
Date: Tue Mar 15 10:17:21 2011
New Revision: 1081713

URL: http://svn.apache.org/viewvc?rev=1081713&view=rev
Log:
[ESME-339] Clean up web content

Removed:
    esme/trunk/server/src/main/webapp/scripts/display_messages.js
    esme/trunk/server/src/main/webapp/scripts/esme_table_sorter.js
    esme/trunk/server/src/main/webapp/scripts/jquery.tablesorter.pager.js
Modified:
    esme/trunk/server/src/main/webapp/action_view/index.html
    esme/trunk/server/src/main/webapp/auth_view/index.html
    esme/trunk/server/src/main/webapp/info_view/contacts.html
    esme/trunk/server/src/main/webapp/info_view/user.html

Modified: esme/trunk/server/src/main/webapp/action_view/index.html
URL: http://svn.apache.org/viewvc/esme/trunk/server/src/main/webapp/action_view/index.html?rev=1081713&r1=1081712&r2=1081713&view=diff
==============================================================================
--- esme/trunk/server/src/main/webapp/action_view/index.html (original)
+++ esme/trunk/server/src/main/webapp/action_view/index.html Tue Mar 15 10:17:21 2011
@@ -28,7 +28,6 @@
 		<script type="text/javascript" src="../scripts/jquery-ui-1.8.2.custom.min.js">    </script>
 		<script type="text/javascript" src="../scripts/dialog_action.js">    </script>
 		<lift:TableSorterSnip/>
-		<script type="text/javascript" src="../scripts/esme.js">    </script>
 		<script type="text/javascript" src="../scripts/esme_table_sorter_action.js"></script>
 	</head>
 	<div id="back-header">

Modified: esme/trunk/server/src/main/webapp/auth_view/index.html
URL: http://svn.apache.org/viewvc/esme/trunk/server/src/main/webapp/auth_view/index.html?rev=1081713&r1=1081712&r2=1081713&view=diff
==============================================================================
--- esme/trunk/server/src/main/webapp/auth_view/index.html (original)
+++ esme/trunk/server/src/main/webapp/auth_view/index.html Tue Mar 15 10:17:21 2011
@@ -24,7 +24,6 @@
 		<script type="text/javascript" src="../scripts/jquery-ui-1.8.2.custom.min.js">    </script>
 		<script type="text/javascript" src="../scripts/dialog_token.js">    </script>
 		<lift:TableSorterSnip/>
-		<script type="text/javascript" src="../scripts/esme.js">    </script>
 		<script type="text/javascript" src="../scripts/esme_table_sorter_token.js"></script>
 	</head>
 	<div id="back-header">

Modified: esme/trunk/server/src/main/webapp/info_view/contacts.html
URL: http://svn.apache.org/viewvc/esme/trunk/server/src/main/webapp/info_view/contacts.html?rev=1081713&r1=1081712&r2=1081713&view=diff
==============================================================================
--- esme/trunk/server/src/main/webapp/info_view/contacts.html (original)
+++ esme/trunk/server/src/main/webapp/info_view/contacts.html Tue Mar 15 10:17:21 2011
@@ -25,7 +25,6 @@
         .actions { display: none; }
     </style> 
     <script type="text/javascript" src="../scripts/jquery-ui-1.8.2.custom.min.js"></script>
-    <script type="text/javascript" src="../scripts/esme_table_sorter.js"></script>
     <script type="text/javascript" src="../scripts/esme.js"></script>
   </head>          
     <div id="back-header">

Modified: esme/trunk/server/src/main/webapp/info_view/user.html
URL: http://svn.apache.org/viewvc/esme/trunk/server/src/main/webapp/info_view/user.html?rev=1081713&r1=1081712&r2=1081713&view=diff
==============================================================================
--- esme/trunk/server/src/main/webapp/info_view/user.html (original)
+++ esme/trunk/server/src/main/webapp/info_view/user.html Tue Mar 15 10:17:21 2011
@@ -25,7 +25,6 @@
         .actions { display: none; }
     </style> 
     <script type="text/javascript" src="../scripts/jquery-ui-1.8.2.custom.min.js"></script>
-    <script type="text/javascript" src="../scripts/esme_table_sorter.js"></script>
     <script type="text/javascript" src="../scripts/esme.js"></script>
   </head>
   <lift:user_info>