[fx:masterPage]
[fx:pageContent /]
fx:visible element

fx:visible to="[Contributor|Administrator|LoggedUser|Member|Self]" notTo="[Contributor|Administrator|LoggedUser|Member|Self]"

Visible to "Contributor or Administrator"
[fx:visible to="Contributor|Administrator"]
Visible to "Contributor"
[fx:visible to="Contributor"]
Visible to "Administrator"
[fx:visible to="Administrator"]
Visible to logged User
[fx:visible to="LoggedUser"]
Visible to community member
[fx:visible to="Member"]
Visible to "Self" (you are on your profile page)
[fx:visible to="Self"]

Visible to non "Contributor"
[fx:visible notTo="Contributor"] Hi you are not Contributor
Visible to non "Administrator"
[fx:visible notTo="Administrator"] Hi you are not Administrator
Visible to non logged user
[fx:visible notTo="LoggedUser"] Hi you are not logged in
Visible to non member
[fx:visible notTo="Member"] Hi you are not a member
Visible if you are not on your profile page
[fx:visible notTo="Self"] Hi you are not on your profile page
Common FML elements
ElementReal valueMust be
[fx:staticUrl path="/img/image1.gif" /] http://static0.fluxstatic.com/-/clients/fmltest/img/image1.gif?FBBCDDF0 For preview mode: http://preview.fluxstatic.com/-/clients/fmltest/img/image1.gif
For normal mode: http://static.fluxstatic.com/-/clients/fmltest/img/image1.gif
[fx:url path="/somepage.aspx" /] http://fmltest.flux.com/somepage.aspx http://fmltest.flux.com/somepage.aspx
[/fx:masterPage]