Esempio n. 1
0
    }
    ?>
            </table>
        </td>
    </tr>
    <?php 
}
?>
	<?php 
echo $this->addTotalRows;
?>
    <?php 
if (isset($this->costs['total'])) {
    ?>
    <tr class="total_table_total_wrapper">
        <td class="total_table_label"><?php 
    lang::_e('Total:');
    ?>
</td>
        <td class="total_coast"><?php 
    echo frame::_()->getModule('currency')->display($this->costs['total']);
    ?>
</td>
    </tr>
    <?php 
}
?>
</table>
<?php 
echo html::hidden('total', array('value' => frame::_()->getModule('currency')->calculate($this->total)));
echo html::hidden('currency', array('value' => frame::_()->getModule('currency')->getDefaultCode()));
            if(res.data.totalHtml) {
                updateCart(new Array(), res.data.totalHtml);
            }
            if(!res.error) {
                jQuery('#toeCoupon').val('');
            }
        }
    });
}
function toeShouCouponsDescription(link) {
    var linkPos = jQuery(link).position();
    subScreen.show(<?php 
echo $this->couponsDescription;
?>
, linkPos.left, linkPos.top);
}
// -->
</script>
<h4 class="cuponTitle"><?php 
lang::_e('Enter coupon number:');
?>
</h4>
<?php 
echo html::text('coupon', array('attrs' => 'id="toeCoupon"'));
echo html::button(array('value' => lang::_('OK'), 'attrs' => 'onclick="toeApplyCoupon(); return false;" class="tcf_submit couponBtn"'));
?>
<div id="toeCouponsCheckoutMsg"></div>
<!-- <a href="#" onclick="toeShouCouponsDescription(this); return false;"><?php 
lang::_e('Where I can get It?');
?>
</a> -->
Esempio n. 3
0
					msgElID: 'toeSendUsageStatMsg',
					data: {page: 'promo_ready', action: 'hideUsageStat', reqType: 'ajax'},
					onSuccess: function(res) {
						if(!res.error) {
							t.element.pointer('close');
						}
					}
				});
			});
			return button;
		},
		close: function() {}
	}).pointer('open');

	jQuery('#toeHideSendUsageStatButt').after('<a id="toeSendUsageStatButt" class="button-primary">' + '<?php 
lang::_e('Yes, send statistics');
?>
' + '</a><div id="toeSendUsageStatMsg"></div>');

	jQuery('#toeSendUsageStatButt').click(function(){
		var self = this;
		jQuery.sendForm({
			msgElID: 'toeSendUsageStatMsg',
			data: {page: 'promo_ready', action: 'sendUsageStat', reqType: 'ajax'},
			onSuccess: function(res) {
				if(!res.error) {
					setTimeout(function(){
						jQuery(self).parents('.wp-pointer:first').hide('slow');
					}, 1000);
				}
			}
}
?>
                </div>
            <!--/toeImage-->
        </div>
        <div class="product_info">            
                <div class="product_block_wrapper">
                    <?php 
if ($this->viewOptions['title']) {
    ?>
                        <!--toetitle-->
                             <h1><a href="<?php 
    echo $this->post->guid;
    ?>
" title="<?php 
    lang::_e('View product page');
    ?>
"><?php 
    echo get_the_title();
    ?>
</a></h1>
                        <!--/toetitle-->
                    <?php 
}
?>
                    <?php 
if ($this->viewOptions['short_descr']) {
    ?>
                        <!--toeshort_description-->
                            <div class="product_excerpt">
                                
Esempio n. 5
0
<script type="text/javascript">
// <!--
    if(typeof(toeSetNavigationSelected) != 'undefined') {
        toeSetNavigationSelected('success');
        toeSetNavigationPassed(['cart', 'checkout', 'confirnation']);
    }
// -->
</script>
<h2 class="successTitle">
<?php 
if (empty($this->checkout_success_text)) {
    lang::_e('Order Created. Thank You for buying in Our online Store.');
} else {
    lang::_e(nl2br($this->checkout_success_text));
}
?>
</h2>
<?php 
if (!empty($this->paymentSuccessHtml)) {
    echo $this->paymentSuccessHtml;
}
function scom_settings_page()
{
    $bgcolor = '#ffffff';
    ?>
<script type="text/javascript">
// <!--
jQuery(document).ready(function(){
	jQuery('#toeThemeEditOptionForm').submit(function(){
		toeSaveThemeOptionsAjax(jQuery(this).serialize());
		return false;
	});
	jQuery('#toeResetSidebarToDefaultSubmit').click(function(){
		toeSaveThemeOptionsAjax(jQuery('#toeThemeEditOptionForm').serialize()+ '&resetSidebarToDefault='+ jQuery(this).val());
		return false;
	});
	jQuery('#toeTemplateResetDesignSettings').click(function(){
		var form = jQuery('#toeThemeEditOptionForm');
		jQuery(form).find('#ready_bgimg').val('');
		jQuery(form).find('#live-colorpicker').css('background-color', '<?php 
    echo $bgcolor;
    ?>
');
		jQuery(form).find('#live-colorpicker').val('<?php 
    echo $bgcolor;
    ?>
');
		
		jQuery(form).find('#ready_google_font_name').get(0).selectedIndex = 0;
		jQuery(form).find('#ready_google_font_name').trigger('change');
		
		jQuery(form).find('#ready_content_font_name').get(0).selectedIndex = 0;
		jQuery(form).find('#ready_content_font_name').trigger('change');
		
		toeSaveThemeOptionsAjax(jQuery('#toeThemeEditOptionForm').serialize());
		return false;
	});
});
function toeSaveThemeOptionsAjax(data) {
	jQuery.sendForm({
		msgElID: 'toeThemeEditFormMsg',
		url: '<?php 
    echo get_admin_url(0, 'options.php');
    ?>
',
		data: data,
		dataType: 'text',
		onSuccess: function(res) {
			jQuery('#toeThemeEditFormMsg').html(toeLang('Done'));
		}
	});
}
// -->
</script>
<div class="rt_wrap">
    <h2 id="rt_title"><?php 
    lang::_e('Ready! To Be Theme Settings');
    ?>
</h2>

    <form method="post" action="options.php" class="rt_opts" id="toeThemeEditOptionForm">

    <?php 
    settings_fields('ready-settings-group');
    ?>
    <div id="rt_tabs">
        <ul>
            <li class="rt_pages"><a href="#rt_pages"><?php 
    lang::_e('General Options');
    ?>
</a></li>
            <li class="rt_footer"><a href="#rt_footer"><?php 
    lang::_e('Footer Options');
    ?>
</a></li>
            <li class="rt_design"><a href="#rt_design"><?php 
    lang::_e('Design Options');
    ?>
</a></li>
            <li class="rt_logo"><a href="#rt_logo"><?php 
    lang::_e('Logo Options');
    ?>
</a></li>
        </ul>
        
        <div id="rt_pages">
            <h3><?php 
    lang::_e('Google Analitics');
    ?>
</h3>
            <div class="rt_input rt_text">
                <div class="rt_description">
                    <label for="ready_gcode"><?php 
    lang::_e('Google Analitics Code');
    ?>
</label>
                    <small><?php 
    lang::_e('Would be placed in header.');
    ?>
</small>
                    <div class="rt_clearfix"></div>
                </div>
                <textarea name="ready_gcode" id="ready_gcode" style="height:120px;"><?php 
    echo esc_attr(get_option('ready_gcode'));
    ?>
</textarea>
                <div class="rt_clearfix"></div>
            </div>
        </div>
        <div id="rt_footer">
            <div class="rt_input rt_text">
                <div class="rt_description">
                    <label for="ready_copyright"><?php 
    lang::_e('Footer Copyright Text');
    ?>
</label>
                    <small><?php 
    lang::_e('Copyright text in the site footer.');
    ?>
</small>
                    <div class="rt_clearfix"></div>
                </div>
                <input name="ready_copyright" id="ready_copyright" type="text" value="<?php 
    echo esc_attr(get_option('ready_copyright'));
    ?>
" />
                <div class="rt_clearfix"></div>
            </div>
                        
            <div class="rt_input rt_checkbox">
                <div class="rt_description">
                    <label for="ready_recent_hide"><?php 
    lang::_e('Hide Recent Posts Block');
    ?>
</label>
                    <div class="rt_clearfix"></div>
                </div>
                <input name="ready_recent_hide" id="ready_recent_hide" type="checkbox" <?php 
    if (get_option('ready_recent_hide') == 'on') {
        echo "checked='checked'";
    }
    ?>
 />
                <div class="rt_clearfix"></div>
            </div>             
                        
            <div class="rt_input rt_checkbox">
                <div class="rt_description">
                    <label for="ready_contact_hide"><?php 
    lang::_e('Hide Contact Us Block');
    ?>
</label>
                    <div class="rt_clearfix"></div>
                </div>
                <input name="ready_contact_hide" id="ready_contact_hide" value="on" type="checkbox" <?php 
    if (get_option('ready_contact_hide') == 'on') {
        echo "checked='checked'";
    }
    ?>
 />
                <div class="rt_clearfix"></div>
            </div>       

            <div class="rt_input rt_checkbox">
                <div class="rt_description">
                    <label for="ready_newsletter_hide"><?php 
    lang::_e('Hide Newsletter Block');
    ?>
</label>
                    <div class="rt_clearfix"></div>
                </div>
                <input name="ready_newsletter_hide" id="ready_newsletter_hide" type="checkbox" <?php 
    if (get_option('ready_newsletter_hide') == 'on') {
        echo "checked='checked'";
    }
    ?>
 />
                <div class="rt_clearfix"></div>
            </div>    
            
            <div class="rt_input rt_checkbox">
                <div class="rt_description">
                    <label for="ready_findus_hide"><?php 
    lang::_e('Hide Find Us Block');
    ?>
</label>
                    <div class="rt_clearfix"></div>
                </div>
                <input name="ready_findus_hide" id="ready_findus_hide" type="checkbox" <?php 
    if (get_option('ready_findus_hide') == 'on') {
        echo "checked='checked'";
    }
    ?>
 />
                <div class="rt_clearfix"></div>
            </div>    
        </div>
        <div id="rt_design">
            <div class="rt_input rt_text">
                <div class="rt_description">
                    <label for="ready_userbgimg"><?php 
    lang::_e('Your own background image');
    ?>
</label>
                    <small><?php 
    lang::_e('You can choose our image below or write a link for your own.');
    ?>
</small>
                    <div class="rt_clearfix"></div>
                </div>
                <input type="text" name="ready_userbgimg" id="ready_userbgimg" value="<?php 
    echo esc_attr(get_option('ready_userbgimg'));
    ?>
" />
                <div class="rt_clearfix"></div>
            </div>
            
            <div class="rt_input rt_text">
                <div class="rt_description">
                    <label for="ready_bgimg"><?php 
    lang::_e('Background image');
    ?>
</label>
                    <div class="rt_clearfix"></div>
                </div>
                <textarea name="ready_bgimg" id="ready_bgimg"><?php 
    echo esc_attr(get_option('ready_bgimg'));
    ?>
</textarea>
                <div class="rt_clearfix"></div>
            </div>
            <div class="left-bar">
                <h4><?php 
    lang::_e('Images');
    ?>
</h4>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/1.jpg';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/thumbs/1.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/2.jpg';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/thumbs/2.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/3.jpg';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/thumbs/3.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/4.jpg';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/thumbs/4.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/5.jpg';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/thumbs/5.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/6.jpg';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/thumbs/6.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/7.jpg';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/thumbs/7.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/8.jpg';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/thumbs/8.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/9.jpg';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/thumbs/9.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/10.jpg';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/thumbs/10.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/11.jpg';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/thumbs/11.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/12.jpg';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/thumbs/12.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/13.jpg';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/thumbs/13.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/14.jpg';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/thumbs/14.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/15.jpg';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/thumbs/15.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/16.jpg';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/thumbs/16.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/17.jpg';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/thumbs/17.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/18.jpg';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/thumbs/18.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/19.jpg';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/thumbs/19.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/20.jpg';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/thumbs/20.png';
    ?>
" />
                </a>
                <div class="clear"></div>
                
                <h4><?php 
    lang::_e('Patterns');
    ?>
</h4>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/patterns/1.png';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/patterns/thumbs/1.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/patterns/2.png';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/patterns/thumbs/2.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/patterns/3.png';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/patterns/thumbs/3.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/patterns/4.png';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/patterns/thumbs/4.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/patterns/5.png';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/patterns/thumbs/5.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/patterns/6.png';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/patterns/thumbs/6.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/patterns/7.png';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/patterns/thumbs/7.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/patterns/8.png';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/patterns/thumbs/8.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/patterns/9.png';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/patterns/thumbs/9.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/patterns/10.png';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/patterns/thumbs/10.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/patterns/11.png';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/patterns/thumbs/11.png';
    ?>
" />
                </a>
                <a class="body-change" title="Click to preview" href="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/patterns/12.png';
    ?>
">
                    <img src="<?php 
    echo bloginfo('template_directory') . '/functions/livesettings/img/patterns/thumbs/12.png';
    ?>
" />
                </a>
                <div class="clear"></div>
                <h4 style="margin-top:28px;"><?php 
    lang::_e('Custom Background Color');
    ?>
</h4>
                <input type="text" name="ready_bgcol" id="live-colorpicker" class="colorpicker" value="<?php 
    if (get_option('ready_bgcol') != '') {
        echo esc_attr(get_option('ready_bgcol'));
    } else {
        echo $bgcolor;
    }
    ?>
" />
            </div>
            <div class="right-bar">
                <h4><?php 
    lang::_e('Preview');
    ?>
</h4>
                <div id="live-prev">
                    <div id="site-place"></div>
                </div>
                <div class="clear"></div>
            </div>
            <div class="clear"></div>
            <hr style="margin-top:25px;" />
            
            <div class="left-bar">
                <h4><?php 
    lang::_e('Headings - Google Font');
    ?>
</h4>
                <select name="ready_google_font_name" id="ready_google_font_name">
                    <?php 
    $GoogleFontsArray = array("Select", "Abel", "Abril Fatface", "Aclonica", "Acme", "Actor", "Adamina", "Advent Pro", "Aguafina Script", "Aladin", "Aldrich", "Alegreya", "Alegreya SC", "Alex Brush", "Alfa Slab One", "Alice", "Alike", "Alike Angular", "Allan", "Allerta", "Allerta Stencil", "Allura", "Almendra", "Almendra SC", "Amaranth", "Amatic SC", "Amethysta", "Andada", "Andika", "Angkor", "Annie Use Your Telescope", "Anonymous Pro", "Antic", "Antic Didone", "Antic Slab", "Anton", "Arapey", "Arbutus", "Architects Daughter", "Arimo", "Arizonia", "Armata", "Artifika", "Arvo", "Asap", "Asset", "Astloch", "Asul", "Atomic Age", "Aubrey", "Audiowide", "Average", "Averia Gruesa Libre", "Averia Libre", "Averia Sans Libre", "Averia Serif Libre", "Bad Script", "Balthazar", "Bangers", "Basic", "Battambang", "Baumans", "Bayon", "Belgrano", "Belleza", "Bentham", "Berkshire Swash", "Bevan", "Bigshot One", "Bilbo", "Bilbo Swash Caps", "Bitter", "Black Ops One", "Bokor", "Bonbon", "Boogaloo", "Bowlby One", "Bowlby One SC", "Brawler", "Bree Serif", "Bubblegum Sans", "Buda", "Buenard", "Butcherman", "Butterfly Kids", "Cabin", "Cabin Condensed", "Cabin Sketch", "Caesar Dressing", "Cagliostro", "Calligraffitti", "Cambo", "Candal", "Cantarell", "Cantata One", "Cardo", "Carme", "Carter One", "Caudex", "Cedarville Cursive", "Ceviche One", "Changa One", "Chango", "Chau Philomene One", "Chelsea Market", "Chenla", "Cherry Cream Soda", "Chewy", "Chicle", "Chivo", "Coda", "Coda Caption", "Codystar", "Comfortaa", "Coming Soon", "Concert One", "Condiment", "Content", "Contrail One", "Convergence", "Cookie", "Copse", "Corben", "Cousine", "Coustard", "Covered By Your Grace", "Crafty Girls", "Creepster", "Crete Round", "Crimson Text", "Crushed", "Cuprum", "Cutive", "Damion", "Dancing Script", "Dangrek", "Dawning of a New Day", "Days One", "Delius", "Delius Swash Caps", "Delius Unicase", "Della Respira", "Devonshire", "Didact Gothic", "Diplomata", "Diplomata SC", "Doppio One", "Dorsa", "Dosis", "Dr Sugiyama", "Droid Sans", "Droid Sans Mono", "Droid Serif", "Duru Sans", "Dynalight", "EB Garamond", "Eater", "Economica", "Electrolize", "Emblema One", "Emilys Candy", "Engagement", "Enriqueta", "Erica One", "Esteban", "Euphoria Script", "Ewert", "Exo", "Expletus Sans", "Fanwood Text", "Fascinate", "Fascinate Inline", "Federant", "Federo", "Felipa", "Fjord One", "Flamenco", "Flavors", "Fondamento", "Fontdiner Swanky", "Forum", "Francois One", "Fredericka the Great", "Fredoka One", "Freehand", "Fresca", "Frijole", "Fugaz One", "GFS Didot", "GFS Neohellenic", "Galdeano", "Gentium Basic", "Gentium Book Basic", "Geo", "Geostar", "Geostar Fill", "Germania One", "Give You Glory", "Glass Antiqua", "Glegoo", "Gloria Hallelujah", "Goblin One", "Gochi Hand", "Gorditas", "Goudy Bookletter 1911", "Graduate", "Gravitas One", "Great Vibes", "Gruppo", "Gudea", "Habibi", "Hammersmith One", "Handlee", "Hanuman", "Happy Monkey", "Henny Penny", "Herr Von Muellerhoff", "Holtwood One SC", "Homemade Apple", "Homenaje", "IM Fell DW Pica", "IM Fell DW Pica SC", "IM Fell Double Pica", "IM Fell Double Pica SC", "IM Fell English", "IM Fell English SC", "IM Fell French Canon", "IM Fell French Canon SC", "IM Fell Great Primer", "IM Fell Great Primer SC", "Iceberg", "Iceland", "Imprima", "Inconsolata", "Inder", "Indie Flower", "Inika", "Irish Grover", "Istok Web", "Italiana", "Italianno", "Jim Nightshade", "Jockey One", "Jolly Lodger", "Josefin Sans", "Josefin Slab", "Judson", "Julee", "Junge", "Jura", "Just Another Hand", "Just Me Again Down Here", "Kameron", "Karla", "Kaushan Script", "Kelly Slab", "Kenia", "Khmer", "Knewave", "Kotta One", "Koulen", "Kranky", "Kreon", "Kristi", "Krona One", "La Belle Aurore", "Lancelot", "Lato", "League Script", "Leckerli One", "Ledger", "Lekton", "Lemon", "Lilita One", "Limelight", "Linden Hill", "Lobster", "Lobster Two", "Londrina Outline", "Londrina Shadow", "Londrina Sketch", "Londrina Solid", "Lora", "Love Ya Like A Sister", "Loved by the King", "Lovers Quarrel", "Luckiest Guy", "Lusitana", "Lustria", "Macondo", "Macondo Swash Caps", "Magra", "Maiden Orange", "Mako", "Marck Script", "Marko One", "Marmelad", "Marvel", "Mate", "Mate SC", "Maven Pro", "Meddon", "MedievalSharp", "Medula One", "Merriweather", "Metal", "Metamorphous", "Michroma", "Miltonian", "Miltonian Tattoo", "Miniver", "Miss Fajardose", "Modern Antiqua", "Molengo", "Monofett", "Monoton", "Monsieur La Doulaise", "Montaga", "Montez", "Montserrat", "Moul", "Moulpali", "Mountains of Christmas", "Mr Bedfort", "Mr Dafoe", "Mr De Haviland", "Mrs Saint Delafield", "Mrs Sheppards", "Muli", "Mystery Quest", "Neucha", "Neuton", "News Cycle", "Niconne", "Nixie One", "Nobile", "Nokora", "Norican", "Nosifer", "Nothing You Could Do", "Noticia Text", "Nova Cut", "Nova Flat", "Nova Mono", "Nova Oval", "Nova Round", "Nova Script", "Nova Slim", "Nova Square", "Numans", "Nunito", "Odor Mean Chey", "Old Standard TT", "Oldenburg", "Oleo Script", "Open Sans", "Open Sans Condensed", "Orbitron", "Original Surfer", "Oswald", "Over the Rainbow", "Overlock", "Overlock SC", "Ovo", "Oxygen", "PT Mono", "PT Sans", "PT Sans Caption", "PT Sans Narrow", "PT Serif", "PT Serif Caption", "Pacifico", "Parisienne", "Passero One", "Passion One", "Patrick Hand", "Patua One", "Paytone One", "Permanent Marker", "Petrona", "Philosopher", "Piedra", "Pinyon Script", "Plaster", "Play", "Playball", "Playfair Display", "Podkova", "Poiret One", "Poller One", "Poly", "Pompiere", "Pontano Sans", "Port Lligat Sans", "Port Lligat Slab", "Prata", "Preahvihear", "Press Start 2P", "Princess Sofia", "Prociono", "Prosto One", "Puritan", "Quantico", "Quattrocento", "Quattrocento Sans", "Questrial", "Quicksand", "Qwigley", "Radley", "Raleway", "Rammetto One", "Rancho", "Rationale", "Redressed", "Reenie Beanie", "Revalia", "Ribeye", "Ribeye Marrow", "Righteous", "Rochester", "Rock Salt", "Rokkitt", "Ropa Sans", "Rosario", "Rosarivo", "Rouge Script", "Ruda", "Ruge Boogie", "Ruluko", "Ruslan Display", "Russo One", "Ruthie", "Sail", "Salsa", "Sancreek", "Sansita One", "Sarina", "Satisfy", "Schoolbell", "Seaweed Script", "Sevillana", "Shadows Into Light", "Shadows Into Light Two", "Shanti", "Share", "Shojumaru", "Short Stack", "Siemreap", "Sigmar One", "Signika", "Signika Negative", "Simonetta", "Sirin Stencil", "Six Caps", "Slackey", "Smokum", "Smythe", "Sniglet", "Snippet", "Sofia", "Sonsie One", "Sorts Mill Goudy", "Special Elite", "Spicy Rice", "Spinnaker", "Spirax", "Squada One", "Stardos Stencil", "Stint Ultra Condensed", "Stint Ultra Expanded", "Stoke", "Sue Ellen Francisco", "Sunshiney", "Supermercado One", "Suwannaphum", "Swanky and Moo Moo", "Syncopate", "Tangerine", "Taprom", "Telex", "Tenor Sans", "The Girl Next Door", "Tienne", "Tinos", "Titan One", "Trade Winds", "Trocchi", "Trochut", "Trykker", "Tulpen One", "Ubuntu", "Ubuntu Condensed", "Ubuntu Mono", "Ultra", "Uncial Antiqua", "UnifrakturCook", "UnifrakturMaguntia", "Unkempt", "Unlock", "Unna", "VT323", "Varela", "Varela Round", "Vast Shadow", "Vibur", "Vidaloka", "Viga", "Voces", "Volkhov", "Vollkorn", "Voltaire", "Waiting for the Sunrise", "Wallpoet", "Walter Turncoat", "Wellfleet", "Wire One", "Yanone Kaffeesatz", "Yellowtail", "Yeseva One", "Yesteryear", "Zeyada");
    foreach ($GoogleFontsArray as $font) {
        if ($font == get_option('ready_google_font_name')) {
            $selected = ' selected="selected"';
        } else {
            $selected = '';
        }
        echo '<option value="' . $font . '" ' . $selected . '>' . $font . '</option>';
    }
    ?>
                </select>
                <br />
                
                <h4><?php 
    lang::_e('Content font');
    ?>
</h4>
                <select name="ready_content_font_name" id="ready_content_font_name">
                    <?php 
    $ContentFontsArray = array("Select", "Arial, Helvetica, sans-serif", "'Arial Black', Gadget, sans-serif", "'Bookman Old Style', serif", "'Calibri', sans-serif", "'Cambria', 'Times New Roman', serif", "'Century Gothic',verdana,arial,helvetica,sans-serif", "'Comic Sans MS', cursive", "Courier, monospace", "Garamond, serif", "Georgia, serif", "Impact, Charcoal, sans-serif", "'Lucida Console', Monaco, monospace", "'Lucida Sans Unicode', 'Lucida Grande', sans-serif", "'MS Sans Serif', Geneva, sans-serif", "'MS Serif', 'New York', sans-serif", "'Palatino Linotype', 'Book Antiqua', Palatino, serif", "Symbol, sans-serif", "Tahoma, Geneva, sans-serif", "'Times New Roman', Times, serif", "'Trebuchet MS', Helvetica, sans-serif", "Verdana, Geneva, sans-serif");
    foreach ($ContentFontsArray as $font) {
        if ($font == get_option('ready_content_font_name')) {
            $selected = ' selected="selected"';
        } else {
            $selected = '';
        }
        echo '<option value="' . $font . '" ' . $selected . '>' . $font . '</option>';
    }
    ?>
                </select>
                <br />
                <div class="clear"></div>
            </div>
            <div class="right-bar" style="height:auto;">
                <h4><?php 
    lang::_e('Preview');
    ?>
</h4>
                <div id="prev-head"><p>Sample Heading Text</p></div>
                <div id="prev-content"><p>Sample content text</p></div>
                <div class="clear"></div>
            </div>
            <div class="clear"></div>
            
            <div class="rt_input rt_text">
                <div class="rt_description">
                    <label for="ready_google_font_tags"><?php 
    lang::_e('Google font tags');
    ?>
</label>
                    <small><?php 
    lang::_e('Font will be used for these tags. Separate with commas. Default it can be using for h1, h2, h3');
    ?>
</small>
                    <div class="rt_clearfix"></div>
                </div>
                <input type="text" name="ready_google_font_tags" id="ready_google_font_tags" value="<?php 
    echo esc_attr(get_option('ready_google_font_tags'));
    ?>
" />
                <div class="rt_clearfix"></div>
            </div>
            
            <div class="rt_input rt_checkbox">
                <div class="rt_description">
                    <label for="ready_live_settings"><?php 
    lang::_e('Show Live settings on frontend');
    ?>
</label>
                    <small><?php 
    lang::_e('Show Live settings block like on demo sites. Really, this option need only for demo sites.');
    ?>
</small>
                    <div class="rt_clearfix"></div>
                </div>
                <input name="ready_live_settings" id="ready_live_settings" type="checkbox" <?php 
    if (get_option('ready_live_settings') == 'on') {
        echo "checked='checked'";
    }
    ?>
 />
                <div class="rt_clearfix"></div>
            </div>
            
            <div class="rt_input rt_checkbox">
                <div class="rt_description">
                    <label for="ready_hide_slider"><?php 
    lang::_e('Hide slider on home page');
    ?>
</label>
                    <div class="rt_clearfix"></div>
                </div>
                <input name="ready_hide_slider" id="ready_hide_slider" type="checkbox" <?php 
    if (get_option('ready_hide_slider') == 'on') {
        echo "checked='checked'";
    }
    ?>
 />
                <div class="rt_clearfix"></div>
            </div>
            
            <input type="submit" class="button-secondary" value="<?php 
    lang::_e('Reset design to default settings');
    ?>
" id="toeTemplateResetDesignSettings" />
        </div>
        <div id="rt_logo">
            <h3><?php 
    lang::_e('Site logo');
    ?>
</h3>
            <table class="form-table">
                <tr>
					<td>
                        <input id="site-logo" class="regular-text" type="hidden" name="ready_site_logo" value="<?php 
    echo esc_attr(get_option('ready_site_logo'));
    ?>
" />
                        <img id="image-logo" src="<?php 
    echo esc_attr(get_option('ready_site_logo'));
    ?>
" alt="<?php 
    lang::_e('Site Logo');
    ?>
" /><br />
                        <input class="button" id="btn-upload-logo" type="button" value="<?php 
    lang::_e('Select an image');
    ?>
" />
                        <input class="button" id="btn-delete-logo" type="button" value="<?php 
    lang::_e('Delete image');
    ?>
" />
                        <p class="description"><?php 
    lang::_e('You can upload PNG, JPG or GIF image');
    ?>
</p>
                    </td> 
				</tr>
            </table>
            <div class="rt_input rt_checkbox">
                <div class="rt_description">
                    <label for="ready_only_image"><?php 
    lang::_e('Show only logo image');
    ?>
</label>
                    <small><?php 
    lang::_e('Show only image logo, without site name and description (hiding is SEO friendly).');
    ?>
</small>
                    <div class="rt_clearfix"></div>
                </div>
                <input name="ready_only_image" id="ready_only_image" type="checkbox" <?php 
    if (get_option('ready_only_image') == 'on') {
        echo "checked='checked'";
    }
    ?>
 />
                <div class="rt_clearfix"></div>
            </div>
            
            <div class="rt_input rt_checkbox">
                <div class="rt_description">
                    <label for="ready_only_text"><?php 
    lang::_e('Show only text logo');
    ?>
</label>
                    <small><?php 
    lang::_e('Show only text logo, without image logo.');
    ?>
</small>
                    <div class="rt_clearfix"></div>
                </div>
                <input name="ready_only_text" id="ready_only_text" type="checkbox" <?php 
    if (get_option('ready_only_text') == 'on') {
        echo "checked='checked'";
    }
    ?>
 />
                <div class="rt_clearfix"></div>
            </div>
        </div>
        <div class="clear"></div>
		<div id="toeThemeEditFormMsg"></div>
        <p class="submit">
			<input type="hidden" name="reqType" value="ajax" />
            <input type="submit" style="margin-left:17px;" class="button-primary" value="<?php 
    lang::_e('Save settings');
    ?>
"/>
            <input type="submit" style="margin-left:17px;" class="button-secondary" name="resetSidebarToDefault" id="toeResetSidebarToDefaultSubmit" value="<?php 
    lang::_e('Reset theme sidebars options to default');
    ?>
"/>
        </p>
    </div>

    </form>
</div>

<?php 
}
Esempio n. 7
0
    ?>
                    </td>
                    <td>
                        <?php 
    echo $value['qty'];
    ?>
                    </td>
                </tr>

                <?php 
}
?>
            </table>
            <div style="float:left; margin-right: 10px;">
            <input type="button"  value="<?php 
lang::_e('Xóa giỏ');
?>
" onclick="toeClearCart({reload: false}); return false;" />
        </div>
        <div class="blue_button" style="float:right;"><?php 
echo $this->checkoutLink;
?>
</div>
        <br clear="all" />

    </div>

</div>
<script type="text/javascript">
jQuery(".cart_items").toggle(function() {
        jQuery('#shop-card .shopping_cart_list').show("slow");
?>
        <?php 
echo html::hidden('action', array('value' => 'addToCart'));
?>
        <?php 
echo html::hidden('pid', array('value' => $this->post->ID));
?>
        <?php 
echo html::hidden('reqType', array('value' => 'ajax'));
?>
        <?php 
echo html::submit('add', array('value' => lang::_('Thêm vào giỏ')));
?>
        </div>
    <?php 
/*if($this->useFormOnButtonsTpl) { ?>
      </form>
  <?php }*/
?>
    <div class="clear"></div>
    <?php 
if ($this->stockCheck && !$this->availableQty) {
    ?>
        <div class="toeErrorMsg"><?php 
    lang::_e('Please be advised that this product is out of stock');
    ?>
</div>
    <?php 
}
?>
</div>
Esempio n. 9
0
                jQuery(expandEl).html(' + ');
                jQuery(expandEl).removeClass('toeExpanded');
            } else {
                jQuery(expandEl).html(' - ');
                jQuery(expandEl).parents('.toeBCWidgetItem:first').find('.toeBCWidgetShell:first').slideDown(TOE_DATA.animationSpeed);
                jQuery(expandEl).addClass('toeExpanded');
            }
        }
    }
</script>
<div class="toeWidget">
    <?php 
if (!empty($this->title)) {
    ?>
        <div class="toeWidgetTitle"><?php 
    lang::_e($this->title);
    ?>
</div>
    <?php 
}
?>
    <div id="toeBCWidgetContent<?php 
echo $this->uniqID;
?>
">
        <ul class="toeBCWidgetShell">
            <li class="toeBCWidgetItem">
                <a href="#" class="toeBCWidgetExpand"> + </a>
                <a href="#" class="toeBCWidgetLink"></a>
                <a href="#" class="toeBCWidgetImageLink">
                    <img src="" />
        }
        if (!empty($showUnits)) {
            echo ' (' . $showUnits . ')';
        }
        ?>
												</td>
											</tr>
											<?php 
    }
    ?>
											<?php 
    foreach ($this->pExtra as $d) {
        ?>
											<tr>
												<td><?php 
        lang::_e($d->label);
        ?>
</td>
												<td> <?php 
        echo $d->displayValue();
        ?>
</td>
											</tr>
											<?php 
    }
    ?>
										</table>
								   </div>
							   </div>
							<!--/toeproperties-->
						<?php 
Esempio n. 11
0
lang::_e('Per page');
?>
:
    <?php 
foreach ($this->postsPerPageValues as $i) {
    ?>
        <?php 
    if ($i != $this->posts_per_page) {
        ?>
        <a href="<?php 
        uri::_e(array('baseUrl' => $this->baseHrefForPerPage, 'posts_per_page' => $i));
        ?>
">    
        <?php 
    }
    ?>
            <?php 
    lang::_e($i);
    ?>
        <?php 
    if ($i != $this->posts_per_page) {
        ?>
        </a>
        <?php 
    }
    ?>
    <?php 
}
?>
</div>
    ?>
    <div class="toe_checkout_part_box toeFLeft confirm_<?php 
    echo $sKey;
    ?>
">
        <h4><?php 
    lang::_e($sInfo['title']);
    ?>
</h4>
        <?php 
    echo $this->{$sKey};
    ?>
    </div>
    <?php 
}
?>
</div>
<div class="toeClear"></div>
<div>
    <div class="payInform" style="float: right;"><?php 
echo $this->processHtml;
?>
</div>
    <div style="float: left;"><a href="<?php 
echo frame::_()->getModule('pages')->getLink(array('mod' => 'checkout', 'action' => 'getAllHtml'));
?>
"><?php 
lang::_e('Back');
?>
</a></div>
</div>
Esempio n. 13
0
                <?php 
echo html::submit('login', array('value' => lang::_('Sign In'), 'attrs' => 'class="tcf_submit" id="toeLoginFormSubmit"'));
?>
                <div id="toeLoginMsg"></div>
            </td>
        </tr>
		
    </table>
<?php 
if (!$this->fieldsOnly) {
    echo html::formEnd();
}
if (!empty($this->registrationLink)) {
    ?>
<div>
    <?php 
    lang::_e('If you have no account - you can');
    ?>
    <a href="<?php 
    echo $this->registrationLink;
    ?>
"><?php 
    lang::_e('Register');
    ?>
</a>
    <?php 
    lang::_e('here');
    ?>
</div>
<?php 
}
Esempio n. 14
0
get_search_form();
?>
            </div>
            <div class="clr"></div>
		</hgroup>

		<nav id="access" role="navigation">
			<h1 class="assistive-text section-heading"><?php 
lang::_e('Main menu');
?>
</h1>
			<div class="skip-link screen-reader-text"><a href="#content" title="<?php 
esc_attr_e('Skip to content');
?>
"><?php 
lang::_e('Skip to content');
?>
</a></div>
            <div class="menu_bg" id="menu_left"></div>
            <div class="menu_bg" id="menu_right"></div>
			<?php 
wp_nav_menu(array('theme_location' => 'primary', 'container_id' => 'main_menu', 'items_wrap' => '<ul id="%1$s" class="%2$s">%3$s<div class="clr"></div></ul>'));
?>
		</nav><!-- #access -->
	</header><!-- #branding -->
<div class="clr"></div>
	<div id="main">
		<?php 
if (is_home() and get_option('ready_hide_slider') != 'on') {
    ready_slider();
}
Esempio n. 15
0
            echo '</span>';
        }
        ?>
					</div>
                <?php 
    }
    ?>
            </div>
            <?php 
    if ($this->paged != $this->wp_query->max_num_pages) {
        //If this is not last page
        ?>
            <div class="nav-next toeNavNext"><?php 
        next_posts_link('>');
        ?>
</div>
            <div class="nav-last toeNavLast"><a href="<?php 
        echo get_pagenum_link($this->wp_query->max_num_pages);
        ?>
"><?php 
        lang::_e('>>');
        ?>
</a></div>
            <?php 
    }
    ?>
		</div><!-- #nav-above -->


