mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-17 16:58:51 +00:00
23 lines
518 B
HTML
23 lines
518 B
HTML
<!-- IF .options -->
|
|
<fieldset>
|
|
|
|
<!-- BEGIN options -->
|
|
<!-- IF options.S_LEGEND -->
|
|
<!-- IF not options.S_FIRST_ROW -->
|
|
</fieldset>
|
|
|
|
<fieldset>
|
|
<!-- ENDIF -->
|
|
<legend>{options.LEGEND}</legend>
|
|
<!-- ELSE -->
|
|
|
|
<dl>
|
|
<dt><label for="{options.KEY}">{options.TITLE}:</label><!-- IF options.S_EXPLAIN --><br /><span class="explain">{options.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
|
|
<dd>{options.CONTENT}</dd>
|
|
</dl>
|
|
|
|
<!-- ENDIF -->
|
|
<!-- END options -->
|
|
|
|
</fieldset>
|
|
<!-- ENDIF -->
|