コード例 #1
0
                </td>
                <td width="10"></td>
                <td width="150" align="left">
                <?php 
    GDSRHelper::render_star_sizes("gdsr_review_size", $gdsr_options["review_size"]);
    ?>
                </td>
                <td width="10"></td>
                <td width="100"><?php 
    _e("Number of stars", "gd-star-rating");
    ?>
:</td>
                <td width="80" align="left">
                <select style="width: 70px;" name="gdsr_review_stars" id="gdsr_review_stars">
                <?php 
    GDSRHelper::render_stars_select($gdsr_options["review_stars"]);
    ?>
                </select>
                </td>
            </tr>
            <tr>
                <td width="150">MSIE 6:</td>
                <td width="200" align="left" colspan="6">
                <select style="width: 180px;" name="gdsr_review_style_ie6" id="gdsr_review_style_ie6">
                <?php 
    GDSRHelper::render_styles_select($gdsr_gfx->stars, $gdsr_options["review_style_ie6"]);
    ?>
                </select>
                </td>
            </tr>
        </table>
コード例 #2
0
" style="width: 700px" />
    </td>
</tr>
<tr><th scope="row"><?php 
_e("Number Of Stars", "gd-star-rating");
?>
</th>
    <td>
        <select<?php 
if ($gdsr_page == "muedit") {
    echo ' disabled="disabled"';
}
?>
 style="width: 70px;" name="gdsr_ms_stars" id="gdsr_ms_stars">
            <?php 
GDSRHelper::render_stars_select($set->stars);
?>
        </select>
    </td>
</tr>
<tr><th scope="row"><?php 
_e("Defaults", "gd-star-rating");
?>
</th>
    <td>
    </td>
</tr>
<tr><th scope="row"><?php 
_e("Auto Insertion", "gd-star-rating");
?>
</th>