<?php 
}
    ?>
<div class="sp_todo">
		<div class="fleft">
				<input type="button" value="<?php 
    lang::_e('Clear Cart');
    ?>
" onclick="toeClearCart({reload: true}); return false;" />
				<div class="toeCartMsg"></div>
		</div>
		
		<div class="fright">    
				<a href="<?php 
    bloginfo('url');
    ?>
" class="arrow_grey_btn"><?php 
    lang::_e('<< Continue shopping');
    ?>
</a> &nbsp; &nbsp;
				<a class="tcf_submit" href="<?php 
    echo frame::_()->getModule('pages')->getLink(array('mod' => 'checkout', 'action' => 'getAllHtml'));
    ?>
"><?php 
    lang::_e('Proceed to Checkout');
    ?>
</a>
				<div class="clear"></div>
		</div>
		<div class="clr"></div>
</div>
<?php 
}
Esempio n. 17
0
                        <input type="hidden" name="action" value="postSubscriber" />
                        <input type="hidden" name="page" value="messenger" />
                        <input type="hidden" name="reqType" value="ajax" />
                        <br clear="all" />
                        <span id="mod_msg_subscriber" class="mod_msg"></span>
                    </form>
                </div>
                <?php 
}
?>
                <?php 
if (get_option('ready_findus_hide') != 'on') {
    ?>
                <div>
                    <h2 class="widget-title"><?php 
    lang::_e('Kết nối với FlowerShop');
    ?>
</h2>
                    <div class="post_content">
                        <?php 
    echo ready_ecommerce_find_us();
    ?>
                    </div>
                </div>
                <?php 
}
?>
                <?php 
