~ubuntu-branches/debian/squeeze/movabletype-opensource/squeeze

« back to all changes in this revision

Viewing changes to tmpl/cms/widget/blog_stats.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Dominic Hargreaves
  • Date: 2008-06-13 23:28:40 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080613232840-ya4jfxv1jgl45a3d
Tags: 4.2~rc2-1
* New upstream release candidate
* Update Standards-Version (no changes)
* Ensure that schema upgrade message is always seen

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    <script type="text/javascript" src="<mt:var name="static_uri">js/flash/JavaScriptFlashGateway.js"></script>
6
6
    </mt:if>
7
7
    <script type="text/javascript">
 
8
    /* <![CDATA[ */
8
9
    function showRecentEntriesByTag(el_div, res) {
9
10
        var result = eval('(' + res.responseText + ')');
10
11
        if (result && result.result.html) {
103
104
        }
104
105
        </mt:if>
105
106
        blogStatsTabs = new Array('comment','entry'<mt:if name="tag_cloud">,'tag'</mt:if>);
106
 
    //-->
 
107
        /* ]]> */
107
108
    </script>
108
109
    <mt:var name="tab_html_head">
109
110
</mt:setvarblock>