Ejemplo n.º 1
0
                            <td class="gdsr-preview-space"></td>
                            <td class="gdsr-preview-thumbs" style="background-color: gray;"><img src="#" id="gdsr_preview_thumbs_gray" /></td>
                            <td class="gdsr-preview-space" ></td>
                            <td class="gdsr-preview-thumbs gdsr-preview-pic"><img src="#" id="gdsr_preview_thumbs_picture" /></td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr valign="top">
                <td width="100" style="padding: 0; border: 0; height: 28px; vertical-align: top;"><?php 
_e("Size", "gd-star-rating");
?>
:</td>
                <td width="250" align="left" style="padding: 0; border: 0; vertical-align: top; text-align: right;">
                    <?php 
GDSRHelper::render_thumbs_sizes("gdsr_size_preview_thumbs", 32, 180, ' onchange="gdsrStyleSelection(\'thumbs\')"');
?>
                </td>
            </tr>
            <tr valign="top">
                <td width="100" style="padding: 0; border: 0; vertical-align: top;"><?php 
_e("Author", "gd-star-rating");
?>
:</td>
                <td width="250" align="left" style="padding: 0; border: 0; vertical-align: top;">
                    <div id="gdsrauthornamethumbs" style="text-align: right;"></div>
                    <div id="gdsrauthoremailthumbs" style="text-align: right;"></div>
                    <div id="gdsrauthorurlthumbs" style="text-align: right;"></div>
                </td>
            </tr>
        </table>
Ejemplo n.º 2
0
 function render_thumbs_sizes_tinymce($name, $selected = "20", $width = 130)
 {
     GDSRHelper::render_thumbs_sizes($name, $selected, $width);
 }
Ejemplo n.º 3
0
</td>
  </tr>
  <tr>
    <td width="100" valign="top"></td>
    <td width="100" nowrap="nowrap"><?php 
_e("Thumbs Set", "gd-star-rating");
?>
:</td>
    <td align="right"><select style="width: 200px" name="<?php 
echo $wpfn;
?>
[rating_thumb]"><?php 
GDSRHelper::render_styles_select($wptt, $wpno['rating_thumb']);
?>
</select></td>
  </tr>
  <tr>
    <td width="100" valign="top"></td>
    <td width="100" nowrap="nowrap"><?php 
_e("Thumbs Size", "gd-star-rating");
?>
:</td>
    <td align="right"><?php 
GDSRHelper::render_thumbs_sizes($wpfn . "[rating_thumb_size]", $wpno['rating_thumb_size'], 200);
?>
</td>
  </tr>
</table>
</div>
<div class="gdsr-table-split"></div>
            <tr>
                <td width="150"><?php 
_e("Thumbs Set", "gd-star-rating");
?>
:</td>
                <td width="200" align="left">
                <select style="width: 180px;" name="gdsr_thumb_cmm_style" id="gdsr_thumb_cmm_style">
                <?php 
GDSRHelper::render_styles_select($gdsr_gfx->thumbs, $gdsr_options["thumb_cmm_style"]);
?>
                </select>
                </td>
                <td width="10"></td>
                <td width="150" align="left">
                <?php 
GDSRHelper::render_thumbs_sizes("gdsr_thumb_cmm_size", $gdsr_options["thumb_cmm_size"]);
?>
                </td>
            </tr>
        </table>
        <table cellpadding="0" cellspacing="0" class="previewtable">
            <tr>
                <td width="150">MSIE 6:</td>
                <td width="200" align="left">
                <select style="width: 180px;" name="gdsr_thumb_cmm_style_ie6" id="gdsr_thumb_cmm_style_ie6">
                <?php 
GDSRHelper::render_styles_select($gdsr_gfx->thumbs, $gdsr_options["thumb_cmm_style_ie6"]);
?>
                </select>
                </td>
                <td width="10"></td>
Ejemplo n.º 5
0
</td>
  </tr>
  <tr>
    <td width="100" valign="top"></td>
    <td width="100" nowrap="nowrap"><?php 
_e("Thumbs Set", "gd-star-rating");
?>
:</td>
    <td align="right"><select style="width: 200px" name="<?php 
echo $this->get_field_name('rating_thumb');
?>
"><?php 
GDSRHelper::render_styles_select($wptt, $instance['rating_thumb']);
?>
</select></td>
  </tr>
  <tr>
    <td width="100" valign="top"></td>
    <td width="100" nowrap="nowrap"><?php 
_e("Thumbs Size", "gd-star-rating");
?>
:</td>
    <td align="right"><?php 
GDSRHelper::render_thumbs_sizes($this->get_field_name('rating_thumb_size'), $instance['rating_thumb_size'], 200);
?>
</td>
  </tr>
</table>
</div>
<div class="gdsr-table-split"></div>