Kaynağa Gözat

修改前端

laowo 4 yıl önce
ebeveyn
işleme
cf0035f9f7
64 değiştirilmiş dosya ile 66 ekleme ve 66 silme
  1. 2 2
      WebRoot/err/404.jsp
  2. 1 1
      WebRoot/opt/admin/index.jsp
  3. 1 1
      WebRoot/opt/admin/version.jsp
  4. 1 1
      WebRoot/opt/area/index.jsp
  5. 1 1
      WebRoot/opt/area/version.jsp
  6. 1 1
      WebRoot/opt/building/index.jsp
  7. 1 1
      WebRoot/opt/building/version.jsp
  8. 1 1
      WebRoot/opt/company/index.jsp
  9. 1 1
      WebRoot/opt/company/version.jsp
  10. 1 1
      WebRoot/opt/inspectionrecord/index.jsp
  11. 1 1
      WebRoot/opt/inspectors/index.jsp
  12. 1 1
      WebRoot/opt/outcrypackage/index.jsp
  13. 1 1
      WebRoot/opt/outcrypackage/version.jsp
  14. 1 1
      WebRoot/opt/patrolplan/index.jsp
  15. 1 1
      WebRoot/opt/patrolpoint/index.jsp
  16. 1 1
      WebRoot/opt/point/index.jsp
  17. 1 1
      WebRoot/opt/point/version.jsp
  18. 1 1
      WebRoot/opt/qrcodeanalysis/index.jsp
  19. 1 1
      WebRoot/opt/route/index.jsp
  20. 1 1
      WebRoot/opt/unit/index.jsp
  21. 1 1
      WebRoot/opt/unit/version.jsp
  22. 1 1
      WebRoot/opt/unitmodel/index.jsp
  23. 1 1
      WebRoot/opt/unitmodel/version.jsp
  24. 1 1
      WebRoot/view/checkrecord/index.jsp
  25. 1 1
      WebRoot/view/checkrecord2/index.jsp
  26. 1 1
      WebRoot/view/companyxx/index.jsp
  27. 1 1
      WebRoot/view/czjl/index.jsp
  28. 1 1
      WebRoot/view/efireAlarm/subeFireAlarm.jsp
  29. 1 1
      WebRoot/view/fireAlarm/FireDeviceIndex.jsp
  30. 1 1
      WebRoot/view/fireAlarm/index.jsp
  31. 1 1
      WebRoot/view/fireAlarm/window.jsp
  32. 1 1
      WebRoot/view/frontpage/company.jsp
  33. 1 1
      WebRoot/view/frontpage/map.jsp
  34. 1 1
      WebRoot/view/frontpage/query.jsp
  35. 1 1
      WebRoot/view/index.jsp
  36. 1 1
      WebRoot/view/liftAlarm/index.jsp
  37. 1 1
      WebRoot/view/liftAlarm/liftDeviceindex.jsp
  38. 1 1
      WebRoot/view/mainframe.jsp
  39. 1 1
      WebRoot/view/maintenance/index.jsp
  40. 2 2
      WebRoot/view/patrolplan/index.jsp
  41. 1 1
      WebRoot/view/patrolpoint/index.jsp
  42. 1 1
      WebRoot/view/proform/index.jsp
  43. 1 1
      WebRoot/view/proform2/index.jsp
  44. 1 1
      WebRoot/view/proform3/index.jsp
  45. 1 1
      WebRoot/view/proform4/index.jsp
  46. 1 1
      WebRoot/view/proform5/index.jsp
  47. 1 1
      WebRoot/view/pzb/index.jsp
  48. 1 1
      WebRoot/view/route/index.jsp
  49. 1 1
      WebRoot/view/route2/index.jsp
  50. 1 1
      WebRoot/view/rtuAlarm/index.jsp
  51. 1 1
      WebRoot/view/rtuAlarm/subRtuDevice.jsp
  52. 1 1
      WebRoot/view/test.jsp
  53. 1 1
      WebRoot/view/videoAlarm/VideoDeviceIndex.jsp
  54. 1 1
      WebRoot/view/videoAlarm/index.jsp
  55. 1 1
      WebRoot/view/videoAlarm/subVideoAlarm.jsp
  56. 1 1
      WebRoot/view/videoAlarm/subVideoDevice.jsp
  57. 1 1
      WebRoot/view/waterAlarm/WaterDeviceIndex.jsp
  58. 1 1
      WebRoot/view/waterAlarm/index.jsp
  59. 1 1
      WebRoot/view/waterAlarm/subWaterAlarm.jsp
  60. 1 1
      WebRoot/view/waterAlarm/subWaterBattery.jsp
  61. 1 1
      WebRoot/view/waterAlarm/subWaterDevice.jsp
  62. 1 1
      WebRoot/view/waterAlarm/subWaterSignal.jsp
  63. 1 1
      WebRoot/view/waterAlarm/window.jsp
  64. 1 1
      WebRoot/view/xhxx/index.jsp

