Changeset 2842
- Timestamp:
- 03/04/10 15:04:20
- Files:
-
- trunk/deployment/webuser/webapp/resources/demoskins/default/PDA/default.xsl (modified) (5 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/default/PDA/ical.xsl (modified) (1 diff)
- trunk/deployment/webuser/webapp/resources/demoskins/default/PDA/vcal.xsl (modified) (1 diff)
- trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl (modified) (2 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/default/default/rss-list.xsl (modified) (2 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/default/default/rss.xsl (modified) (2 diffs)
- trunk/deployment/webuser/webapp/resources/demoskins/default/default/strings.xsl (modified) (1 diff)
- trunk/deployment/webuser/webapp/resources/demoskins/default/default/vcal.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/PDA/default.xsl
r2747 r2842 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" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 3 21 <xsl:output … … 40 58 <html lang="en"> 41 59 <head> 42 <title>Rensselaer Calendar of Events</title> 43 <link rel="icon" type="image/ico" href="http://www.rpi.edu/x/favicon.ico" /> 60 <title>Bedework Calendar of Events</title> 44 61 </head> 45 62 <body> … … 317 334 <xsl:template name="headBar"> 318 335 <p align="center"> 319 <b> RensselaerEvents Calendar</b><br />336 <b>Bedework Events Calendar</b><br /> 320 337 <xsl:if test="/ucalendar/page!='calendars' and /ucalendar/page!='event'"> 321 <a href="{$urlPrefix}/setView.do?date={$prevdate}"><img src="{$resourcesRoot}/ images/rensselaer/std-arrow-left.gif" alt="previous" width="13" height="16" class="prevImg" border="0"/></a>338 <a href="{$urlPrefix}/setView.do?date={$prevdate}"><img src="{$resourcesRoot}/std-arrow-left.gif" alt="previous" width="13" height="16" class="prevImg" border="0"/></a> 322 339 <xsl:text> </xsl:text> 323 340 <xsl:choose> … … 336 353 </xsl:choose> 337 354 <xsl:text> </xsl:text> 338 <a href="{$urlPrefix}/setView.do?date={$nextdate}"><img src="{$resourcesRoot}/ images/rensselaer/std-arrow-right.gif" alt="next" width="13" height="16" class="nextImg" border="0"/></a><br />355 <a href="{$urlPrefix}/setView.do?date={$nextdate}"><img src="{$resourcesRoot}/std-arrow-right.gif" alt="next" width="13" height="16" class="nextImg" border="0"/></a><br /> 339 356 </xsl:if> 340 357 <xsl:choose> … … 466 483 <xsl:template name="footer"> 467 484 <p align="center"> 468 <a href="http://www.rpi.edu/pda/">Return to the Portable Rensselaer</a><br />469 < small>Maintained by C&CT, DotCIO<br />Rensselaer Polytechnic Institute</small>485 <!-- use to point them back to a portable site, perhaps--> 486 <a href="http://localhost:8080/ucal/">Return to your calendar</a><br /> 470 487 </p> 471 488 </xsl:template> trunk/deployment/webuser/webapp/resources/demoskins/default/PDA/ical.xsl
r952 r2842 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" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 3 21 <xsl:output trunk/deployment/webuser/webapp/resources/demoskins/default/PDA/vcal.xsl
r952 r2842 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" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 3 21 <xsl:output trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r2750 r2842 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" … … 17 35 <!-- ========================================= --> 18 36 19 <!-- ********************************************************************** 20 Copyright 2008 Rensselaer Polytechnic Institute. All worldwide rights reserved. 21 22 Redistribution and use of this distribution in source and binary forms, 23 with or without modification, are permitted provided that: 24 The above copyright notice and this permission notice appear in all 25 copies and supporting documentation; 26 27 The name, identifiers, and trademarks of Rensselaer Polytechnic 28 Institute are not used in advertising or publicity without the 29 express prior written permission of Rensselaer Polytechnic Institute; 30 31 DISCLAIMER: The software is distributed" AS IS" without any express or 32 implied warranty, including but not limited to, any implied warranties 33 of merchantability or fitness for a particular purpose or any warrant)' 34 of non-infringement of any current or pending patent rights. The authors 35 of the software make no representations about the suitability of this 36 software for any particular purpose. The entire risk as to the quality 37 and performance of the software is with the user. Should the software 38 prove defective, the user assumes the cost of all necessary servicing, 39 repair or correction. In particular, neither Rensselaer Polytechnic 40 Institute, nor the authors of the software are liable for any indirect, 41 special, consequential, or incidental damages related to the software, 42 to the maximum extent the law permits. --> 43 37 44 38 <!-- GENERATE KEYS --> 45 39 <!-- We occasionally need to pick out unique events from the calendar tree view trunk/deployment/webuser/webapp/resources/demoskins/default/default/rss-list.xsl
r2709 r2842 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" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 3 21 <xsl:output method="xml" omit-xml-declaration="no" indent="yes" … … 20 38 21 39 =============================================================== --> 22 <!-- ********************************************************************** 23 Copyright 2008 Rensselaer Polytechnic Institute. All worldwide rights reserved. 24 25 Redistribution and use of this distribution in source and binary forms, 26 with or without modification, are permitted provided that: 27 The above copyright notice and this permission notice appear in all 28 copies and supporting documentation; 29 30 The name, identifiers, and trademarks of Rensselaer Polytechnic 31 Institute are not used in advertising or publicity without the 32 express prior written permission of Rensselaer Polytechnic Institute; 33 34 DISCLAIMER: The software is distributed" AS IS" without any express or 35 implied warranty, including but not limited to, any implied warranties 36 of merchantability or fitness for a particular purpose or any warrant)' 37 of non-infringement of any current or pending patent rights. The authors 38 of the software make no representations about the suitability of this 39 software for any particular purpose. The entire risk as to the quality 40 and performance of the software is with the user. Should the software 41 prove defective, the user assumes the cost of all necessary servicing, 42 repair or correction. In particular, neither Rensselaer Polytechnic 43 Institute, nor the authors of the software are liable for any indirect, 44 special, consequential, or incidental damages related to the software, 45 to the maximum extent the law permits. --> 46 47 40 48 41 <xsl:include href="strings.xsl"/> 49 42 trunk/deployment/webuser/webapp/resources/demoskins/default/default/rss.xsl
r2173 r2842 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" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 3 21 <xsl:output … … 24 42 25 43 =============================================================== --> 26 <!-- **********************************************************************27 Copyright 2008 Rensselaer Polytechnic Institute. All worldwide rights reserved.28 29 Redistribution and use of this distribution in source and binary forms,30 with or without modification, are permitted provided that:31 The above copyright notice and this permission notice appear in all32 copies and supporting documentation;33 34 The name, identifiers, and trademarks of Rensselaer Polytechnic35 Institute are not used in advertising or publicity without the36 express prior written permission of Rensselaer Polytechnic Institute;37 38 DISCLAIMER: The software is distributed" AS IS" without any express or39 implied warranty, including but not limited to, any implied warranties40 of merchantability or fitness for a particular purpose or any warrant)'41 of non-infringement of any current or pending patent rights. The authors42 of the software make no representations about the suitability of this43 software for any particular purpose. The entire risk as to the quality44 and performance of the software is with the user. Should the software45 prove defective, the user assumes the cost of all necessary servicing,46 repair or correction. In particular, neither Rensselaer Polytechnic47 Institute, nor the authors of the software are liable for any indirect,48 special, consequential, or incidental damages related to the software,49 to the maximum extent the law permits. -->50 44 51 45 <xsl:template match="/"> trunk/deployment/webuser/webapp/resources/demoskins/default/default/strings.xsl
r2750 r2842 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" trunk/deployment/webuser/webapp/resources/demoskins/default/default/vcal.xsl
r952 r2842 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" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> 3 21 <xsl:output
