[Yanel-commits] rev 26252 - public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/src/java/org/wyona/yanel/impl/resources/updatefinder

michi at wyona.com michi at wyona.com
Tue Jul 24 20:42:29 CEST 2007


Author: michi
Date: 2007-07-24 20:42:28 +0200 (Tue, 24 Jul 2007)
New Revision: 26252

Modified:
   public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/src/java/org/wyona/yanel/impl/resources/updatefinder/UpdateFinder.java
Log:
refresh commented and css and js links which are currently not being used commented as well

Modified: public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/src/java/org/wyona/yanel/impl/resources/updatefinder/UpdateFinder.java
===================================================================
--- public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/src/java/org/wyona/yanel/impl/resources/updatefinder/UpdateFinder.java	2007-07-24 18:21:58 UTC (rev 26251)
+++ public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/src/java/org/wyona/yanel/impl/resources/updatefinder/UpdateFinder.java	2007-07-24 18:42:28 UTC (rev 26252)
@@ -211,8 +211,10 @@
     private String getScreen() {
         StringBuffer sb = new StringBuffer("<?xml version=\"1.0\"?>");
         sb.append("<html xmlns=\"http://www.w3.org/1999/xhtml\">");
-        sb.append("<head><title>Yanel Updater</title>");
-        //sb.append("<link rel=\"stylesheet\" type=\"text/css\" href=\"" + PathUtil.getResourcesHtdocsPath(this) + "css/resource-creator.css\"/>");
+        sb.append("<head>");
+        sb.append("<title>Yanel Updater</title>");
+
+/*
         sb.append("<link rel=\"stylesheet\" type=\"text/css\" href=\""
                 + PathUtil.getGlobalHtdocsPath(this) + "yanel-css/progressBar.css\"/>");
         sb.append("<script src=\"" + PathUtil.getGlobalHtdocsPath(this)
@@ -221,8 +223,9 @@
                 + "yanel-js/progressBar.js\" type=\"text/javascript\"></script>");
         sb.append("<script src=\"" + PathUtil.getGlobalHtdocsPath(this)
                 + "yanel-js/sorttable.js\" type=\"text/javascript\"></script>");
-        //sb.append("<script src=\"" + PathUtil.getResourcesHtdocsPath(this) + "js/ajaxlookup.js\" type=\"text/javascript\"></script>");
+*/
 
+/*
         if (request.getParameter("usecase") != null && request.getParameter("usecase").equals("updateconfirmed")) {    
             try {
                 Map bestUpdater = getBestUpdater();
@@ -232,6 +235,7 @@
                 log.error(e.getMessage(), e);
             }
         }
+*/
 
         sb.append("</head>");
         sb.append("<body>");



More information about the Yanel-commits mailing list