root/branches/release-29/tmpl/cms/dialog/restore_start.tmpl @ 1309

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

standarize js comment tag escape. BugzID:58265

Line 
1<$mt:setvar name="page_title" value="<__trans phrase="Restoring...">"$>
2<$mt:setvar name="screen_type" value="restore-publishing-config"$>
3<mt:setvarblock name="html_head" append="1">
4<script type="text/javascript">
5/* <![CDATA[ */
6function progress(str, id) {
7    var el = document.getElementById(id);
8    if (el) el.innerHTML = str;
9}
10/* ]]> */
11</script>
12</mt:setvarblock>
13
14<mt:include name="dialog/header.tmpl">
15
16<div class="modal_width dialog import-process">
17
18<div id="progress-bar"><img src="<mt:var name="static_uri">images/indeterminate-progress-bar.gif" alt="" height="24" width="124" /></div>
19
20<pre><mt:var name="name">
Note: See TracBrowser for help on using the browser.