Web UI Branding support 21/121/1
authorMadhu Venugopal <vmadhu@cisco.com>
Sat, 6 Apr 2013 01:38:08 +0000 (18:38 -0700)
committerMadhu Venugopal <vmadhu@cisco.com>
Sat, 6 Apr 2013 01:38:08 +0000 (18:38 -0700)
commit3a854591641b762adc5477da9de779d286f8f3a7
tree51225402fbbe5cf35d4a2d73f6567604b6f168ee
parent0cc147bcc963544380071b7d101ece8bbea55849
Web UI Branding support
This fix provides an extensible branding support with the help of OSGi Fragment.
Also included a sample branding fragment which can be used to create custom brands.

Change-Id: Ifccf87ba6a57bf2d0a6da07b6a1809994d7fdf1f
Signed-off-by: Madhu Venugopal <vmadhu@cisco.com>
opendaylight/web/brandfragment/pom.xml [new file with mode: 0644]
opendaylight/web/brandfragment/src/main/resources/WEB-INF/jsp/customlogin.jsp [new file with mode: 0644]
opendaylight/web/brandfragment/src/main/resources/WEB-INF/jsp/custommain.jsp [new file with mode: 0644]
opendaylight/web/brandfragment/src/main/resources/css/customlogin.less [new file with mode: 0644]
opendaylight/web/brandfragment/src/main/resources/css/custommain.less [new file with mode: 0644]
opendaylight/web/brandfragment/src/main/resources/img/logo.png [new file with mode: 0644]
opendaylight/web/root/src/main/resources/WEB-INF/jsp/login.jsp
opendaylight/web/root/src/main/resources/WEB-INF/jsp/main.jsp