| |
|
| Stats | |
| Goal: | $100.00 |
| Due Date: | May 31 |
| Gross Amount: | $65.00 |
| Net Balance: | $61.80 |
| Left to go: | $38.20 |
|
|
|
| Donations | |
| studioC ($25)May-17 | |
| Anonymous ($15)May-16 | |
| Anonymous ($25)May-4 | |

Note: The width of the theme is controlled in the file "tpl / centerZone.html"
<!--
Cria uma área de conteúdo central flexível:
- Situação 1: Se os blocos da esquerda e da direita existirem.
- Situação 2: Se o bloco da esquerda existir.
- Situação 3: Se o bloco da direita existir.
- Situação 4: Se os blocos da esquerda e da direita estiverem ocultos.
-->
<{if $xoBlocks.canvas_left && $xoBlocks.canvas_right}>
<div id="tf-centerZone" style="width:480px; margin:0 auto;"> <!-- Abre a DIV do Centro - Situação 1 -->
<{elseif $xoBlocks.canvas_left}>
<div id="tf-centerZone" style="width:680px; float:right; margin-right:5px;"> <!-- Abre a DIV do Centro - Situação 2 -->
<{elseif $xoBlocks.canvas_right}>
<div id="tf-centerZone" style="width:680px; float:left; margin-left:5px;"> <!-- Abre a DIV do Centro - Situação 3 -->
<{else}>
<div id="tf-centerZone" style="width:99%; margin:0 auto"> <!-- Abre a DIV do Centro - Situação 4-->
<{/if}>
<{includeq file="$theme_name/tpl/centerBlock.html"}> <!-- Inclui o bloco central -->
<{includeq file="$theme_name/tpl/centerLeft.html"}> <!-- Inclui o bloco central esquerdo -->
<{includeq file="$theme_name/tpl/centerRight.html"}> <!-- Inclui o bloco central direito -->
<{includeq file="$theme_name/tpl/xoopsContents.html"}> <!-- Inclui a área de conteúdo -->
<{includeq file="$theme_name/tpl/centerBottom.html"}> <!-- Inclui o bloco central inferior -->
<{includeq file="$theme_name/tpl/leftBottom.html"}> <!-- Inclui o bloco central inferior esquerdo -->
<{includeq file="$theme_name/tpl/rightBottom.html"}> <!-- Inclui o bloco central inferior direito -->
<div class="clear"></div> <!-- Limpa os floats -->
</div>
#tf-container{} /*Style.css*/
#tf-container .blockZone{} /*Style.css*/