コード例 #1
0
ファイル: page-style.php プロジェクト: Gawdess/Protean
---*/
?>
<table class="protean_form_table" cellspacing="2" cellpadding="5" id="protean_page_style">
	<tbody>
		<tr class="form-field">
			<th valign="middle" scope="row"><label for="link_image"><strong><?php 
_e('Font:', 'protean');
?>
</label></th>
			<td>
				<select name="<?php 
echo $paramname;
?>
[font]" id="font_options" class="fl_left">
					<?php 
echo isset($options['font']) ? protean_font_option($options['font']) : protean_font_option();
?>
				</select>
				<select name="<?php 
echo $paramname;
?>
[fontsize]" id="fontsize_options"  class="fl_left">
					<?php 
echo isset($options['fontsize']) ? protean_fontsize_option($options['fontsize']) : protean_fontsize_option();
?>
				</select>
				<span class="protean_text_in_form" id="protean_example_text"> <?php 
_e('Example Text', 'protean');
?>
</span>
			</td>
コード例 #2
0
ファイル: banner-edit.php プロジェクト: Gawdess/Protean
		<tr class="form-field">
			<th valign="middle" scope="row"><label for="link_image"><strong><?php 
_e('Subtitle:', 'protean');
?>
</label></th>
			<td>
				<select name="<?php 
echo $paramname;
?>
[bannersubtitle_font]" id="protean_bannersubtitle_font" class="fl_left" style="width:150px;">
					<option value=""><?php 
_e('Same as page style', 'protean');
?>
</option>
					<?php 
echo isset($options['bannersubtitle_font']) ? protean_font_option($options['bannersubtitle_font']) : protean_font_option();
?>
				</select>
				<select name="<?php 
echo $paramname;
?>
[bannersubtitle_fontsize]" id="protean_bannersubtitle_fontsize"  class="fl_left">
					<option value="14"><?php 
_e('Default', 'protean');
?>
</option>
					<?php 
echo isset($options['bannersubtitle_fontsize']) ? protean_fontsize_option($options['bannersubtitle_fontsize']) : protean_fontsize_option();
?>
				</select>
				<div class="protean_color_holder" id="protean_bannersubtitle_color">