{* HTML5: Yes *} {* jQuery: No *} {* serendipity_plugins_admin.inc.php::serendipity_plugin_config() - the OUT_STACK loop *} {if $ctype == 'seperator'} {* This could just as well be replaced by a CSS-only solution … *}
{* … then again, hr has new meaning in HTML5. *} {/if} {if $ctype == 'select'}
{* Make sure id creation actually produces unique identifiers *}
{/if} {if $ctype == 'radio'}
{$cname} {if $cdesc != ''}

{$cdesc}

{/if}
{foreach $radio_button AS $r}
{assign var="r" value="counter[0]"}
{/foreach}
{/if} {if $ctype == 'string'}
{* TODO: Make sure id creation actually produces unique identifiers *}
{/if} {if (($ctype == 'html') || ($ctype == 'text'))}
{/if} {if $ctype == 'content'}
{$cbag_default}
{/if} {if $ctype == 'custom'}
{$cbag_custom}
{/if} {if $ctype == 'hidden'}
{/if} {if $ctype == 'media'}
{if !$mediajs_output} {/if}
 
{* This should be input[type=file] … *} {$CONST.MEDIA_LIBRARY} {* … not touching it in order to not break it for now. *}
{/if} {if $ctype == 'sequence'}
{if !$sequencejs_output} {/if}
{$cname} {if $cdesc != ''}

{$cdesc}

{/if}
    {foreach $order_id as $orid}
  1. Move{* i18n *} {*
    *} {if $checkable}
    {* TODO: needs label *}
    {/if} {$items[{$orid['id']}]['display']} {if isset($items[{$orid['id']}]['img'])} {/if}
  2. {/foreach}
{if isset($no_sequence)} {$no_sequence} {/if}
{*** Smarty 3 has a new auto literal option which is enabled by default. When the { is surrounded by whitespace it is not interpreted as smarty delimiter but literal. e.g. ' } ;' AS tests have proofed, ending javascript delimiters " } ;" and " };" and even "};" work fine as well. So back to origin. ***}
{/if}