Bumped version for release.
[cocanwiki.git] / templates / rebuild_links_start.html
1 <div id="outer"><div id="progress"></div></div>
2 <p id="name">This is a test</p>
3 <style type="text/css"><!--
4 body {
5   font-size: 1.5em;
6   font-family: arial, helvetica, sans-serif;
7 }
8 div#outer {
9   position: absolute;
10   top: 1em;
11   left: 5%;
12   z-index: 0;
13   width: 90%;
14   border: 1px solid #000;
15 }
16 div#progress {
17   z-index: 1;
18   width: 50%;
19   height: 2em;
20   background-color: #ccf;
21 }
22 p#name {
23   position: absolute;
24   top: 0.5em;
25   left: 5%;
26   z-index: 2;
27   width: 90%;
28   text-align: center;
29   font-weight: bold;
30 }
31 --></style>
32 <script type="text/javascript">//<!--
33 var progress_div = document.getElementById ("progress");
34 var name_p = document.getElementById ("name");
35 //--></script>