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

« back to all changes in this revision

Viewing changes to tmpl/cms/edit_ping.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Dominic Hargreaves
  • Date: 2008-07-23 22:56:37 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080723225637-zsorczl9nhy0t8ap
Tags: 4.2~rc4-1
* New upstream release
* Include SendMailPath explicitly as in some cases it seems
  to be required (closes: #491618)
* Add versioned Depends on libclass-trigger-perl (>= 0.13-1)
  as the version in etch is not compatible with MT.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    <mt:if name="is_ip_filter">
50
50
        <mt:if name="blog_id">
51
51
    <button
52
 
        onclick="doBanIP('<mt:var name="filter_val">', '<mt:var name="blog_id">', '<mt:var name="magic_token">')"
 
52
        onclick="doBanIP('<mt:var name="filter_val" escape="js">', '<mt:var name="blog_id">', '<mt:var name="magic_token">')"
53
53
        ><__trans phrase="Ban This IP"></button>
54
54
        </mt:if>
55
55
    </mt:if>
57
57
<mt:include name="include/header.tmpl">
58
58
 
59
59
<form method="post" action="<mt:var name="script_url">">
60
 
    <input type="hidden" name="id" value="<mt:var name="id">" />
61
 
    <input type="hidden" name="blog_id" value="<mt:var name="blog_id">" />
 
60
    <input type="hidden" name="id" value="<mt:var name="id" escape="html">" />
 
61
    <input type="hidden" name="blog_id" value="<mt:var name="blog_id" escape="html">" />
62
62
    <input type="hidden" name="__mode" value="save" />
63
63
    <input type="hidden" name="action_name" value="save" />
64
64
    <input type="hidden" name="itemset_action_input" value="" />
176
176
        <mt:if name="no_entry">
177
177
            [<__trans phrase="Entry no longer exists">]
178
178
        <mt:else>
179
 
            <a href="<mt:var name="script_url">?__mode=view&amp;_type=entry&amp;id=<mt:var name="entry_id">&amp;blog_id=<mt:var name="blog_id">"><mt:if name="entry_title"><mt:var name="entry_title" escape="html"><mt:else>[<__trans phrase="No title">]</mt:if></a>
 
179
            <a href="<mt:var name="script_url">?__mode=view&amp;_type=entry&amp;id=<mt:var name="entry_id" escape="url">&amp;blog_id=<mt:var name="blog_id" escape="url">"><mt:if name="entry_title"><mt:var name="entry_title" escape="html"><mt:else>[<__trans phrase="No title">]</mt:if></a>
180
180
        </mt:if>
181
 
        <a href="<$mt:var name="script_url"$>?__mode=list_pings&amp;filter=entry_id&amp;filter_val=<$mt:var name="entry_id"$>&amp;blog_id=<$mt:var name="blog_id"$>" title="<__trans phrase="View all TrackBacks on this entry">"><img alt="" src="<mt:var name="static_uri">images/filter.gif" width="8" height="8" border="0" /></a>
 
181
        <a href="<$mt:var name="script_url"$>?__mode=list_pings&amp;filter=entry_id&amp;filter_val=<$mt:var name="entry_id" escape="url"$>&amp;blog_id=<$mt:var name="blog_id" escape="url"$>" title="<__trans phrase="View all TrackBacks on this entry">"><img alt="" src="<mt:var name="static_uri">images/filter.gif" width="8" height="8" border="0" /></a>
182
182
    </mtapp:setting>
183
183
</mt:if>
184
184