Second pass at adding key files
This commit is contained in:
43
site/glist/templates/gossamer/mli_progress_bar.html
Normal file
43
site/glist/templates/gossamer/mli_progress_bar.html
Normal file
@ -0,0 +1,43 @@
|
||||
<html><body><%include include_header.html%>
|
||||
<table width=100% height=85%>
|
||||
<tr>
|
||||
<td valign=middle>
|
||||
<table width="422" border="0" cellspacing="0" cellpadding="0" align="center">
|
||||
<tr>
|
||||
<td class="body" height="15"><b></b></td>
|
||||
</tr>
|
||||
<tr class="body">
|
||||
<td class="body" bgcolor="#CCCCCC" width="420" height="17" style="border-left: 1px solid #999999; border-top: 1px solid #999999; border-right: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF">
|
||||
<table width="0%" border="0" cellspacing="0" cellpadding="0" bgcolor="#006600" align="left">
|
||||
<tr>
|
||||
<td><b><font size="1"><img src="<%image_url%>/pics/1pixel.gif" id=progress name=progress width="0" height="15" border="0"></font></b></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="body">
|
||||
<table>
|
||||
<tr>
|
||||
<td class=body>
|
||||
<div><font size="1" id=d_message>Preparing....</font></div>
|
||||
</td>
|
||||
<td class=body>
|
||||
<div><font size="1" id=d_percent>0%</font></div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<script>
|
||||
var img = document.getElementById('progress');
|
||||
var msg = document.getElementById('d_message');
|
||||
var per = document.getElementById('d_percent');
|
||||
</script>
|
Reference in New Issue
Block a user