root/branches/boomer/tmpl/cms/popup/rebuilt.tmpl @ 1098

Revision 1098, 1.9 kB (checked in by hachi, 2 years ago)

Branching for boomer from release-19, rev 62318

  • Property svn:keywords set to Author Date Id Revision
Line 
1<$mt:setvar name="screen_type" value="popup-screen"$>
2<mt:setvarblock name="page_title"><__trans phrase="Success"></mt:setvarblock>
3<mt:setvar name="complete" value="1">
4<mt:include name="include/chromeless_header.tmpl">
5
6<mtapp:statusmsg
7    id="message"
8    class="success">
9    <mt:if name="all">
10    <__trans phrase="All of your files have been published.">
11    <mt:else>
12    <mt:if name="is_one_index">
13    <__trans phrase="Your [_1] has been published." params="<mt:var name="type" escape="html">">
14    <mt:else>
15    <mt:if name="is_entry">
16    <__trans phrase="Your [_1] has been published." params="<mt:var name="type" escape="html">">
17    <mt:else>
18    <mt:if name="archives">
19    <__trans phrase="Your [_1] archives have been published." params="<mt:var name="type" escape="html">">
20    <mt:else>
21    <__trans phrase="Your [_1] templates have been published." params="<mt:var name="type" escape="html">">
22    </mt:if>
23    </mt:if>
24    </mt:if>
25    </mt:if>
26    <br />
27    <a target="_blank" href="<mt:var name="blog_url" escape="html">"><__trans phrase="View your site."></a>
28    <mt:if name="is_one_index">
29        <a target="_blank" href="<mt:var name="tmpl_url">"><__trans phrase="View this page."></a>
30    </mt:if>
31</mtapp:statusmsg>
32
33<div class="actions-bar">
34    <div class="actions-bar-inner pkg actions right">
35        <button
36            onclick="window.close()"
37            type="submit"
38            accesskey="x"
39            title="<__trans phrase="Close (x)">"
40            class="primary-button"
41            ><__trans phrase="Close"></button>
42        <button
43            onclick="window.location='<mt:var name="script_url">?__mode=rebuild_confirm&amp;blog_id=<mt:var name="blog_id">'"
44            type="submit"
45            accesskey="s"
46            title="<__trans phrase="Publish Again (s)">"
47            ><__trans phrase="Publish Again"></button>
48           
49    </div>
50</div>
51
52
53<mt:include name="include/chromeless_footer.tmpl">
Note: See TracBrowser for help on using the browser.