|
Revision 2890
(checked in by johnsa, 3 years ago)
|
user client: start of breaking user client into smaller files
|
| Line | |
|---|
| 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 |
--> |
|---|
| 19 |
<xsl:stylesheet |
|---|
| 20 |
version="1.0" |
|---|
| 21 |
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
|---|
| 22 |
xmlns="http://www.w3.org/1999/xhtml"> |
|---|
| 23 |
|
|---|
| 24 |
<!--==== FOOTER ====--> |
|---|
| 25 |
<xsl:template name="footer"> |
|---|
| 26 |
<div id="footer"> |
|---|
| 27 |
<xsl:copy-of select="$bwStr-Foot-DemonstrationCalendar"/> |
|---|
| 28 |
</div> |
|---|
| 29 |
<div id="subfoot"> |
|---|
| 30 |
<a href="http://www.bedework.org/"><xsl:copy-of select="$bwStr-Foot-BedeworkWebsite"/></a> | |
|---|
| 31 |
<a href="?noxslt=yes"><xsl:copy-of select="$bwStr-Foot-ShowXML"/></a> | |
|---|
| 32 |
<a href="?refreshXslt=yes"><xsl:copy-of select="$bwStr-Foot-RefreshXSLT"/></a> |
|---|
| 33 |
</div> |
|---|
| 34 |
</xsl:template> |
|---|
| 35 |
|
|---|
| 36 |
</xsl:stylesheet> |
|---|