<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs title="Viewports based on Content view" description="" author="" author_email="" thumbnail="" screenshot="" height="380">
  <Require feature="opensocial-0.7"/>
  </ModulePrefs>

  <Content type="html">
  <![CDATA[
    <p>If you do not provide an Content tag with a "view" this sentence is shown at all the views</p>
  ]]>
  </Content>

  <Content type="html" view="profile">
  <![CDATA[
    <p>This sentence is shown at the profile view</p>
  ]]>
  </Content>

  <Content type="html" view="home">
  <![CDATA[
    <p>This sentence is shown at the home view</p>
  ]]>
  </Content>

  <Content type="html" view="canvas">
  <![CDATA[
    <p>This sentence is shown at the canvas view</p>
  ]]>
  </Content>

  <Content type="html" view="home,profile">
  <![CDATA[
    <p>This sentence is shown at the home view and the profile view</p>
  ]]>
  </Content>

</Module>