WikiWealth

This is a module page, used for CSI modules. view source

Converted at http://snippets.wikidot.com/code:iframe-embed

[!--
[[code type="html"]]
<table border="0" cellspacing="0" cellpadding="0">
    <tr>
        <td align="center">
            <embed src="http://www.worldtimeserver.com/clocks/wtsclock001.swf?color={$color}&wtsid={$timezone}" width="{$width}00" height="{$height}00" wmode="transparent" type="application/x-shockwave-flash" />
        </td>
    </tr>
    <tr>
        <td align="center">
            <h2>{$title}</h2>
        </td>
    </tr>
</table>
[[/code]]
--]

[[iframe http://{$site}.wdfiles.com/local--code/{$name} width="{$width}50px" height="{$height}50px" frameborder="0" scrolling="no"]]

Becomes this:

[[embed]]
<iframe class="" style="" frameborder="0" width="{$width}50px" height="{$height}50px" align="" scrolling="auto" src="http://snippets.wdfiles.com/local--code/code:iframe-embed#%3Ctable%20border%3D%220%22%20cellspacing%3D%220%22%20cellpadding%3D%220%22%3E%20%20%20%20%20%3Ctr%3E%20%20%20%20%20%20%20%20%20%3Ctd%20align%3D%22center%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%3Cembed%20src%3D%22http%3A//www.worldtimeserver.com/clocks/wtsclock001.swf%3Fcolor%3D{$color}%26wtsid%3D{$timezone}%22%20width%3D%22{$width}00%22%20height%3D%22{$height}00%22%20wmode%3D%22transparent%22%20type%3D%22application/x-shockwave-flash%22%20/%3E%20%20%20%20%20%20%20%20%20%3C/td%3E%20%20%20%20%20%3C/tr%3E%20%20%20%20%20%3Ctr%3E%20%20%20%20%20%20%20%20%20%3Ctd%20align%3D%22center%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%20%3Ch2%3E{$title}%3C/h2%3E%20%20%20%20%20%20%20%20%20%3C/td%3E%20%20%20%20%20%3C/tr%3E%20%3C/table%3E"></iframe>
[[/embed]]