★ Find a new page on our Untranscribed Manuscripts list.
m Protected "Template:ProgressBarAllFolios" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
No edit summary |
||
Line 36: | Line 36: | ||
<div class="progress-bar" style="width:{{{width|50%}}}"> | <div class="progress-bar" style="width:{{{width|50%}}}"> | ||
<div class="progress-bar-header" style="width:100%;text-align:center"> | <div class="progress-bar-header" style="width:100%;text-align:center"> | ||
<p><span style="float:left">0</span><span>Completed: {{{complete}}}({{#expr:100* | <p><span style="float:left">0</span><span>Completed: {{#expr:{{{complete}}}+{{{number_completed_and_removed}}}}}({{#expr:100* | ||
{{{complete}}}/ | ({{{complete}}}+{{{number_completed_and_removed}}})/ | ||
{{{total}}} round 2 | ({{{total}}}+{{{number_completed_and_removed}}}) round 2 | ||
}}%)</span><span style="float:right">{{{total}}}</span></p> | }}%)</span><span style="float:right">{{#expr:{{{total}}}+{{{number_completed_and_removed}}} }}</span></p> | ||
</div> | </div> | ||
<div > | <div > | ||
<div style="width:auto;height:{{{height|25px}}};border:1px solid black;"> | <div style="width:auto;height:{{{height|25px}}};border:1px solid black;"> | ||
<div style="position:relative;float:left;display: inline-block;valign:bottom;background-color:black;background-repeat:repeat; | <div style="position:relative;float:left;display: inline-block;valign:bottom;background-color:black;background-repeat:repeat; | ||
width:{{#expr: 100*{{{complete}}}/{{{total}}} round 2}}%;height:100%;"> | width:{{#expr: 100*({{{complete}}}+{{{number_completed_and_removed}}})/({{{total}}}+{{{number_completed_and_removed}}}) round 2}}%;height:100%;"> | ||
</div> | </div> | ||
<div style="float:left;display: inline-block;valign:bottom;background-color:#ffa0a0;background-repeat:repeat; | <div style="float:left;display: inline-block;valign:bottom;background-color:#ffa0a0;background-repeat:repeat; | ||
Line 50: | Line 50: | ||
{{#expr: 100* | {{#expr: 100* | ||
{{{ready}}}/ | {{{ready}}}/ | ||
{{{total}}} round 2 | ({{{total}}}+{{{number_completed_and_removed}}}) round 2 | ||
}}%; | }}%; | ||
height:100%; | height:100%; | ||
Line 59: | Line 59: | ||
{{#expr: 100* | {{#expr: 100* | ||
{{{in_progress}}}/ | {{{in_progress}}}/ | ||
{{{total}}} round 2 | ({{{total}}}+{{{number_completed_and_removed}}}) round 2 | ||
}}%; | }}%; | ||
height:100%; | height:100%; |