Searched defs:stylesheetjs (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/tools/logdoc/
H A DLogHtmlTemplate.java88 public static String stylesheetjs = "document.write(\"<link href='\");\n\nif (is_ie6up) {\ndocument.write(\"css_ie6up.css\");\n} else if (is_ie5up) {\ndocument.write(\"css_ie5win.css\");\n} else if (is_gecko) {\ndocument.write(\"css_ns6up.css\");\n} else if (is_nav4 && is_win) {\ndocument.write(\"css_ns4win.css\");\n} else if (is_nav4) {\ndocument.write(\"css_ns4sol.css\");\n} else {\ndocument.write(\"css_ns6up.css\");\n}\n\ndocument.write(\"' type='text/css' rel='stylesheet' />\");\n"; field in class:LogHtmlTemplate
/forgerock/openam/openam-core/src/main/java/com/sun/identity/tools/logdoc/
H A DLogHtmlTemplate.java88 public static String stylesheetjs = "document.write(\"<link href='\");\n\nif (is_ie6up) {\ndocument.write(\"css_ie6up.css\");\n} else if (is_ie5up) {\ndocument.write(\"css_ie5win.css\");\n} else if (is_gecko) {\ndocument.write(\"css_ns6up.css\");\n} else if (is_nav4 && is_win) {\ndocument.write(\"css_ns4win.css\");\n} else if (is_nav4) {\ndocument.write(\"css_ns4sol.css\");\n} else {\ndocument.write(\"css_ns6up.css\");\n}\n\ndocument.write(\"' type='text/css' rel='stylesheet' />\");\n"; field in class:LogHtmlTemplate

Completed in 31 milliseconds