[richfaces-svn-commits] JBoss Rich Faces SVN: r14123 - in trunk/examples/photoalbum/source/web/src/main/webapp/includes: index and 1 other directories.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue May 12 11:29:55 EDT 2009
Author: abelevich
Date: 2009-05-12 11:29:55 -0400 (Tue, 12 May 2009)
New Revision: 14123
Modified:
trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/imageInfo.xhtml
trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/imageScroller.xhtml
trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/inputNumberSlider.xhtml
trunk/examples/photoalbum/source/web/src/main/webapp/includes/index/status.xhtml
trunk/examples/photoalbum/source/web/src/main/webapp/includes/index/tree.xhtml
trunk/examples/photoalbum/source/web/src/main/webapp/includes/search/searchWidget.xhtml
Log:
ie6 png fix
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/imageInfo.xhtml
===================================================================
(Binary files differ)
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/imageScroller.xhtml
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/imageScroller.xhtml 2009-05-12 15:12:39 UTC (rev 14122)
+++ trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/imageScroller.xhtml 2009-05-12 15:29:55 UTC (rev 14123)
@@ -34,11 +34,14 @@
action="#{controller.showImage(img)}" />
</a4j:outputPanel>
</a4j:repeat>
- <a4j:commandLink actionListener="#{help.navigateTo('/includes/help/imageScrollerHelp.xhtml')}" oncomplete="#{rich:component('helpPanel')}.show()"
+ </h:panelGrid>
+ <a4j:commandLink style="position: absolute; right: -65px; top: 80px;" actionListener="#{help.navigateTo('/includes/help/imageScrollerHelp.xhtml')}" oncomplete="#{rich:component('helpPanel')}.show()"
reRender="helpPanel">
- <h:graphicImage style="border:none;" value="/img/icons/help_sign.png"></h:graphicImage>
- </a4j:commandLink>
- </h:panelGrid>
+ <h:panelGroup style="width: 34px; height: 34px; display: inline-block; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/icons/help_sign.png',sizingMethod='scale');">
+ <h:graphicImage style="border:none;" height="34" width="34" border="0" styleClass="ie6transparency" value="img/icons/help_sign.png"></h:graphicImage>
+ </h:panelGroup>
+ </a4j:commandLink>
+
<rich:datascroller page="#{controller.page}" styleClass="image-scroller" lastPageMode="full"
for="repeat" reRender="imagesTable" boundaryControls="hide"
stepControls="hide">
@@ -46,20 +49,27 @@
<h:outputText />
</f:facet>
<f:facet name="fastforward">
- <h:graphicImage styleClass="image-scroller-right-arrow"
- value="img/shell/arr_right.png" />
+ <h:panelGroup styleClass="image-scroller-right-arrow" style="width: 56px; height:34px; display: inline-block; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/shell/arr_right.png',sizingMethod='scale');">
+ <h:graphicImage
+ value="img/shell/arr_right.png" styleClass="ie6transparency" height="34" width="56" border="0"/>
+ </h:panelGroup>
</f:facet>
<f:facet name="fastforward_disabled">
- <h:graphicImage styleClass="image-scroller-right-arrow"
- value="img/shell/arr_right_dis.png" />
+ <h:panelGroup styleClass="image-scroller-right-arrow" style="width: 56px; height:34px; display: inline-block; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/shell/arr_right_dis.png',sizingMethod='scale');">
+ <h:graphicImage styleClass="ie6transparency" value="img/shell/arr_right_dis.png" />
+ </h:panelGroup>
</f:facet>
<f:facet name="fastrewind">
- <h:graphicImage styleClass="image-scroller-left-arrow"
- value="img/shell/arr_left.png" />
+ <h:panelGroup styleClass="image-scroller-left-arrow" style="width: 56px; height:34px; display: inline-block; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/shell/arr_left.png',sizingMethod='scale');">
+ <h:graphicImage styleClass="ie6transparency"
+ value="img/shell/arr_left.png" />
+ </h:panelGroup>
</f:facet>
<f:facet name="fastrewind_disabled">
- <h:graphicImage styleClass="image-scroller-left-arrow"
- value="img/shell/arr_left_dis.png" />
+ <h:panelGroup styleClass="image-scroller-left-arrow" style="width: 56px; height:34px; display: inline-block; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/shell/arr_left_dis.png',sizingMethod='scale');">
+ <h:graphicImage styleClass="ie6transparency"
+ value="img/shell/arr_left_dis.png" />
+ </h:panelGroup>
</f:facet>
</rich:datascroller>
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/inputNumberSlider.xhtml
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/inputNumberSlider.xhtml 2009-05-12 15:12:39 UTC (rev 14122)
+++ trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/inputNumberSlider.xhtml 2009-05-12 15:29:55 UTC (rev 14123)
@@ -11,9 +11,12 @@
showArrows="false" showBoundaryValues="true" showInput="false"
step="40" width="100">
<a4j:support event="onchange" reRender="userAlbumImages" />
- </rich:inputNumberSlider><a4j:commandLink actionListener="#{help.navigateTo('/includes/help/inputSliderHelp.xhtml')}" oncomplete="#{rich:component('helpPanel')}.show()"
+ </rich:inputNumberSlider>
+ <a4j:commandLink actionListener="#{help.navigateTo('/includes/help/inputSliderHelp.xhtml')}" oncomplete="#{rich:component('helpPanel')}.show()"
reRender="helpPanel">
- <h:graphicImage style="border:none;" value="/img/icons/help_sign.png"></h:graphicImage>
+ <h:panelGroup style="width: 34px; height: 34px; display: inline-block; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/icons/help_sign.png',sizingMethod='scale');">
+ <h:graphicImage style="border:none;" border="0" width="34" height="34" styleClass="ie6transparency" value="img/icons/help_sign.png"></h:graphicImage>
+ </h:panelGroup>
</a4j:commandLink>
</h:panelGrid></div>
</ui:composition>
\ No newline at end of file
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/index/status.xhtml
===================================================================
(Binary files differ)
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/index/tree.xhtml
===================================================================
(Binary files differ)
Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/search/searchWidget.xhtml
===================================================================
(Binary files differ)
More information about the richfaces-svn-commits
mailing list