найти
Код: Выделить всё
t: '{LA_BBCODE_T_HELP}',
Код: Выделить всё
fonts: 'Стили шрифтов: [font=Название Шрифта]текст[/font]',
Код: Выделить всё
<span class="genmed nowrap">{L_FONT_SIZE}: <select class="gensmall" name="addbbcode20" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" onmouseover="helpline('f')" onmouseout="helpline('tip')">
<option value="50">{L_FONT_TINY}</option>
<option value="85">{L_FONT_SMALL}</option>
<option value="100" selected="selected">{L_FONT_NORMAL}</option>
<option value="150">{L_FONT_LARGE}</option>
<option value="200">{L_FONT_HUGE}</option>
</select></span>
Код: Выделить всё
<br />
<span class="genmed nowrap">Стили шрифтов: <select class="gensmall" name="addbbcode25" onchange="bbfontstyle('[font=' + this.form.addbbcode25.options[this.form.addbbcode25.selectedIndex].value + ']', '[/font]');this.form.addbbcode25.selectedIndex = 0;" onmouseover="helpline('fonts')" onmouseout="helpline('tip')">
<option value="Arial">Arial</option>
<option value="Arial Black">Arial Black</option>
<option value="Arial Narrow">Arial Narrow</option>
<option value="Book Antiqua">Book Antiquan</option>
<option value="Comic Sans Ms">Comic Sans Ms</option>
<option value="Courier New">Courier New</option>
<option value="Fixedsys">Fixedsys</option>
<option value="Franklin Gothic Medium">Franklin Gothic Medium</option>
<option value="Garamond">Garamond</option>
<option value="Georgia">Georgia</option>
</select></span>
найти
Код: Выделить всё
<!-- BEGIN custom_tags -->
Код: Выделить всё
,
fonts: 'Стили шрифтов: [font=Название Шрифта]текст[/font]'
Код: Выделить всё
<option value="150">{L_FONT_LARGE} 150%</option>
<option value="200">{L_FONT_HUGE} 200%</option>
</select>
Код: Выделить всё
<select class="gensmall" name="addbbcode25" onchange="bbfontstyle('[font=' + this.form.addbbcode25.options[this.form.addbbcode25.selectedIndex].value + ']', '[/font]');this.form.addbbcode25.selectedIndex = 0;" onmouseover="helpline('fonts')" onmouseout="helpline('tip')">
<option value="">Стиль шрифта</option>
<option value="Arial">Arial</option>
<option value="Arial Black">Arial Black</option>
<option value="Arial Narrow">Arial Narrow</option>
<option value="Book Antiqua">Book Antiquan</option>
<option value="Comic Sans Ms">Comic Sans Ms</option>
<option value="Courier New">Courier New</option>
<option value="Fixedsys">Fixedsys</option>
<option value="Franklin Gothic Medium">Franklin Gothic Medium</option>
<option value="Garamond">Garamond</option>
<option value="Georgia">Georgia</option>
</select>
Использование BBCode:
Код: Выделить всё
[font={SIMPLETEXT}]{TEXT}[/font]
Код: Выделить всё
<span style="font-family: {SIMPLETEXT};">{TEXT}</span>