}
    $_tag_stack[] = array();
    $_block_repeat = true;
    smarty_block_t($_tag_stack[count($_tag_stack) - 1], null, $this, $_block_repeat);
    while ($_block_repeat) {
        ob_start();
        ?>
Blotter updated<?php 
        $_block_content = ob_get_clean();
        $_block_repeat = false;
        echo smarty_block_t($_tag_stack[count($_tag_stack) - 1], $_block_content, $this, $_block_repeat);
    }
    array_pop($_tag_stack);
    ?>
: <?php 
    echo Dwoo_Plugin_date_format($this, isset($this->scope["blotter_updated"]) ? $this->scope["blotter_updated"] : null, "%Y-%m-%d", null);
    ?>

				</span>
					<span style="color: red;text-align: right;position: absolute;right: 0px;">
						<a href="#" onclick="javascript:toggleblotter(true);return false;"><?php 
    if (!isset($_tag_stack)) {
        $_tag_stack = array();
    }
    $_tag_stack[] = array();
    $_block_repeat = true;
    smarty_block_t($_tag_stack[count($_tag_stack) - 1], null, $this, $_block_repeat);
    while ($_block_repeat) {
        ob_start();
        ?>
Show/Hide<?php 
Example #2
0
echo KU_WEBPATH;
?>
</description>
<language><?php 
echo KU_LOCALE;
?>
</language>
<?php 
$_fh0_data = isset($this->scope["entries"]) ? $this->scope["entries"] : null;
if ($this->isArray($_fh0_data) === true) {
    foreach ($_fh0_data as $this->scope['item']) {
        /* -- foreach start output */
        ?>
	<item>
	<title><?php 
        echo Dwoo_Plugin_date_format($this, isset($this->scope["item"]["timestamp"]) ? $this->scope["item"]["timestamp"] : null, "%a %m/%d %H:%M", null);
        ?>
</title>
	<description><![CDATA[<?php 
        echo $this->scope["item"]["user"];
        ?>
 - <?php 
        echo $this->scope["item"]["entry"];
        ?>
]]></description>
	</item>
<?php 
        /* -- foreach end output */
    }
}
?>
Example #3
0
 by <?php 
            if ((isset($this->scope["entry"]["email"]) ? $this->scope["entry"]["email"] : null) != '') {
                ?>
<a href="mailto:<?php 
                echo stripslashes(isset($this->scope["entry"]["email"]) ? $this->scope["entry"]["email"] : null);
                ?>
"><?php 
            }
            echo stripslashes(isset($this->scope["entry"]["poster"]) ? $this->scope["entry"]["poster"] : null);
            if ((isset($this->scope["entry"]["email"]) ? $this->scope["entry"]["email"] : null) != '') {
                ?>
</a><?php 
            }
            ?>
 - <?php 
            echo Dwoo_Plugin_date_format($this, isset($this->scope["entry"]["timestamp"]) ? $this->scope["entry"]["timestamp"] : null, "%D @ %I:%M %p %Z", null);
        }
        ?>
</span>
		<span class="permalink"><a href="#<?php 
        echo $this->scope["entry"]["id"];
        ?>
">#</a></span></h2>
		<?php 
        echo stripslashes(isset($this->scope["entry"]["message"]) ? $this->scope["entry"]["message"] : null);
        ?>

	</div><br />
<?php 
        /* -- foreach end output */
    }
Example #4
0
                }
                $_tag_stack[] = array();
                $_block_repeat = true;
                smarty_block_t($_tag_stack[count($_tag_stack) - 1], null, $this, $_block_repeat);
                while ($_block_repeat) {
                    ob_start();
                    ?>
will expire on<?php 
                    $_block_content = ob_get_clean();
                    $_block_repeat = false;
                    echo smarty_block_t($_tag_stack[count($_tag_stack) - 1], $_block_content, $this, $_block_repeat);
                }
                array_pop($_tag_stack);
                ?>
 <strong><?php 
                echo Dwoo_Plugin_date_format($this, isset($this->scope["ban"]["until"]) ? $this->scope["ban"]["until"] : null, "%B %e, %Y, %I:%M %P", null);
                ?>
</strong><?php 
            } else {
                if (!isset($_tag_stack)) {
                    $_tag_stack = array();
                }
                $_tag_stack[] = array();
                $_block_repeat = true;
                smarty_block_t($_tag_stack[count($_tag_stack) - 1], null, $this, $_block_repeat);
                while ($_block_repeat) {
                    ob_start();
                    ?>
will not expire<?php 
                    $_block_content = ob_get_clean();
                    $_block_repeat = false;
		</td>
		<td>
			<?php 
            echo $this->scope["post"]["subject"];
            ?>

		</td>
		<td align="center">
			<?php 
            echo $this->scope["post"]["file_size_formatted"];
            ?>

		</td>
		<td>
			<span style="white-space: nowrap;"><?php 
            echo Dwoo_Plugin_date_format($this, isset($this->scope["post"]["timestamp"]) ? $this->scope["post"]["timestamp"] : null, "%y/%m/%d(%a)%H:%M", null);
            ?>
</span>
		</td>
		<td align="center">
			<?php 
            echo $this->scope["post"]["replies"];
            ?>

		</td>
		<td align="center">
			[<a href="<?php 
            echo KU_BOARDSFOLDER;
            echo $this->scope["board"]["name"];
            ?>
/res/<?php