Index: branches/release-33/tmpl/cms/rebuilding.tmpl
===================================================================
--- branches/release-33/tmpl/cms/rebuilding.tmpl (revision 1309)
+++ branches/release-33/tmpl/cms/rebuilding.tmpl (revision 1778)
@@ -1,2 +1,17 @@
+<mt:setvarblock name="html_head" append="1">
+<script type="text/javascript">
+/* <![CDATA[ */
+function doRedirect () {
+<mt:if name="redirect_target">
+    window.location='<mt:var name="redirect_target">';
+<mt:else>
+    window.location='<mt:var name="script_url">?__mode=rebuild&blog_id=<mt:var name="blog_id">&type=<mt:var name="build_type">&next=<mt:var name="build_next">&offset=<mt:var name="offset">&limit=<mt:var name="limit">&total=<mt:var name="total">&start_time=<mt:var name="start_time">&entry_id=<mt:var name="entry_id">&is_new=<mt:var name="is_new">&old_status=<mt:var name="old_status">&old_previous=<mt:var name="old_previous">&old_next=<mt:var name="old_next"><mt:if name="is_full_screen">&fs=1</mt:if>';
+</mt:if>
+}
+setTimeout('doRedirect()', 200);
+/* ]]> */
+</script>
+</mt:setvarblock>
+
 <mt:if name="is_full_screen">
     <$mt:setvar name="screen_class" value="rebuilding-screen"$>
@@ -9,19 +24,4 @@
 </mt:if>
 
-<script type="text/javascript">
-/* <![CDATA[ */
-function doRedirect () {
-<mt:if name="redirect_target">
-    window.location='<mt:var name="redirect_target">';
-<mt:else>
-    window.location='<mt:var name="script_url">?__mode=rebuild&blog_id=<mt:var name="blog_id">&type=<mt:var name="build_type">&next=<mt:var name="build_next">&offset=<mt:var name="offset">&limit=<mt:var name="limit">&total=<mt:var name="total">&entry_id=<mt:var name="entry_id">&is_new=<mt:var name="is_new">&old_status=<mt:var name="old_status">&old_previous=<mt:var name="old_previous">&old_next=<mt:var name="old_next"><mt:if name="is_full_screen">&fs=1</mt:if>';
-</mt:if>
-}
-setTimeout('doRedirect()', 200);
-/* ]]> */
-</script>
-
-
-<!-- <img valign="bottom" src="<mt:var name="static_uri">images/ani-rebuild.gif" height="18" width="18" alt="" />&nbsp; -->
 <mt:if name="is_one_index">
     <mtapp:statusmsg
Index: branches/release-33/tmpl/cms/popup/rebuilt.tmpl
===================================================================
--- branches/release-33/tmpl/cms/popup/rebuilt.tmpl (revision 1098)
+++ branches/release-33/tmpl/cms/popup/rebuilt.tmpl (revision 1778)
@@ -7,4 +7,5 @@
     id="message"
     class="success">
+    <p>
     <mt:if name="all">
     <__trans phrase="All of your files have been published.">
@@ -25,8 +26,14 @@
     </mt:if>
     <br />
+    <mt:if name="start_timestamp">
+    <__trans phrase="Publish time: [_1]." params="<mt:date ts="$start_timestamp" relative="3">">
+    </mt:if>
+    </p>
+    <p>
     <a target="_blank" href="<mt:var name="blog_url" escape="html">"><__trans phrase="View your site."></a>
     <mt:if name="is_one_index">
         <a target="_blank" href="<mt:var name="tmpl_url">"><__trans phrase="View this page."></a>
     </mt:if>
+    </p>
 </mtapp:statusmsg>
 