+ 2 - 2
WebRoot/err/404.jsp

@@ -25,10 +25,10 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme =null;
+			theme = "";
 		}
     }else
-    	theme = null;
+    	theme = "";
 
     %>
 <!DOCTYPE html>

+ 1 - 1
WebRoot/opt/admin/index.jsp

@@ -26,7 +26,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/opt/admin/version.jsp

@@ -27,7 +27,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/opt/area/index.jsp

@@ -26,7 +26,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/opt/area/version.jsp

@@ -27,7 +27,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/opt/building/index.jsp

@@ -26,7 +26,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/opt/building/version.jsp

@@ -27,7 +27,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/opt/company/index.jsp

@@ -26,7 +26,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/opt/company/version.jsp

@@ -27,7 +27,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/opt/inspectionrecord/index.jsp

@@ -26,7 +26,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/opt/inspectors/index.jsp

@@ -26,7 +26,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/opt/outcrypackage/index.jsp

@@ -26,7 +26,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/opt/outcrypackage/version.jsp

@@ -27,7 +27,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/opt/patrolplan/index.jsp

@@ -35,7 +35,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/opt/patrolpoint/index.jsp

@@ -26,7 +26,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/opt/point/index.jsp

@@ -26,7 +26,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/opt/point/version.jsp

@@ -27,7 +27,7 @@
         else if (theme.equals("standard"))
             css_name = "ext-standard.css";
         else {
-            theme = null;
+            theme = "";
         }
     }
 %>

+ 1 - 1
WebRoot/opt/qrcodeanalysis/index.jsp

@@ -26,7 +26,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/opt/route/index.jsp

@@ -26,7 +26,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/opt/unit/index.jsp

@@ -26,7 +26,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/opt/unit/version.jsp

@@ -27,7 +27,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/opt/unitmodel/index.jsp

@@ -26,7 +26,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/opt/unitmodel/version.jsp

@@ -27,7 +27,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/view/checkrecord/index.jsp

@@ -26,7 +26,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/view/checkrecord2/index.jsp

@@ -26,7 +26,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/view/companyxx/index.jsp

@@ -34,7 +34,7 @@
         else if (theme.equals("standard"))
             css_name = "ext-standard.css";
         else {
-            theme = null;
+            theme = "";
         }
     }
 %>

+ 1 - 1
WebRoot/view/czjl/index.jsp

@@ -35,7 +35,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/view/efireAlarm/subeFireAlarm.jsp

@@ -34,7 +34,7 @@
         else if (theme.equals("standard"))
             css_name = "ext-standard.css";
         else {
-            theme = null;
+            theme = "";
         }
     } else
         theme = "";

+ 1 - 1
WebRoot/view/fireAlarm/FireDeviceIndex.jsp

@@ -34,7 +34,7 @@
         else if (theme.equals("standard"))
             css_name = "ext-standard.css";
         else {
-            theme = null;
+            theme = "";
         }
     }
 %>

+ 1 - 1
WebRoot/view/fireAlarm/index.jsp

@@ -35,7 +35,7 @@
         else if (theme.equals("standard"))
             css_name = "ext-standard.css";
         else {
-            theme = null;
+            theme = "";
         }
     } else
         theme = "";

+ 1 - 1
WebRoot/view/fireAlarm/window.jsp

@@ -34,7 +34,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
     	else {
-    		theme =null;
+    		theme = "";
 		}
     }else
     	theme="";

+ 1 - 1
WebRoot/view/frontpage/company.jsp

@@ -34,7 +34,7 @@
         else if (theme.equals("standard"))
             css_name = "ext-standard.css";
         else {
-            theme = null;
+            theme = "";
         }
     } else
         theme = "";

+ 1 - 1
WebRoot/view/frontpage/map.jsp

@@ -54,7 +54,7 @@
         else if (theme.equals("standard"))
             css_name = "ext-standard.css";
         else {
-            theme = null;
+            theme = "";
         }
     } else
         theme = "";

+ 1 - 1
WebRoot/view/frontpage/query.jsp

