Index: lams_admin/web/themeManagement.jsp =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -r1ba327f73cb27c822d8a4ef36c386dd5a1432aef --- lams_admin/web/themeManagement.jsp (.../themeManagement.jsp) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80) +++ lams_admin/web/themeManagement.jsp (.../themeManagement.jsp) (revision 1ba327f73cb27c822d8a4ef36c386dd5a1432aef) @@ -1,189 +1,210 @@ + + <%@ include file="/taglibs.jsp"%> + + + + ${title} - + + + + function submitForm(methodName) { + document.getElementById("themeForm").submit(); + } + + + + + + +

-

+ + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + +
+ ${theme.name} + + ${theme.description} + + ${theme.imageDirectory} + + + + + + + + + " + onclick="editTheme('${theme.name}', '${theme.description}', '${theme.imageDirectory}', '${theme.themeId}', '${theme.currentDefaultTheme}')" + > + " + onclick="removeTheme('${theme.themeId}', '${theme.name}')" + > + + + "> + + + + +
+ +
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ * : + + +
+ : + + +
+ : + + +
+ : + + +
+ +
+
+ +
+ +
+
+ +
+
+
- - - - - - - - - - - - - - - - - - -
- - - - - - - - - -
- ${theme.name} - - ${theme.description} - - ${theme.imageDirectory} - - - - - + + - - - " - onclick="editTheme('${theme.name}', '${theme.description}', '${theme.imageDirectory}', '${theme.themeId}', '${theme.currentDefaultTheme}')" - > - " - onclick="removeTheme('${theme.themeId}', '${theme.name}')" - > - - - "> - - - - -
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - - - - -
- * : - - -
- : - - -
- : - - -
- : - - -
- -
-
- -
- -
-
- -
-
+ + +