Changeset 2840
- Timestamp:
- 03/04/10 15:03:15
- Files:
-
- trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/default.xsl (modified) (2 diffs)
- trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/globals.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/strings.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/bwclassic.xsl (modified) (2 diffs)
- trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/calendarList.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/event.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/eventGrids.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/eventLists.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/footer.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/head.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/header.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/navigation.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/search.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/stats.xsl (modified) (1 diff)
- trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/themeSettings.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/default.xsl
r2594 r2840 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 3 Licensed to Jasig under one or more contributor license 4 agreements. See the NOTICE file distributed with this work 5 for additional information regarding copyright ownership. 6 Jasig licenses this file to you under the Apache License, 7 Version 2.0 (the "License"); you may not use this file 8 except in compliance with the License. You may obtain a 9 copy of the License at: 10 11 http://www.apache.org/licenses/LICENSE-2.0 12 13 Unless required by applicable law or agreed to in writing, 14 software distributed under the License is distributed on 15 an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 KIND, either express or implied. See the License for the 17 specific language governing permissions and limitations 18 under the License. 19 --> 2 20 <xsl:stylesheet version="1.0" 3 21 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" … … 21 39 22 40 =============================================================== --> 23 <!-- **********************************************************************24 Copyright 2009 Rensselaer Polytechnic Institute. All worldwide rights reserved.25 26 Redistribution and use of this distribution in source and binary forms,27 with or without modification, are permitted provided that:28 The above copyright notice and this permission notice appear in all29 copies and supporting documentation;30 31 The name, identifiers, and trademarks of Rensselaer Polytechnic32 Institute are not used in advertising or publicity without the33 express prior written permission of Rensselaer Polytechnic Institute;34 35 DISCLAIMER: The software is distributed" AS IS" without any express or36 implied warranty, including but not limited to, any implied warranties37 of merchantability or fitness for a particular purpose or any warrant)'38 of non-infringement of any current or pending patent rights. The authors39 of the software make no representations about the suitability of this40 software for any particular purpose. The entire risk as to the quality41 and performance of the software is with the user. Should the software42 prove defective, the user assumes the cost of all necessary servicing,43 repair or correction. In particular, neither Rensselaer Polytechnic44 Institute, nor the authors of the software are liable for any indirect,45 special, consequential, or incidental damages related to the software,46 to the maximum extent the law permits. -->47 41 48 42 <!-- DEFINE INCLUDES --> trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/globals.xsl
r2743 r2840 1 <!-- 2 Licensed to Jasig under one or more contributor license 3 agreements. See the NOTICE file distributed with this work 4 for additional information regarding copyright ownership. 5 Jasig licenses this file to you under the Apache License, 6 Version 2.0 (the "License"); you may not use this file 7 except in compliance with the License. You may obtain a 8 copy of the License at: 9 10 http://www.apache.org/licenses/LICENSE-2.0 11 12 Unless required by applicable law or agreed to in writing, 13 software distributed under the License is distributed on 14 an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 15 KIND, either express or implied. See the License for the 16 specific language governing permissions and limitations 17 under the License. 18 --> 1 19 <xsl:stylesheet 2 20 version="1.0" trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/strings.xsl
r2594 r2840 1 <!-- 2 Licensed to Jasig under one or more contributor license 3 agreements. See the NOTICE file distributed with this work 4 for additional information regarding copyright ownership. 5 Jasig licenses this file to you under the Apache License, 6 Version 2.0 (the "License"); you may not use this file 7 except in compliance with the License. You may obtain a 8 copy of the License at: 9 10 http://www.apache.org/licenses/LICENSE-2.0 11 12 Unless required by applicable law or agreed to in writing, 13 software distributed under the License is distributed on 14 an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 15 KIND, either express or implied. See the License for the 16 specific language governing permissions and limitations 17 under the License. 18 --> 1 19 <xsl:stylesheet 2 20 version="1.0" trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/bwclassic.xsl
r2597 r2840 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 3 Licensed to Jasig under one or more contributor license 4 agreements. See the NOTICE file distributed with this work 5 for additional information regarding copyright ownership. 6 Jasig licenses this file to you under the Apache License, 7 Version 2.0 (the "License"); you may not use this file 8 except in compliance with the License. You may obtain a 9 copy of the License at: 10 11 http://www.apache.org/licenses/LICENSE-2.0 12 13 Unless required by applicable law or agreed to in writing, 14 software distributed under the License is distributed on 15 an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 KIND, either express or implied. See the License for the 17 specific language governing permissions and limitations 18 under the License. 19 --> 2 20 <xsl:stylesheet 3 21 version="1.0" … … 29 47 30 48 =============================================================== --> 31 <!-- **********************************************************************32 Copyright 2006 Rensselaer Polytechnic Institute. All worldwide rights reserved.33 34 Redistribution and use of this distribution in source and binary forms,35 with or without modification, are permitted provided that:36 The above copyright notice and this permission notice appear in all37 copies and supporting documentation;38 39 The name, identifiers, and trademarks of Rensselaer Polytechnic40 Institute are not used in advertising or publicity without the41 express prior written permission of Rensselaer Polytechnic Institute;42 43 DISCLAIMER: The software is distributed" AS IS" without any express or44 implied warranty, including but not limited to, any implied warranties45 of merchantability or fitness for a particular purpose or any warrant)'46 of non-infringement of any current or pending patent rights. The authors47 of the software make no representations about the suitability of this48 software for any particular purpose. The entire risk as to the quality49 and performance of the software is with the user. Should the software50 prove defective, the user assumes the cost of all necessary servicing,51 repair or correction. In particular, neither Rensselaer Polytechnic52 Institute, nor the authors of the software are liable for any indirect,53 special, consequential, or incidental damages related to the software,54 to the maximum extent the law permits. -->55 49 56 50 <!-- ================================= --> trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/calendarList.xsl
r2597 r2840 1 <!-- 2 Licensed to Jasig under one or more contributor license 3 agreements. See the NOTICE file distributed with this work 4 for additional information regarding copyright ownership. 5 Jasig licenses this file to you under the Apache License, 6 Version 2.0 (the "License"); you may not use this file 7 except in compliance with the License. You may obtain a 8 copy of the License at: 9 10 http://www.apache.org/licenses/LICENSE-2.0 11 12 Unless required by applicable law or agreed to in writing, 13 software distributed under the License is distributed on 14 an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 15 KIND, either express or implied. See the License for the 16 specific language governing permissions and limitations 17 under the License. 18 --> 1 19 <xsl:stylesheet 2 20 version="1.0" trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/event.xsl
r2597 r2840 1 <!-- 2 Licensed to Jasig under one or more contributor license 3 agreements. See the NOTICE file distributed with this work 4 for additional information regarding copyright ownership. 5 Jasig licenses this file to you under the Apache License, 6 Version 2.0 (the "License"); you may not use this file 7 except in compliance with the License. You may obtain a 8 copy of the License at: 9 10 http://www.apache.org/licenses/LICENSE-2.0 11 12 Unless required by applicable law or agreed to in writing, 13 software distributed under the License is distributed on 14 an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 15 KIND, either express or implied. See the License for the 16 specific language governing permissions and limitations 17 under the License. 18 --> 1 19 <xsl:stylesheet 2 20 version="1.0" trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/eventGrids.xsl
r2597 r2840 1 <!-- 2 Licensed to Jasig under one or more contributor license 3 agreements. See the NOTICE file distributed with this work 4 for additional information regarding copyright ownership. 5 Jasig licenses this file to you under the Apache License, 6 Version 2.0 (the "License"); you may not use this file 7 except in compliance with the License. You may obtain a 8 copy of the License at: 9 10 http://www.apache.org/licenses/LICENSE-2.0 11 12 Unless required by applicable law or agreed to in writing, 13 software distributed under the License is distributed on 14 an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 15 KIND, either express or implied. See the License for the 16 specific language governing permissions and limitations 17 under the License. 18 --> 1 19 <xsl:stylesheet 2 20 version="1.0" trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/eventLists.xsl
r2597 r2840 1 <!-- 2 Licensed to Jasig under one or more contributor license 3 agreements. See the NOTICE file distributed with this work 4 for additional information regarding copyright ownership. 5 Jasig licenses this file to you under the Apache License, 6 Version 2.0 (the "License"); you may not use this file 7 except in compliance with the License. You may obtain a 8 copy of the License at: 9 10 http://www.apache.org/licenses/LICENSE-2.0 11 12 Unless required by applicable law or agreed to in writing, 13 software distributed under the License is distributed on 14 an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 15 KIND, either express or implied. See the License for the 16 specific language governing permissions and limitations 17 under the License. 18 --> 1 19 <xsl:stylesheet 2 20 version="1.0" trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/footer.xsl
r2597 r2840 1 <!-- 2 Licensed to Jasig under one or more contributor license 3 agreements. See the NOTICE file distributed with this work 4 for additional information regarding copyright ownership. 5 Jasig licenses this file to you under the Apache License, 6 Version 2.0 (the "License"); you may not use this file 7 except in compliance with the License. You may obtain a 8 copy of the License at: 9 10 http://www.apache.org/licenses/LICENSE-2.0 11 12 Unless required by applicable law or agreed to in writing, 13 software distributed under the License is distributed on 14 an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 15 KIND, either express or implied. See the License for the 16 specific language governing permissions and limitations 17 under the License. 18 --> 1 19 <xsl:stylesheet 2 20 version="1.0" trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/head.xsl
r2597 r2840 1 <!-- 2 Licensed to Jasig under one or more contributor license 3 agreements. See the NOTICE file distributed with this work 4 for additional information regarding copyright ownership. 5 Jasig licenses this file to you under the Apache License, 6 Version 2.0 (the "License"); you may not use this file 7 except in compliance with the License. You may obtain a 8 copy of the License at: 9 10 http://www.apache.org/licenses/LICENSE-2.0 11 12 Unless required by applicable law or agreed to in writing, 13 software distributed under the License is distributed on 14 an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 15 KIND, either express or implied. See the License for the 16 specific language governing permissions and limitations 17 under the License. 18 --> 1 19 <xsl:stylesheet 2 20 version="1.0" trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/header.xsl
r2632 r2840 1 <!-- 2 Licensed to Jasig under one or more contributor license 3 agreements. See the NOTICE file distributed with this work 4 for additional information regarding copyright ownership. 5 Jasig licenses this file to you under the Apache License, 6 Version 2.0 (the "License"); you may not use this file 7 except in compliance with the License. You may obtain a 8 copy of the License at: 9 10 http://www.apache.org/licenses/LICENSE-2.0 11 12 Unless required by applicable law or agreed to in writing, 13 software distributed under the License is distributed on 14 an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 15 KIND, either express or implied. See the License for the 16 specific language governing permissions and limitations 17 under the License. 18 --> 1 19 <xsl:stylesheet 2 20 version="1.0" trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/navigation.xsl
r2597 r2840 1 <!-- 2 Licensed to Jasig under one or more contributor license 3 agreements. See the NOTICE file distributed with this work 4 for additional information regarding copyright ownership. 5 Jasig licenses this file to you under the Apache License, 6 Version 2.0 (the "License"); you may not use this file 7 except in compliance with the License. You may obtain a 8 copy of the License at: 9 10 http://www.apache.org/licenses/LICENSE-2.0 11 12 Unless required by applicable law or agreed to in writing, 13 software distributed under the License is distributed on 14 an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 15 KIND, either express or implied. See the License for the 16 specific language governing permissions and limitations 17 under the License. 18 --> 1 19 <xsl:stylesheet 2 20 version="1.0" trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/search.xsl
r2597 r2840 1 <!-- 2 Licensed to Jasig under one or more contributor license 3 agreements. See the NOTICE file distributed with this work 4 for additional information regarding copyright ownership. 5 Jasig licenses this file to you under the Apache License, 6 Version 2.0 (the "License"); you may not use this file 7 except in compliance with the License. You may obtain a 8 copy of the License at: 9 10 http://www.apache.org/licenses/LICENSE-2.0 11 12 Unless required by applicable law or agreed to in writing, 13 software distributed under the License is distributed on 14 an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 15 KIND, either express or implied. See the License for the 16 specific language governing permissions and limitations 17 under the License. 18 --> 1 19 <xsl:stylesheet 2 20 version="1.0" trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/stats.xsl
r2597 r2840 1 <!-- 2 Licensed to Jasig under one or more contributor license 3 agreements. See the NOTICE file distributed with this work 4 for additional information regarding copyright ownership. 5 Jasig licenses this file to you under the Apache License, 6 Version 2.0 (the "License"); you may not use this file 7 except in compliance with the License. You may obtain a 8 copy of the License at: 9 10 http://www.apache.org/licenses/LICENSE-2.0 11 12 Unless required by applicable law or agreed to in writing, 13 software distributed under the License is distributed on 14 an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 15 KIND, either express or implied. See the License for the 16 specific language governing permissions and limitations 17 under the License. 18 --> 1 19 <xsl:stylesheet 2 20 version="1.0" trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/themeSettings.xsl
r2762 r2840 1 <!-- 2 Licensed to Jasig under one or more contributor license 3 agreements. See the NOTICE file distributed with this work 4 for additional information regarding copyright ownership. 5 Jasig licenses this file to you under the Apache License, 6 Version 2.0 (the "License"); you may not use this file 7 except in compliance with the License. You may obtain a 8 copy of the License at: 9 10 http://www.apache.org/licenses/LICENSE-2.0 11 12 Unless required by applicable law or agreed to in writing, 13 software distributed under the License is distributed on 14 an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 15 KIND, either express or implied. See the License for the 16 specific language governing permissions and limitations 17 under the License. 18 --> 1 19 <xsl:stylesheet 2 20 version="1.0"