@@ -38,7 +38,7 @@
         else if (theme.equals("standard"))
             css_name = "ext-standard.css";
         else {
-            theme = null;
+            theme = "";
         }
     } else
         theme = "";

+ 1 - 1
WebRoot/view/index.jsp

@@ -52,7 +52,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }else
     	theme = "";

+ 1 - 1
WebRoot/view/liftAlarm/index.jsp

@@ -34,7 +34,7 @@
         else if (theme.equals("standard"))
             css_name = "ext-standard.css";
         else {
-            theme = null;
+            theme = "";
         }
     } else
         theme = "";

+ 1 - 1
WebRoot/view/liftAlarm/liftDeviceindex.jsp

@@ -34,7 +34,7 @@
         else if (theme.equals("standard"))
             css_name = "ext-standard.css";
         else {
-            theme = null;
+            theme = "";
         }
     }
 %>

+ 1 - 1
WebRoot/view/mainframe.jsp

@@ -26,7 +26,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }else
     	theme = "";

+ 1 - 1
WebRoot/view/maintenance/index.jsp

@@ -35,7 +35,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 2 - 2
WebRoot/view/patrolplan/index.jsp

@@ -35,10 +35,10 @@
         else if (theme.equals("standard"))
             css_name = "ext-standard.css";
         else {
-            theme = null;
+            theme = "";
         }
     } else {
-        theme = null;
+        theme = "";
     }
 %>
 <%!

+ 1 - 1
WebRoot/view/patrolpoint/index.jsp

@@ -35,7 +35,7 @@
         else if (theme.equals("standard"))
             css_name = "ext-standard.css";
         else {
-            theme = null;
+            theme = "";
         }
     }
 %>

+ 1 - 1
WebRoot/view/proform/index.jsp

@@ -34,7 +34,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }else
     	theme = "";

+ 1 - 1
WebRoot/view/proform2/index.jsp

@@ -34,7 +34,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }else
     	theme = "";

+ 1 - 1
WebRoot/view/proform3/index.jsp

@@ -34,7 +34,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }else
     	theme = "";

+ 1 - 1
WebRoot/view/proform4/index.jsp

@@ -34,7 +34,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }else
     	theme = "";

+ 1 - 1
WebRoot/view/proform5/index.jsp

@@ -34,7 +34,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }else
     	theme = "";

+ 1 - 1
WebRoot/view/pzb/index.jsp

@@ -26,7 +26,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/view/route/index.jsp

@@ -35,7 +35,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/view/route2/index.jsp

@@ -35,7 +35,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/view/rtuAlarm/index.jsp

@@ -34,7 +34,7 @@
         else if (theme.equals("standard"))
             css_name = "ext-standard.css";
         else {
-            theme = null;
+            theme = "";
         }
     } else
         theme = "";

+ 1 - 1
WebRoot/view/rtuAlarm/subRtuDevice.jsp

@@ -34,7 +34,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/view/test.jsp

@@ -46,7 +46,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }else
     	theme = "";

+ 1 - 1
WebRoot/view/videoAlarm/VideoDeviceIndex.jsp

@@ -34,7 +34,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/view/videoAlarm/index.jsp

@@ -35,7 +35,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }else
     	theme = "";

+ 1 - 1
WebRoot/view/videoAlarm/subVideoAlarm.jsp

@@ -34,7 +34,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
     	else {
-    		theme = null;
+    		theme = "";
 		}
     }else
     	theme="";

+ 1 - 1
WebRoot/view/videoAlarm/subVideoDevice.jsp

@@ -34,7 +34,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/view/waterAlarm/WaterDeviceIndex.jsp

@@ -34,7 +34,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/view/waterAlarm/index.jsp

@@ -34,7 +34,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }else
     	theme = "";

+ 1 - 1
WebRoot/view/waterAlarm/subWaterAlarm.jsp

@@ -34,7 +34,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }else
     	theme="";

+ 1 - 1
WebRoot/view/waterAlarm/subWaterBattery.jsp

@@ -34,7 +34,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/view/waterAlarm/subWaterDevice.jsp

@@ -34,7 +34,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/view/waterAlarm/subWaterSignal.jsp

@@ -34,7 +34,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>

+ 1 - 1
WebRoot/view/waterAlarm/window.jsp

@@ -34,7 +34,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 
 		}
     }else

+ 1 - 1
WebRoot/view/xhxx/index.jsp

@@ -35,7 +35,7 @@
     	else if(theme.equals("standard"))
     		css_name = "ext-standard.css";
 		else {
-			theme = null;
+			theme = "";
 		}
     }
 %>