root/branches/release-29/tmpl/cms/list_blog.tmpl @ 1309

Revision 1309, 1.5 kB (checked in by ddavis, 22 months ago)

standarize js comment tag escape. BugzID:58265

  • Property svn:keywords set to Id Revision
Line 
1<mt:setvar name="page_title" value="<__trans phrase="Blogs">">
2<mt:setvarblock name="system_msg">
3    <mt:if name="saved_deleted">
4        <mtapp:statusmsg
5            id="saved-deleted"
6            class="success">
7            <__trans phrase="You have successfully deleted the blogs from the Movable Type system.">
8        </mtapp:statusmsg>
9    </mt:if>
10    <mt:if name="refreshed">
11        <mtapp:statusmsg
12            id="refreshed"
13            class="success">
14            <__trans phrase="You have successfully refreshed your templates.">
15        </mtapp:statusmsg>
16    </mt:if>
17</mt:setvarblock>
18<mt:setvarblock name="content_header">
19    <mt:if name="can_create_blog">
20    <p><a href="<mt:var name="script_url">?__mode=view&amp;_type=blog" class="icon-left icon-create"><__trans phrase="Create Blog"></a></p>
21    </mt:if>
22</mt:setvarblock>
23<mt:setvarblock name="related_content">
24    <$mtapp:pageactions from="list_blog"$>
25</mt:setvarblock>
26<mt:setvarblock name="html_body_footer">
27    <$mt:include name="include/display_options.tmpl"$>
28</mt:setvarblock>
29<mt:setvarblock name="html_head" append="1">
30    <script type="text/javascript">
31    /* <![CDATA[ */
32    var tableSelect;
33    function init()
34    {
35        // setup
36        tableSelect = new TC.TableSelect( "blog-listing-table" );
37        tableSelect.rowSelect = true;
38    }
39
40    TC.attachLoadEvent( init );
41    /* ]]> */
42    </script>
43</mt:setvarblock>
44<$mt:include name="include/header.tmpl"$>
45<$mt:include name="include/blog_table.tmpl"$>
46<$mt:include name="include/footer.tmpl"$>
Note: See TracBrowser for help on using the browser.