Searched refs:footer (Results 1 - 7 of 7) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java606 * be included into the footer of generated web pages.
610 private transient String footer = null; field in class:Configuration
613 * Get the contents of the footer include file.
619 if (footer == null) {
620 footer = getFileContent(new File(getDataRoot(), FOOTER_INCLUDE_FILE));
622 return footer;
627 * be included into the footer of generated web pages.
634 * Get the contents of the footer include file.
/opengrok-sun/web/default/
H A Dprint.css444 /* ############### start of footer ############## */
445 #footer {
452 #footer p { /* footer text */
476 /* ############### end of footer ############## */
H A Dstyle.css622 /* ############### start of footer ############## */
623 #footer {
629 #footer p { /* footer text */
653 /* ############### end of footer ############## */
/opengrok-sun/web/offwhite/
H A Dprint.css452 /* ############### start of footer ############## */
453 #footer {
460 #footer p { /* footer text */
484 /* ############### end of footer ############## *
H A Dstyle.css653 /* ############### start of footer ############## */
654 #footer {
661 #footer p { /* footer text */
685 /* ############### end of footer ############## */
/opengrok-sun/web/polished/
H A Dprint.css452 /* ############### start of footer ############## */
453 #footer {
460 #footer p { /* footer text */
484 /* ############### end of footer ############## *
H A Dstyle.css719 /* ############### start of footer ############## */
720 #footer {
737 #footer p { /* footer text */
761 /* ############### end of footer ############## */

Completed in 379 milliseconds