<?xml version="1.0" encoding="UTF-8"?>
<Module>
    <ModulePrefs 
     title="<%= $gadgetTitle %>"
     description="<%= $gadgetDescription %>"
     thumbnail="<%= $gadgetThumbnail %>"
     directory_title="<%= $gadgetDirectoryTitle %>"
     screenshot="<%= $gadgetScreenshot %>"
     title_url="<%= $gadgetTitleUrl %>"
     author="<%= $gadgetAuthor %>"
     author_email="<%= $gadgetAuthorEmail %>"
     author_affiliation="<%= $gadgetAuthorAffiliation %>"
     author_location="<%= $gadgetAuthorLocation %>" >
        <Locale messages="<%= $appUrl %>/locale/ALL_ALL.xml"/> 
        <Locale lang="en" messages="<%= $appUrl %>/locale/ALL_ALL.xml"/> 
        <Locale lang="pt" messages="<%= $appUrl %>/locale/pt_BR.xml"/> 
        <Require feature="opensocial-0.7"/>
        <Require feature="dynamic-height"/>
        <Require feature="settitle"/>
        <Require feature="views" />
        <Require feature="skins" />
    </ModulePrefs>
    <Content type="html" view="default,canvas,profile,home">
        <![CDATA[
        <script>
            appUrl = '<%= $appUrl %>'
        </script>
        <script><%= $gadgetJS %></script>
        <style><%= $gadgetCSS %></style>
        ]]>
    </Content>
    <%= TemplateHelper::beginHtmlContent('default,canvas,profile,home') %>
    <div id="admin-bar" style="display:none;"><a class="edit" href="#" onclick="return toggleBoxContent()" id="edit-link">Settings</a></div>
    <form id="edit-html-form" style="display:none;" onsubmit="return updateBox()">
        <textarea name="html-content" id="html-content-input"></textarea>
        <p class="buttongroup">
            <input type="submit" class="primary-action button" value="Save"/>
            <input type="button" onclick="toggleBoxContent();" class="button" value="Cancel"/>
        </p>
    </form>
    <div id="html-box" style="display:block;"></div>
<%= TemplateHelper::endHtmlContent() %><%= TemplateHelper::beginHtmlContent('canvas') %>
<p id="ning-footer" class="footer" style="display:none;"></p>

<p id="others-footer" class="footer" style="display:none;"> 
    __MSG_brought_to_you_by__ <a href="http://www.ning.com" target="_blank">__MSG_ning__</a>
    | <a href="http://about.ning.com/applicationstos.php" target="_blank">__MSG_terms_of_use__</a>
</p>
<%= TemplateHelper::endHtmlContent() %></Module>