Changeset 1980 for branches/release-35/tmpl/cms/rebuilding.tmpl
- Timestamp:
- 04/18/08 08:00:45 (19 months ago)
- Files:
-
- 1 modified
-
branches/release-35/tmpl/cms/rebuilding.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-35/tmpl/cms/rebuilding.tmpl
r1778 r1980 6 6 window.location='<mt:var name="redirect_target">'; 7 7 <mt:else> 8 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> ';8 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 name="return_args">&return_args=<mt:var name="return_args" escape="url"></mt:if>'; 9 9 </mt:if> 10 10 }
