Changeset 16447 for greenstone3/trunk/web/ui/skins
- Timestamp:
- 2008-07-17T23:31:05+12:00 (15 years ago)
- Location:
- greenstone3/trunk/web/ui/skins/oran/xsl
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
greenstone3/trunk/web/ui/skins/oran/xsl/collectBrowse.xsl
r16372 r16447 1 <?xml version="1.0" encoding=" ISO-8859-1"?>1 <?xml version="1.0" encoding="UTF-8"?> 2 2 3 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:gslib="http://www.greenstone.org/skinning" xmlns:xalan="http://xml.apache.org/xalan"> 3 <xsl:stylesheet version="1.0" 4 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 5 xmlns:gslib="http://www.greenstone.org/skinning" 6 xmlns:xalan="http://xml.apache.org/xalan"> 4 7 5 <xsl: output method="html"/>8 <xsl:import href="./util.xsl"/> 6 9 7 10 <xsl:template match="/"> -
greenstone3/trunk/web/ui/skins/oran/xsl/collectDocument.xsl
r16372 r16447 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 3 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:gslib="http://www.greenstone.org/skinning" xmlns:xalan="http://xml.apache.org/xalan" exclude-result-prefixes="xalan"> 1 <?xml version="1.0" encoding="UTF-8"?> 2 3 <xsl:stylesheet version="1.0" 4 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 5 xmlns:gslib="http://www.greenstone.org/skinning" 6 xmlns:xalan="http://xml.apache.org/xalan"> 4 7 5 8 <xsl:import href="./util.xsl"/> 6 7 <xsl:output method="html"/>8 9 9 10 <xsl:template match="/"> -
greenstone3/trunk/web/ui/skins/oran/xsl/collectDocument2.xsl
r16372 r16447 1 <?xml version="1.0" encoding="ISO-8859-1"?> 1 <?xml version="1.0" encoding="UTF-8"?> 2 3 <xsl:stylesheet version="1.0" 4 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 5 xmlns:gslib="http://www.greenstone.org/skinning" 6 xmlns:xalan="http://xml.apache.org/xalan" exclude-result-prefixes="xalan"> 7 8 <xsl:import href="./util.xsl"/> 2 9 3 10 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xalan="http://xml.apache.org/xalan" exclude-result-prefixes="xalan"> -
greenstone3/trunk/web/ui/skins/oran/xsl/search.xsl
r16315 r16447 1 <?xml version="1.0" encoding=" ISO-8859-1"?>1 <?xml version="1.0" encoding="UTF-8"?> 2 2 3 3 <xsl:stylesheet version="1.0" 4 xmlns:gslib="http://www.greenstone.org/skinning"5 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">4 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 5 xmlns:gslib="http://www.greenstone.org/skinning"> 6 6 7 7 <xsl:import href="./util.xsl"/> 8 <xsl:output method="html"/>9 10 8 11 9 <xsl:template match="/"> -
greenstone3/trunk/web/ui/skins/oran/xsl/siteHome.xsl
r16409 r16447 1 <?xml version="1.0" encoding=" ISO-8859-1"?>1 <?xml version="1.0" encoding="UTF-8"?> 2 2 3 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:gslib="http://www.greenstone.org/skinning"> 3 <xsl:stylesheet version="1.0" 4 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 5 xmlns:gslib="http://www.greenstone.org/skinning"> 6 4 7 <xsl:import href="./util.xsl"/> 5 <xsl:output method="html"/>6 8 7 9 <xsl:template match="/">
Note:
See TracChangeset
for help on using the changeset viewer.