if (is_active_sidebar('sidebar-4')) {
    dynamic_sidebar('sidebar-4');
}
Esempio n. 18
0
					<p><?php 
lang::_e('It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching, or one of the links below, can help.');
?>
</p>

					<?php 
get_search_form();
?>

					<?php 
the_widget('WP_Widget_Recent_Posts');
?>

					<div class="widget">
						<h2 class="widgettitle"><?php 
lang::_e('Most Used Categories');
?>
</h2>
						<ul>
						<?php 
wp_list_categories(array('orderby' => 'count', 'order' => 'DESC', 'show_count' => 1, 'title_li' => '', 'number' => 10));
?>
						</ul>
					</div>

					<?php 
/* translators: %1$s: smilie */
$archive_content = '<p>' . sprintf(lang::_('Try looking in the monthly archives. %1$s'), convert_smilies(':)')) . '</p>';
the_widget('WP_Widget_Archives', 'dropdown=1', "after_title=</h2>{$archive_content}");
?>
Esempio n. 19
0
        ?>
                    </div>
                   
                    <div class="buy_product">
                        <?php 
        if ($this->params['show_price']) {
            ?>
                        <div class="product-item-price <?php 
            if (frame::_()->getModule('products')->markAsSale($product['productID']) == true) {
                echo 'hot-price';
            }
            ?>
">
                            <?php 
            if ($product['post']->toePriceOptExist) {
                lang::_e('From ');
            }
            echo $product['price'];
            ?>
                        </div>
                        <?php 
        }
        ?>
                        <?php 
        if ($this->params['show_add_to_cart']) {
            ?>
                        <div class="product_to_cart">
                            <?php 
            echo $product['actionButtons'];
            ?>
                        </div>
Esempio n. 20
0
 <span id="bgColor" title="ddd" style="background-color:#ddd;">&nbsp;</span></a>
        </div>
        <div id="live-font">
            <h2><?php 
lang::_e('Headings - Google Font');
?>
</h2><br />
            <select name="hfont" id="hfont">
                <?php 
$GoogleFontsArray = array("Abel", "Abril Fatface", "Aclonica", "Acme", "Actor", "Adamina", "Advent Pro", "Aguafina Script", "Aladin", "Aldrich", "Alegreya", "Alegreya SC", "Alex Brush", "Alfa Slab One", "Alice", "Alike", "Alike Angular", "Allan", "Allerta", "Allerta Stencil", "Allura", "Almendra", "Almendra SC", "Amaranth", "Amatic SC", "Amethysta", "Andada", "Andika", "Angkor", "Annie Use Your Telescope", "Anonymous Pro", "Antic", "Antic Didone", "Antic Slab", "Anton", "Arapey", "Arbutus", "Architects Daughter", "Arimo", "Arizonia", "Armata", "Artifika", "Arvo", "Asap", "Asset", "Astloch", "Asul", "Atomic Age", "Aubrey", "Audiowide", "Average", "Averia Gruesa Libre", "Averia Libre", "Averia Sans Libre", "Averia Serif Libre", "Bad Script", "Balthazar", "Bangers", "Basic", "Battambang", "Baumans", "Bayon", "Belgrano", "Belleza", "Bentham", "Berkshire Swash", "Bevan", "Bigshot One", "Bilbo", "Bilbo Swash Caps", "Bitter", "Black Ops One", "Bokor", "Bonbon", "Boogaloo", "Bowlby One", "Bowlby One SC", "Brawler", "Bree Serif", "Bubblegum Sans", "Buda", "Buenard", "Butcherman", "Butterfly Kids", "Cabin", "Cabin Condensed", "Cabin Sketch", "Caesar Dressing", "Cagliostro", "Calligraffitti", "Cambo", "Candal", "Cantarell", "Cantata One", "Cardo", "Carme", "Carter One", "Caudex", "Cedarville Cursive", "Ceviche One", "Changa One", "Chango", "Chau Philomene One", "Chelsea Market", "Chenla", "Cherry Cream Soda", "Chewy", "Chicle", "Chivo", "Coda", "Coda Caption", "Codystar", "Comfortaa", "Coming Soon", "Concert One", "Condiment", "Content", "Contrail One", "Convergence", "Cookie", "Copse", "Corben", "Cousine", "Coustard", "Covered By Your Grace", "Crafty Girls", "Creepster", "Crete Round", "Crimson Text", "Crushed", "Cuprum", "Cutive", "Damion", "Dancing Script", "Dangrek", "Dawning of a New Day", "Days One", "Delius", "Delius Swash Caps", "Delius Unicase", "Della Respira", "Devonshire", "Didact Gothic", "Diplomata", "Diplomata SC", "Doppio One", "Dorsa", "Dosis", "Dr Sugiyama", "Droid Sans", "Droid Sans Mono", "Droid Serif", "Duru Sans", "Dynalight", "EB Garamond", "Eater", "Economica", "Electrolize", "Emblema One", "Emilys Candy", "Engagement", "Enriqueta", "Erica One", "Esteban", "Euphoria Script", "Ewert", "Exo", "Expletus Sans", "Fanwood Text", "Fascinate", "Fascinate Inline", "Federant", "Federo", "Felipa", "Fjord One", "Flamenco", "Flavors", "Fondamento", "Fontdiner Swanky", "Forum", "Francois One", "Fredericka the Great", "Fredoka One", "Freehand", "Fresca", "Frijole", "Fugaz One", "GFS Didot", "GFS Neohellenic", "Galdeano", "Gentium Basic", "Gentium Book Basic", "Geo", "Geostar", "Geostar Fill", "Germania One", "Give You Glory", "Glass Antiqua", "Glegoo", "Gloria Hallelujah", "Goblin One", "Gochi Hand", "Gorditas", "Goudy Bookletter 1911", "Graduate", "Gravitas One", "Great Vibes", "Gruppo", "Gudea", "Habibi", "Hammersmith One", "Handlee", "Hanuman", "Happy Monkey", "Henny Penny", "Herr Von Muellerhoff", "Holtwood One SC", "Homemade Apple", "Homenaje", "IM Fell DW Pica", "IM Fell DW Pica SC", "IM Fell Double Pica", "IM Fell Double Pica SC", "IM Fell English", "IM Fell English SC", "IM Fell French Canon", "IM Fell French Canon SC", "IM Fell Great Primer", "IM Fell Great Primer SC", "Iceberg", "Iceland", "Imprima", "Inconsolata", "Inder", "Indie Flower", "Inika", "Irish Grover", "Istok Web", "Italiana", "Italianno", "Jim Nightshade", "Jockey One", "Jolly Lodger", "Josefin Sans", "Josefin Slab", "Judson", "Julee", "Junge", "Jura", "Just Another Hand", "Just Me Again Down Here", "Kameron", "Karla", "Kaushan Script", "Kelly Slab", "Kenia", "Khmer", "Knewave", "Kotta One", "Koulen", "Kranky", "Kreon", "Kristi", "Krona One", "La Belle Aurore", "Lancelot", "Lato", "League Script", "Leckerli One", "Ledger", "Lekton", "Lemon", "Lilita One", "Limelight", "Linden Hill", "Lobster", "Lobster Two", "Londrina Outline", "Londrina Shadow", "Londrina Sketch", "Londrina Solid", "Lora", "Love Ya Like A Sister", "Loved by the King", "Lovers Quarrel", "Luckiest Guy", "Lusitana", "Lustria", "Macondo", "Macondo Swash Caps", "Magra", "Maiden Orange", "Mako", "Marck Script", "Marko One", "Marmelad", "Marvel", "Mate", "Mate SC", "Maven Pro", "Meddon", "MedievalSharp", "Medula One", "Merriweather", "Metal", "Metamorphous", "Michroma", "Miltonian", "Miltonian Tattoo", "Miniver", "Miss Fajardose", "Modern Antiqua", "Molengo", "Monofett", "Monoton", "Monsieur La Doulaise", "Montaga", "Montez", "Montserrat", "Moul", "Moulpali", "Mountains of Christmas", "Mr Bedfort", "Mr Dafoe", "Mr De Haviland", "Mrs Saint Delafield", "Mrs Sheppards", "Muli", "Mystery Quest", "Neucha", "Neuton", "News Cycle", "Niconne", "Nixie One", "Nobile", "Nokora", "Norican", "Nosifer", "Nothing You Could Do", "Noticia Text", "Nova Cut", "Nova Flat", "Nova Mono", "Nova Oval", "Nova Round", "Nova Script", "Nova Slim", "Nova Square", "Numans", "Nunito", "Odor Mean Chey", "Old Standard TT", "Oldenburg", "Oleo Script", "Open Sans", "Open Sans Condensed", "Orbitron", "Original Surfer", "Oswald", "Over the Rainbow", "Overlock", "Overlock SC", "Ovo", "Oxygen", "PT Mono", "PT Sans", "PT Sans Caption", "PT Sans Narrow", "PT Serif", "PT Serif Caption", "Pacifico", "Parisienne", "Passero One", "Passion One", "Patrick Hand", "Patua One", "Paytone One", "Permanent Marker", "Petrona", "Philosopher", "Piedra", "Pinyon Script", "Plaster", "Play", "Playball", "Playfair Display", "Podkova", "Poiret One", "Poller One", "Poly", "Pompiere", "Pontano Sans", "Port Lligat Sans", "Port Lligat Slab", "Prata", "Preahvihear", "Press Start 2P", "Princess Sofia", "Prociono", "Prosto One", "Puritan", "Quantico", "Quattrocento", "Quattrocento Sans", "Questrial", "Quicksand", "Qwigley", "Radley", "Raleway", "Rammetto One", "Rancho", "Rationale", "Redressed", "Reenie Beanie", "Revalia", "Ribeye", "Ribeye Marrow", "Righteous", "Rochester", "Rock Salt", "Rokkitt", "Ropa Sans", "Rosario", "Rosarivo", "Rouge Script", "Ruda", "Ruge Boogie", "Ruluko", "Ruslan Display", "Russo One", "Ruthie", "Sail", "Salsa", "Sancreek", "Sansita One", "Sarina", "Satisfy", "Schoolbell", "Seaweed Script", "Sevillana", "Shadows Into Light", "Shadows Into Light Two", "Shanti", "Share", "Shojumaru", "Short Stack", "Siemreap", "Sigmar One", "Signika", "Signika Negative", "Simonetta", "Sirin Stencil", "Six Caps", "Slackey", "Smokum", "Smythe", "Sniglet", "Snippet", "Sofia", "Sonsie One", "Sorts Mill Goudy", "Special Elite", "Spicy Rice", "Spinnaker", "Spirax", "Squada One", "Stardos Stencil", "Stint Ultra Condensed", "Stint Ultra Expanded", "Stoke", "Sue Ellen Francisco", "Sunshiney", "Supermercado One", "Suwannaphum", "Swanky and Moo Moo", "Syncopate", "Tangerine", "Taprom", "Telex", "Tenor Sans", "The Girl Next Door", "Tienne", "Tinos", "Titan One", "Trade Winds", "Trocchi", "Trochut", "Trykker", "Tulpen One", "Ubuntu", "Ubuntu Condensed", "Ubuntu Mono", "Ultra", "Uncial Antiqua", "UnifrakturCook", "UnifrakturMaguntia", "Unkempt", "Unlock", "Unna", "VT323", "Varela", "Varela Round", "Vast Shadow", "Vibur", "Vidaloka", "Viga", "Voces", "Volkhov", "Vollkorn", "Voltaire", "Waiting for the Sunrise", "Wallpoet", "Walter Turncoat", "Wellfleet", "Wire One", "Yanone Kaffeesatz", "Yellowtail", "Yeseva One", "Yesteryear", "Zeyada");
foreach ($GoogleFontsArray as $font) {
    echo '<option value="' . $font . '">' . $font . '</option>';
}
?>
            </select>
            
            <h2><?php 
lang::_e('Content font');
?>
</h2><br />
            <select name="pfont" id="pfont">
                <?php 
$ContentFontsArray = array("Arial, Helvetica, sans-serif", "'Arial Black', Gadget, sans-serif", "'Bookman Old Style', serif", "'Calibri', sans-serif", "'Cambria', 'Times New Roman', serif", "'Century Gothic',verdana,arial,helvetica,sans-serif", "'Comic Sans MS', cursive", "Courier, monospace", "Garamond, serif", "Georgia, serif", "Impact, Charcoal, sans-serif", "'Lucida Console', Monaco, monospace", "'Lucida Sans Unicode', 'Lucida Grande', sans-serif", "'MS Sans Serif', Geneva, sans-serif", "'MS Serif', 'New York', sans-serif", "'Palatino Linotype', 'Book Antiqua', Palatino, serif", "Symbol, sans-serif", "Tahoma, Geneva, sans-serif", "'Times New Roman', Times, serif", "'Trebuchet MS', Helvetica, sans-serif", "Verdana, Geneva, sans-serif");
foreach ($ContentFontsArray as $font) {
    echo '<option value="' . $font . '">' . $font . '</option>';
}
?>
            </select>
        </div>
    </div>
</div>
Esempio n. 21
0
			<?php 
} else {
    ?>

				<article id="post-0" class="post no-results not-found">
					<header class="entry-header">
						<h1 class="entry-title"><?php 
    _e('Nothing Found');
    ?>
</h1>
					</header><!-- .entry-header -->

					<div class="entry-content">
						<p><?php 
    lang::_e('It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.');
    ?>
</p>
						<?php 
    get_search_form();
    ?>
					</div><!-- .entry-content -->
				</article><!-- #post-0 -->

			<?php 
}
?>

			</div><!-- #content -->
		</section><!-- #primary -->
Esempio n. 22
0
		<?php 
    }
    // check for comment navigation
    ?>

	<?php 
}
// have_comments()
?>

	<?php 
// If comments are closed and there are no comments, let's leave a little note, shall we?
if (!comments_open() && '0' != get_comments_number() && post_type_supports(get_post_type(), 'comments')) {
    ?>
		<p class="nocomments"><?php 
    lang::_e('Comments are closed.');
    ?>
</p>
	<?php 
}
?>
                
        <?php 
if (get_post_type() == 'product') {
    $comments_args = array('title_reply' => '<h2>Leave a review</h2>', 'comment_notes_after' => '', 'id_submit' => 'post_review', 'label_submit' => lang::_('Post Review'), 'comment_field' => '<p class="comment-form-comment"><label for="comment">' . _x('Review', 'noun') . '</label><br /><textarea id="comment" rows="10" name="comment" aria-required="true"></textarea></p>');
} else {
    $comments_args = array('id_submit' => 'post_review');
}
?>