__section__
default
__description__
Preview a slashbox

* title = passed to titlebar
* width = passed to titlebar
* block = hashref of some block info (bid, title, block)
* is_editable = current user may edit box
__title__

__page__
users
__lang__
en_US
__name__
previewSlashbox
__template__
<div id="user-blocks">
        [% PROCESS titlebar %]
        <div class="generalbody">
                What you see on the right hand side is a preview of the block thingee labeled "[% block.title | strip_literal %]".  If you select it from the <a href="[% gSkin.rootdir %]/users.pl?op=edithome">Preferences Page</a>, you will have that little block added to the right hand side of your <a href="[% gSkin.rootdir %]/index.pl">Custom [% constants.sitename %]</a> page.  Exciting?  Not really, but it's a great way to waste time.

        [% IF is_editable %]
                <p>Edit <a href="[% gSkin.rootdir %]/admin.pl?op=blocks&amp;bid=[% form.bid %]">[% form.bid %]</a></p>
        [% END %]
        </div>
</div>
__seclev__
10000
__version__
$Id: previewSlashbox;users;default,v 1.10 2005/07/27 22:54:48 pudge Exp $
