forked from sakaiproject/sakai
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SAM-2894 Consolidate authorIndex*.jsp files (sakaiproject#2676)
This change consolidates authorIndex.jsp and authorIndex_noHeader.jsp into one file (using authorIndex.jsp as the authoritative version) named authorIndex_content.jsp. An authorIndex_container.jsp was created which just includes this _content file. All the faces-config, where updated to reference the authorIndex_container.jsp.
- Loading branch information
1 parent
f9cdbd7
commit e575fb1
Showing
8 changed files
with
41 additions
and
479 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
samigo/samigo-app/src/webapp/jsf/author/authorIndex_container.jsp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<%-- | ||
~ /** | ||
~ * Copyright (c) 2016, The Apereo Foundation | ||
~ * | ||
~ * Licensed under the Educational Community License, Version 2.0 (the "License"); | ||
~ * you may not use this file except in compliance with the License. | ||
~ * You may obtain a copy of the License at | ||
~ * | ||
~ * http://opensource.org/licenses/ecl2 | ||
~ * | ||
~ * Unless required by applicable law or agreed to in writing, software | ||
~ * distributed under the License is distributed on an "AS IS" BASIS, | ||
~ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
~ * See the License for the specific language governing permissions and | ||
~ * limitations under the License. | ||
~ */ | ||
--%> | ||
|
||
<%@ page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8" language="java" %> | ||
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> | ||
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> | ||
<%@ taglib uri="http://www.sakaiproject.org/samigo" prefix="samigo" %> | ||
<%@ taglib uri="http://sakaiproject.org/jsf/sakai" prefix="sakai" %> | ||
|
||
<!DOCTYPE html | ||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | ||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
|
||
<f:view> | ||
<%@ include file="../author/authorIndex_content.jsp"%> | ||
</f:view> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.