X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fadsal%2Fweb%2Froot%2Fsrc%2Fmain%2Fresources%2FWEB-INF%2Fjsp%2Flogin.jsp;fp=opendaylight%2Fadsal%2Fweb%2Froot%2Fsrc%2Fmain%2Fresources%2FWEB-INF%2Fjsp%2Flogin.jsp;h=e2d1dd37e090685445be4abbc878e5dc79022ed3;hb=42c32160bfd41de57189bb246fec5ffb48ed8e9e;hp=0000000000000000000000000000000000000000;hpb=edf5bfcee83c750853253ccfd991ba7000f5f65b;p=controller.git diff --git a/opendaylight/adsal/web/root/src/main/resources/WEB-INF/jsp/login.jsp b/opendaylight/adsal/web/root/src/main/resources/WEB-INF/jsp/login.jsp new file mode 100644 index 0000000000..e2d1dd37e0 --- /dev/null +++ b/opendaylight/adsal/web/root/src/main/resources/WEB-INF/jsp/login.jsp @@ -0,0 +1,57 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ page import="java.net.URL" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> + + + + + + + + + + + + + +<% + String filePath = "/WEB-INF/jsp/customlogin.jsp"; + URL fileURL = pageContext.getServletContext().getResource(filePath); + if(fileURL!=null) { +%> + +<% } %> + ${title} + + + + + + + + +
+ +
+
+ +
+
+
+ +