Esempio n. 1
0
    function options_page()
    {
        $this->process();
        $rtl = get_bloginfo('text_direction') == 'rtl' ? ' rtl' : '';
        #wp
        echo "<div id=\"thesis_options\" class=\"wrap{$rtl}\">\n";
        thesis_version_indicator();
        thesis_options_title(__('Thesis Favicon Uploader', 'thesis'), false);
        thesis_options_nav();
        if ($this->updated) {
            echo "<div id=\"updated\" class=\"updated fade\">\n\t<p>" . __('Favicon updated!', 'thesis') . ' <a href="' . get_bloginfo('url') . '/">' . __('Check out your site &rarr;', 'thesis') . "</a></p>\n</div>\n";
        } elseif ($this->removed) {
            echo "<div id=\"updated\" class=\"updated fade\">\n\t<p>" . __('Favicon removed!', 'thesis') . ' <a href="' . get_bloginfo('url') . '/">' . __('Check out your site &rarr;', 'thesis') . "</a></p>\n</div>\n";
        } elseif ($this->error) {
            echo "<div class=\"warning\"><p>" . __('<strong>Whoops!</strong> Your favicon was not saved because you attempted to upload an improper file type. Thesis will accept favicons with a <code>.ico</code> or <code>.png</code> extension.', 'thesis') . "</p></div>\n";
        }
        ?>
	<div class="one_col">
		<div class="control_area">
<?php 
        if ($this->favicon) {
            echo "<p id=\"favicon\">\n\t<img src=\"{$this->favicon}\" width=\"16\" height=\"16\" alt=\"favicon preview\" title=\"favicon preview\" />\n\t" . __('&larr; That&#8217;s your favicon.', 'thesis') . " <a href=\"" . wp_nonce_url(admin_url('admin.php?page=thesis-favicon&remove=true'), 'thesis-remove-favicon') . "\" title=\"" . __('Click here to remove favicon', 'thesis') . "\">" . __('Click here to remove it.', 'thesis') . "</a>\n</p>\n";
        }
        #wp
        ?>
			<form enctype="multipart/form-data" id="upload-form" method="post" action="<?php 
        echo admin_url('admin.php?page=thesis-favicon');
        ?>
">
				<p class="remove_bottom_margin">
					<label for="upload"><?php 
        _e('Choose a <code>.ico</code> or <code>.png</code> image file with a square aspect ratio from your computer:', 'thesis');
        ?>
</label>
					<input type="file" class="text" id="upload" name="import" />
					<?php 
        wp_nonce_field('thesis-favicon-upload', '_wpnonce-thesis-favicon-upload');
        ?>
					<input type="submit" class="ui_button positive" name="upload" value="<?php 
        esc_attr_e('Upload', 'thesis');
        ?>
" />
				</p>
			</form>
		</div>
	</div>
<?php 
        echo "</div>\n";
    }
Esempio n. 2
0
    function options_page()
    {
        global $thesis_site, $thesis_data;
        $head = $thesis_site->head;
        $javascript = $thesis_site->javascript;
        $nav = $thesis_site->nav;
        $home = $thesis_site->home;
        $publishing = $thesis_site->publishing;
        $custom = $thesis_site->custom;
        $rtl = get_bloginfo('text_direction') == 'rtl' ? ' rtl' : '';
        #wp
        echo "<script>jQuery.noConflict();function charCount(ctrlId, counterId){jQuery(counterId).val(jQuery(ctrlId).val().trim().length);}</script>\n";
        echo "<div id=\"thesis_options\" class=\"wrap{$rtl}\">\n";
        thesis_version_indicator();
        thesis_options_title(__('Thesis Site Options', 'thesis'));
        thesis_options_nav();
        thesis_options_status_check();
        if (version_compare($thesis_site->version, thesis_version()) < 0) {
            ?>
	<form id="upgrade_needed" action="<?php 
            echo admin_url('admin-post.php?action=thesis_upgrade');
            ?>
" method="post">
		<h3><?php 
            _e('Oooh, Exciting!', 'thesis');
            ?>
</h3>
		<p><?php 
            _e('It&#8217;s time to upgrade your Thesis, which means there&#8217;s new awesomeness in your immediate future. Click the button below to fast-track your way to the awesomeness!', 'thesis');
            ?>
</p>
		<p><input type="submit" class="upgrade_button" id="teh_upgrade" name="upgrade" value="<?php 
            _e('Upgrade Thesis', 'thesis');
            ?>
" /></p>
	</form>
<?php 
        } else {
            thesis_is_css_writable();
            ?>

	<form class="thesis" action="<?php 
            echo admin_url('admin-post.php?action=thesis_options');
            ?>
" method="post">
		<div class="options_column">
			<div class="options_module" id="document-head">
				<h3><?php 
            _e('Document Head', 'thesis');
            ?>
 <code>&lt;head&gt;</code></h3>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Title Tag Settings', 'thesis');
            ?>
 <code>&lt;title&gt;</code></h4>
					<div class="more_info">
						<p><?php 
            _e('As far as <acronym title="Search Engine Optimization">SEO</acronym> is concerned, this is the single most important element on your site. For all pages except the home page, Thesis will construct your <code>&lt;title&gt;</code> tags automatically according to the settings below, but you can override these settings by adding a custom <code>&lt;title&gt;</code> to any post or page via the post editing screen.', 'thesis');
            ?>
</p>
						<ul class="add_margin">
							<li><input type="checkbox" id="head[title][branded]" name="head[title][branded]" value="1" <?php 
            if ($head['title']['branded']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="head[title][branded]"><?php 
            _e('Append site name to page titles', 'thesis');
            ?>
</label></li>
						</ul>
						<p class="form_input add_margin">
							<input type="text" class="text_input short" id="head[title][separator]" name="head[title][separator]" value="<?php 
            echo $head['title']['separator'] ? urldecode($head['title']['separator']) : __('&#8212;', 'thesis');
            ?>
" />
							<label for="head[title][separator]"><?php 
            _e('Character separator in titles', 'thesis');
            ?>
</label>
						</p>
						<p class="tip"><?php 
            printf(__('You can set your home page <code>&lt;title&gt;</code> tag in the Home Page SEO box on this page. For categories and tags, visit the <a href="%1$s">edit category</a> and <a href="%2$s">edit tag</a> pages within WordPress.', 'thesis'), admin_url('edit-tags.php?taxonomy=category'), admin_url('edit-tags.php'));
            ?>
</p>
					</div>
				</div>
				<div class="module_subsection" id="robots-meta">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Robots Meta Tags', 'thesis');
            ?>
 <code>&lt;meta&gt;</code></h4>
					<div class="more_info">
						<div class="mini_module indented_module" id="robots-noindex">
							<h5 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Noindex', 'thesis');
            ?>
 <code>noindex</code></h5>
							<div class="more_info">
								<p><?php 
            _e('Adding the <code>noindex</code> robot meta tag is a great way to fine-tune your site&#8217;s <acronym title="Search Engine Optimization">SEO</acronym> by streamlining the amount of pages that get indexed by the search engines. The options below will help you prevent the indexing of &#8220;bloat&#8221; pages that do nothing but dilute your search results and keep you from ranking as well as you should.', 'thesis');
            ?>
</p>
								<ul>
<?php 
            foreach ($head['meta']['robots']['noindex'] as $page_type => $value) {
                $checked = $value ? 'checked="checked" ' : '';
                echo "\t\t\t\t\t\t\t\t\t" . '<li><input type="checkbox" id="head[meta][robots][noindex][' . $page_type . ']" name="head[meta][robots][noindex][' . $page_type . ']" value="1" ' . $checked . '/><label for="head[meta][robots][noindex][' . $page_type . ']">' . sprintf(__('<code>noindex</code> %s pages', 'thesis'), $page_type) . '</label></li>' . "\n";
            }
            ?>
								</ul>
							</div>
						</div>
						<div class="mini_module indented_module" id="robots-nofollow">
							<h5 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Nofollow', 'thesis');
            ?>
 <code>nofollow</code></h5>
							<div class="more_info">
								<p><?php 
            _e('The <code>nofollow</code> robot meta tag is another useful tool for nailing down your site&#8217;s <acronym title="Search Engine Optimization">SEO</acronym>. Links from pages with the <code>nofollow</code> meta tag won&#8217;t pass any juice.', 'thesis');
            ?>
</p>
								<ul>
<?php 
            foreach ($head['meta']['robots']['nofollow'] as $page_type => $value) {
                $checked = $value ? 'checked="checked" ' : '';
                echo "\t\t\t\t\t\t\t\t\t" . '<li><input type="checkbox" id="head[meta][robots][nofollow][' . $page_type . ']" name="head[meta][robots][nofollow][' . $page_type . ']" value="1" ' . $checked . '/><label for="head[meta][robots][nofollow][' . $page_type . ']">' . sprintf(__('Add <code>nofollow</code> to %s pages', 'thesis'), $page_type) . '</label></li>' . "\n";
            }
            ?>
								</ul>
							</div>
						</div>
						<div class="mini_module indented_module" id="robots-noarchive">
							<h5 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Noarchive', 'thesis');
            ?>
 <code>noarchive</code></h5>
							<div class="more_info">
								<p><?php 
            _e('The <code>noarchive</code> robot meta tag prevents search engines and Internet archive services from saving cached versions of pages on your site. Generally, people use this to protect their privacy, but there are certainly times when having access to archived versions of your pages might prove useful.', 'thesis');
            ?>
</p>
								<ul>
<?php 
            foreach ($head['meta']['robots']['noarchive'] as $page_type => $value) {
                $checked = $value ? 'checked="checked" ' : '';
                echo "\t\t\t\t\t\t\t\t\t" . '<li><input type="checkbox" id="head[meta][robots][noarchive][' . $page_type . ']" name="head[meta][robots][noarchive][' . $page_type . ']" value="1" ' . $checked . '/><label for="head[meta][robots][noarchive][' . $page_type . ']">' . sprintf(__('Add <code>noarchive</code> to %s pages', 'thesis'), $page_type) . '</label></li>' . "\n";
            }
            ?>
								</ul>
							</div>
						</div>
						<div class="mini_module indented_module" id="robots-noodp">
							<h5 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Directory Tags', 'thesis');
            ?>
 <code>noodp</code> <code>noydir</code></h5>
							<div class="more_info">
								<p><?php 
            _e('Using the <code>noodp</code> robot meta tag will prevent search engines from displaying Open Directory Project (DMOZ) listings in your meta descriptions. The <code>noydir</code> tag is pretty much the same, except that it only affects the Yahoo! Directory. Both of these options are sitewide.', 'thesis');
            ?>
</p>
								<ul>
									<li><input type="checkbox" id="head[meta][robots][noodp]" name="head[meta][robots][noodp]" value="1" <?php 
            if ($head['meta']['robots']['noodp']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="head[meta][robots][noodp]"><?php 
            _e('Add <code>noodp</code> to your site', 'thesis');
            ?>
</label></li>
									<li><input type="checkbox" id="head[meta][robots][noydir]" name="head[meta][robots][noydir]" value="1" <?php 
            if ($head['meta']['robots']['noydir']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="head[meta][robots][noydir]"><?php 
            _e('Add <code>noydir</code> to your site', 'thesis');
            ?>
</label></li>
								</ul>
							</div>
						</div>
					</div>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Canonical <acronym title="Uniform Resource Locator">URL</acronym>s', 'thesis');
            ?>
</h4>
					<ul class="more_info">
						<li><input type="checkbox" id="head[links][canonical]" name="head[links][canonical]" value="1" <?php 
            if ($head['links']['canonical']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="head[links][canonical]"><?php 
            _e('Add canonical <acronym title="Uniform Resource Locator">URL</acronym>s to your site', 'thesis');
            ?>
</label></li>
					</ul>
				</div>
				<div class="module_subsection" id="syndication">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Syndication/Feed <acronym title="Uniform Resource Locator">URL</acronym>', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            printf(__('If you&#8217;re using a service like <a href="%s">Feedburner</a> to manage your <acronym title="Really Simple Syndication">RSS</acronym> feed, you should enter the <acronym title="Uniform Resource Locator">URL</acronym> of your feed in the box below. If you&#8217;d prefer to use the default WordPress feed, simply leave this box blank.', 'thesis'), 'http://www.feedburner.com/');
            ?>
</p>
						<p class="form_input">
							<input type="text" class="text_input" id="head[feed][url]" name="head[feed][url]" value="<?php 
            if ($head['feed']['url']) {
                echo stripslashes($head['feed']['url']);
            }
            ?>
" />
							<label for="head[feed][url]"><?php 
            _e('Feed <acronym title="Uniform Resource Locator">URL</acronym> (including &#8216;http://&#8217;)', 'thesis');
            ?>
</label>
						</p>
					</div>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Additional Scripts', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            printf(__('If you need to add scripts to your document <code>&lt;head&gt;</code>, you should enter them in the box below; however, if you&#8217;re adding stat-tracking code, you should add that to the <a href="%s">Stats and Scripts section below</a>.', 'thesis'), '#javascript-options');
            ?>
</p>
						<p class="form_input">
							<label for="head[scripts]"><?php 
            _e('Additional <code>&lt;head&gt;</code> scripts (code)', 'thesis');
            ?>
</label>
							<textarea class="scripts" id="head[scripts]" name="head[scripts]"><?php 
            if ($head['scripts']) {
                echo $thesis_data->o_htmlentities($head['scripts']);
            }
            ?>
</textarea>
						</p>
					</div>
				</div>
			</div>
			<div class="options_module" id="javascript-options">
				<h3><?php 
            _e('Stats Software/Scripts', 'thesis');
            ?>
</h3>
				<div class="module_subsection" id="javascript-scripts">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Stat and Tracking Scripts', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            _e('If you&#8217;ve got a stat-tracking script (from, say, Mint or Google Analytics), you&#8217;ll want to place it here. Anything you add here will be served after the <acronym title="HyperText Markup Language">HTML</acronym> on <em>every page of your site</em>. This is the preferred position because it prevents the scripts from interrupting the page load.', 'thesis');
            ?>
</p>
						<p class="form_input">
							<label for="javascript[scripts]"><?php 
            _e('Tracking scripts (include <code>&lt;script&gt;</code> tags!)', 'thesis');
            ?>
</label>
							<textarea class="scripts" id="javascript[scripts]" name="javascript[scripts]"><?php 
            if ($javascript['scripts']) {
                echo $thesis_data->o_htmlentities($javascript['scripts']);
            }
            ?>
</textarea>
						</p>
					</div>
				</div>
			</div>
			<div class="options_module" id="home-page-options">
				<h3><?php 
            _e('Custom Stylesheet Options', 'thesis');
            ?>
</h3>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Enable Stylesheet', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p class="add_margin"><?php 
            _e('The only reason to deselect this option is to reduce the total number of <code>http</code> requests your site makes because this will improve your page load speed. If you&#8217;re not using your custom stylesheet, then you may consider deselecting this option.', 'thesis');
            ?>
</p>
<?php 
            if (!file_exists(THESIS_CUSTOM)) {
                echo "\t\t\t\t\t\t<p class=\"tip add_margin\">" . __('Your custom stylesheet <strong>will not work</strong> until you rename your <code>/custom-sample</code> folder to <code>/custom</code>.', 'thesis') . "</p>\n";
            }
            ?>
						<ul>
							<li><input type="checkbox" id="custom[stylesheet]" name="custom[stylesheet]" value="1" <?php 
            if ($custom['stylesheet']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="custom[stylesheet]"><?php 
            _e('Enable custom stylesheet', 'thesis');
            ?>
</label></li>
						</ul>
					</div>
				</div>
			</div>
		</div>
		
		<div class="options_column">
			<div class="options_module button_module">
				<?php 
            wp_nonce_field('thesis-update-site', '_wpnonce-thesis-update-site');
            ?>
				<input type="submit" class="save_button" id="options_submit" name="submit" value="<?php 
            thesis_save_button_text();
            ?>
" />
			</div>
			<div class="options_module" id="thesis-nav-menu">
				<h3><?php 
            _e('Navigation Menu', 'thesis');
            ?>
</h3>
<?php 
            global $wp_version;
            if (version_compare($wp_version, '3', '>=')) {
                ?>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
                _e('Show/hide additional information', 'thesis');
                ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
                _e('Select Menu Type', 'thesis');
                ?>
</h4>
					<div class="more_info">
						<ul id="nav_switch">
							<li><input type="radio" name="nav[type]" value="wp" <?php 
                if ($nav['type'] == 'wp') {
                    echo 'checked="checked" ';
                }
                ?>
/><label><?php 
                _e('WordPress nav menu', 'thesis');
                ?>
 <a href="<?php 
                echo admin_url("nav-menus.php");
                ?>
" target="_blank">[?]</a></label></li>
							<li><input type="radio" name="nav[type]" value="thesis" <?php 
                if ($nav['type'] == 'thesis') {
                    echo 'checked="checked" ';
                }
                ?>
/><label><?php 
                _e('Thesis nav menu', 'thesis');
                ?>
</label></li>
						</ul>
					</div>
				</div>
<?php 
            }
            ?>
				<div id="thesis_nav_controls">
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Pages', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            _e('Start by selecting the pages you want to include in your nav menu. Next, drag and drop the pages to change their display order (topmost item displays first), and if you <em>really</em> want to get crazy, you can even edit the display text on each item. <strong>Try it!</strong>', 'thesis');
            ?>
</p>
						<p><?php 
            _e('Thesis features automatic dropdown menus, so if you have nested pages or categories, you&#8217;ll save space <em>and</em> gain style points with your slick new nav menu!', 'thesis');
            ?>
</p>
						<ul id="nav_pages" class="sortable add_margin">
<?php 
            $pages =& get_pages('sort_column=post_parent,menu_order');
            $active_pages = array();
            if ($nav['pages']) {
                foreach ($nav['pages'] as $id => $nav_page) {
                    $active_page = get_page($id);
                    if (post_exists($active_page->post_title)) {
                        $checked = $nav_page['show'] ? ' checked="checked"' : '';
                        $link_text = $nav['pages'][$id]['text'] != '' ? $thesis_data->o_htmlspecialchars($nav['pages'][$id]['text'], true) : $active_page->post_title;
                        echo "\t\t\t\t\t\t\t<li><input class=\"checkbox\" type=\"checkbox\" id=\"nav[pages][{$id}][show]\" name=\"nav[pages][{$id}][show]\" value=\"1\"{$checked} /><input type=\"text\" class=\"text_input\" id=\"nav[pages][{$id}][text]\" name=\"nav[pages][{$id}][text]\" value=\"{$link_text}\" /></li>\n";
                        $active_pages[] = $id;
                    }
                }
            }
            if ($pages) {
                foreach ($pages as $page) {
                    if (!in_array($page->ID, $active_pages)) {
                        $link_text = $nav['pages'][$page->ID]['text'] != '' ? $thesis_data->o_htmlentities($nav['pages'][$page->ID]['text'], true) : $page->post_title;
                        echo "\t\t\t\t\t\t\t<li><input class=\"checkbox\" type=\"checkbox\" id=\"nav[pages][{$page->ID}][show]\" name=\"nav[pages][{$page->ID}][show]\" value=\"1\" /><input type=\"text\" class=\"text_input\" id=\"nav[pages][{$page->ID}][text]\" name=\"nav[pages][{$page->ID}][text]\" value=\"{$link_text}\" /></li>\n";
                    }
                }
            }
            ?>
						</ul>
					</div>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Categories', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            _e('If you&#8217;d like to include category pages in your nav menu, simply select the appropriate categories from the list below (you can select more than one).', 'thesis');
            ?>
</p>
						<p class="form_input">
							<select class="select_multiple" id="nav[categories]" name="nav[categories][]" multiple="multiple" size="1">
								<option value="0"><?php 
            _e('No category page links', 'thesis');
            ?>
</option>
<?php 
            $categories =& get_categories('type=post&orderby=name&hide_empty=0');
            if ($categories) {
                $nav_category_pages = explode(',', $nav['categories']);
                foreach ($categories as $category) {
                    $selected = in_array($category->cat_ID, $nav_category_pages) ? ' selected="selected"' : '';
                    echo "\t\t\t\t\t\t\t\t<option value=\"{$category->cat_ID}\"{$selected}>{$category->cat_name}</option>\n";
                }
            }
            ?>
							</select>
						</p>
					</div>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Add More Links', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            printf(__('You can insert additional navigation links on the <a href="%1$s">Manage Links</a> page. To ensure that things go smoothly, you should first <a href="%2$s">create a link category</a> solely for your navigation menu, and then make sure you place your new links in that category. Once you&#8217;ve done that, you can select your category below to include it in your nav menu.', 'thesis'), get_bloginfo('wpurl') . '/wp-admin/link-manager.php', get_bloginfo('wpurl') . '/wp-admin/edit-link-categories.php#addcat');
            ?>
</p>
						<p class="form_input">
							<select id="nav[links]" name="nav[links]" size="1">
								<option value="0"><?php 
            _e('No additional links', 'thesis');
            ?>
</option>
<?php 
            $link_categories =& get_categories('type=link&hide_empty=0');
            if ($link_categories) {
                foreach ($link_categories as $link_category) {
                    $selected = $nav['links'] == $link_category->cat_ID ? ' selected="selected"' : '';
                    echo "\t\t\t\t\t\t\t\t<option value=\"{$link_category->cat_ID}\"{$selected}>{$link_category->cat_name}</option>\n";
                }
            }
            ?>
							</select>
						</p>
					</div>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Home Link', 'thesis');
            ?>
</h4>
					<div class="control_box more_info">
						<ul class="control">
							<li><input type="checkbox" id="nav[home][show]" name="nav[home][show]" value="1" <?php 
            if ($nav['home']['show']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="nav[home][show]"><?php 
            _e('Show home link in nav menu', 'thesis');
            ?>
</label></li>
						</ul>
						<div class="dependent">
							<p class="form_input add_margin">
								<input type="text" id="nav[home][text]" name="nav[home][text]" value="<?php 
            echo $thesis_data->o_htmlspecialchars(thesis_home_link_text(), true);
            ?>
" />
								<label for="nav[home][text]"><?php 
            _e('home link text', 'thesis');
            ?>
</label>
							</p>
							<ul>
								<li><input type="checkbox" id="nav[home][nofollow]" name="nav[home][nofollow]" value="1" <?php 
            if ($nav['home']['nofollow']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="nav[home][nofollow]"><?php 
            _e('Add <code>nofollow</code> to home link', 'thesis');
            ?>
</label></li>
							</ul>
						</div>
					</div>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Feed Link', 'thesis');
            ?>
</h4>
					<div class="control_box more_info">
						<ul class="control">
							<li><input type="checkbox" id="nav[feed][show]" name="nav[feed][show]" value="1" <?php 
            if ($nav['feed']['show']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="nav[feed][show]"><?php 
            _e('Show feed link in nav menu', 'thesis');
            ?>
</label></li>
						</ul>
						<div class="dependent">
							<p class="form_input add_margin">
								<input type="text" class="text_input" id="nav[feed][text]" name="nav[feed][text]" value="<?php 
            echo $thesis_data->o_htmlspecialchars(thesis_feed_link_text(), true);
            ?>
" />
								<label for="nav[feed][text]"><?php 
            _e('Change your feed link text', 'thesis');
            ?>
</label>
							</p>
							<ul>
								<li><input type="checkbox" id="nav[feed][nofollow]" name="nav[feed][nofollow]" value="1" <?php 
            if ($nav['feed']['nofollow']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="nav[feed][nofollow]"><?php 
            _e('Add <code>nofollow</code> to feed link', 'thesis');
            ?>
</label></li>
							</ul>
						</div>
					</div>
				</div>
				</div>
			</div>
			<div class="options_module" id="home-page-options">
				<h3><?php 
            _e('Home Page <acronym title="Search Engine Optimization">SEO</acronym>', 'thesis');
            ?>
</h3>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Document Head', 'thesis');
            ?>
 <code>&lt;head&gt;</code></h4>
					<div class="more_info">
						<p class="form_input add_margin">
							<input type="text" class="text_input" id="home_head_title" name="home[head][title]" value="<?php 
            if ($home['head']['title']) {
                echo $thesis_data->o_htmlspecialchars($home['head']['title'], false, true);
            }
            ?>
" />
							<script>jQuery('#home_head_title').keyup(function(){charCount('#home_head_title', '#length_home_title');});</script>
							<label for="home[head][title]"><?php 
            _e('home page <code>&lt;title&gt;</code> tag', 'thesis');
            ?>
 <input type="text" readonly="readonly" class="counter" id="length_home_title" size="3" maxlength="3" value="0"></label>
						</p>
						<p class="form_input add_margin">
							
							<textarea class="scripts" id="home_head_description" name="home[head][meta][description]"><?php 
            if ($home['head']['meta']['description']) {
                echo $thesis_data->o_htmlspecialchars($home['head']['meta']['description'], false, true);
            }
            ?>
</textarea>
							<script>jQuery('#home_head_description').keyup(function(){charCount('#home_head_description', '#length_home_description');});</script>
							<label for="home[head][meta][description]"><?php 
            _e('home page <code>&lt;meta&gt;</code> description', 'thesis');
            ?>
 <input type="text" readonly="readonly" class="counter" id="length_home_description" size="3" maxlength="3" value="0"></label>
						</p>
						<p class="form_input add_margin">
							<input type="text" class="text_input" id="home[head][meta][keywords]" name="home[head][meta][keywords]" value="<?php 
            if ($home['head']['meta']['keywords']) {
                echo $thesis_data->o_htmlspecialchars($home['head']['meta']['keywords'], false, true);
            }
            ?>
" />
							<label for="home[head][meta][keywords]"><?php 
            _e('home page <code>&lt;meta&gt;</code> keywords', 'thesis');
            ?>
</label>
						</p>
						<ul>
							<li><input type="checkbox" id="home[head][meta][robots][noindex]" name="home[head][meta][robots][noindex]" value="1" <?php 
            if ($home['head']['meta']['robots']['noindex']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="home[head][meta][robots][noindex]"><?php 
            _e('<code>noindex</code> this page', 'thesis');
            ?>
</label></li>
							<li><input type="checkbox" id="home[head][meta][robots][nofollow]" name="home[head][meta][robots][nofollow]" value="1" <?php 
            if ($home['head']['meta']['robots']['nofollow']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="home[head][meta][robots][nofollow]"><?php 
            _e('<code>nofollow</code> this page', 'thesis');
            ?>
</label></li>
							<li><input type="checkbox" id="home[head][meta][robots][noarchive]" name="home[head][meta][robots][noarchive]" value="1" <?php 
            if ($home['head']['meta']['robots']['noarchive']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="home[head][meta][robots][noarchive]"><?php 
            _e('<code>noarchive</code> this page', 'thesis');
            ?>
</label></li>
						</ul>
					</div>
				</div>
			</div>
		</div>
		<div class="options_column">
			<div class="options_module" id="publishing-tools">
				<h3><?php 
            _e('Publishing Tools', 'thesis');
            ?>
</h3>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Windows Live Writer', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<ul>
							<li><input type="checkbox" id="publishing[wlw]" name="publishing[wlw]" value="1" <?php 
            if ($publishing['wlw']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="publishing[wlw]"><?php 
            _e('Enable support for Windows Live Writer', 'thesis');
            ?>
</label></li>
						</ul>
					</div>
				</div>
			</div>
			<div class="options_module" id="save_button_control">
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Change Save Button Text', 'thesis');
            ?>
</h4>
					<p class="form_input more_info">
						<input type="text" id="save_button_text" name="save_button_text" value="<?php 
            if ($thesis_site->save_button_text) {
                echo $thesis_data->o_htmlspecialchars($thesis_site->save_button_text);
            }
            ?>
" />
						<label for="save_button_text"><?php 
            _e('not recommended (heh)', 'thesis');
            ?>
</label>
					</p>
				</div>
			</div>
		</div>
	</form>
<?php 
        }
        ?>
</div>
<?php 
    }
Esempio n. 3
0
    function options_page()
    {
        global $thesis_site, $thesis_design;
        $head = $thesis_site->head;
        $javascript = $thesis_site->javascript;
        $nav = $thesis_site->nav;
        $comments = $thesis_site->comments;
        $display = $thesis_site->display;
        ?>

<div id="thesis_options" class="wrap<?php 
        if (get_bloginfo('text_direction') == 'rtl') {
            echo ' rtl';
        }
        ?>
">
<?php 
        thesis_version_indicator();
        thesis_options_title(__('Thesis Site Options', 'thesis'));
        thesis_options_nav();
        thesis_options_status_check();
        if (version_compare($thesis_site->version, thesis_version()) != 0) {
            ?>
	<form id="upgrade_needed" action="<?php 
            echo admin_url('admin-post.php?action=thesis_upgrade');
            ?>
" method="post">
		<h3><?php 
            _e('Oooh, Exciting!', 'thesis');
            ?>
</h3>
		<p><?php 
            _e('It&#8217;s time to upgrade your Thesis, which means there&#8217;s new awesomeness in your immediate future. Click the button below to fast-track your way to the awesomeness!', 'thesis');
            ?>
</p>
		<p><input type="submit" class="upgrade_button" id="teh_upgrade" name="upgrade" value="<?php 
            _e('Upgrade Thesis', 'thesis');
            ?>
" /></p>
	</form>
<?php 
        } else {
            thesis_is_css_writable();
            ?>

	<form class="thesis" action="<?php 
            echo admin_url('admin-post.php?action=thesis_options');
            ?>
" method="post">
		<div class="options_column">
			<div class="options_module" id="document-head">
				<h3><?php 
            _e('Document Head', 'thesis');
            ?>
 <code>&lt;head&gt;</code></h3>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Title Tag Settings', 'thesis');
            ?>
 <code>&lt;title&gt;</code></h4>
					<div class="more_info">
						<p><?php 
            _e('As far as <acronym title="Search Engine Optimization">SEO</acronym> is concerned, this is the single most important element on your site. For all pages except the home page, Thesis will construct your <code>&lt;title&gt;</code> tags automatically according to the settings below, but you can override these settings by adding a custom <code>&lt;title&gt;</code> to any post or page via the post editing screen.', 'thesis');
            ?>
</p>
						<ul class="add_margin">
							<li><input type="checkbox" id="head[title][branded]" name="head[title][branded]" value="1" <?php 
            if ($head['title']['branded']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="head[title][branded]"><?php 
            _e('Append site name to page titles', 'thesis');
            ?>
</label></li>
						</ul>
						<p class="form_input add_margin">
							<input type="text" class="text_input short" id="head[title][separator]" name="head[title][separator]" value="<?php 
            echo $head['title']['separator'] ? urldecode($head['title']['separator']) : '&#8212;';
            ?>
" />
							<label for="head[title][separator]"><?php 
            _e('Character separator in titles', 'thesis');
            ?>
</label>
						</p>
						<p class="tip"><?php 
            printf(__('To set the <code>&lt;title&gt;</code> tags on your home page, category pages, or tag pages, visit the new <a href="%s">Page Options screen</a>.', 'thesis'), admin_url('admin.php?page=thesis-pages'));
            ?>
</p>
					</div>
				</div>
				<div class="module_subsection" id="robots-meta">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Robots Meta Tags', 'thesis');
            ?>
 <code>&lt;meta&gt;</code></h4>
					<div class="more_info">
						<div class="mini_module indented_module" id="robots-noindex">
							<h5 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Noindex Tag', 'thesis');
            ?>
 <code>noindex</code></h5>
							<div class="more_info">
								<p><?php 
            _e('Adding the <code>noindex</code> robot meta tag is a great way to fine-tune your site&#8217;s <acronym title="Search Engine Optimization">SEO</acronym> by streamlining the amount of pages that get indexed by the search engines. The options below will help you prevent the indexing of &#8220;bloat&#8221; pages that do nothing but dilute your search results and keep you from ranking as well as you should.', 'thesis');
            ?>
</p>
								<ul>
<?php 
            foreach ($head['meta']['robots']['noindex'] as $page_type => $value) {
                $checked = $value ? 'checked="checked" ' : '';
                echo "\t\t\t\t\t\t\t\t\t" . '<li><input type="checkbox" id="head[meta][robots][noindex][' . $page_type . ']" name="head[meta][robots][noindex][' . $page_type . ']" value="1" ' . $checked . '/><label for="head[meta][robots][noindex][' . $page_type . ']">' . sprintf(__('Add <code>noindex</code> to %s pages', 'thesis'), $page_type) . '</label></li>' . "\n";
            }
            ?>
								</ul>
							</div>
						</div>
						<div class="mini_module indented_module" id="robots-nofollow">
							<h5 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Nofollow Tag', 'thesis');
            ?>
 <code>nofollow</code></h5>
							<div class="more_info">
								<p><?php 
            _e('The <code>nofollow</code> robot meta tag is another useful tool for nailing down your site&#8217;s <acronym title="Search Engine Optimization">SEO</acronym>. Links from pages with the <code>nofollow</code> meta tag won&#8217;t pass any juice.', 'thesis');
            ?>
</p>
								<ul>
<?php 
            foreach ($head['meta']['robots']['nofollow'] as $page_type => $value) {
                $checked = $value ? 'checked="checked" ' : '';
                echo "\t\t\t\t\t\t\t\t\t" . '<li><input type="checkbox" id="head[meta][robots][nofollow][' . $page_type . ']" name="head[meta][robots][nofollow][' . $page_type . ']" value="1" ' . $checked . '/><label for="head[meta][robots][nofollow][' . $page_type . ']">' . sprintf(__('Add <code>nofollow</code> to %s pages', 'thesis'), $page_type) . '</label></li>' . "\n";
            }
            ?>
								</ul>
							</div>
						</div>
						<div class="mini_module indented_module" id="robots-noarchive">
							<h5 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Noarchive Tag', 'thesis');
            ?>
 <code>noarchive</code></h5>
							<div class="more_info">
								<p><?php 
            _e('The <code>noarchive</code> robot meta tag prevents search engines and Internet archive services from saving cached versions of pages on your site. Generally, people use this to protect their privacy, but there are certainly times when having access to archived versions of your pages might prove useful.', 'thesis');
            ?>
</p>
								<ul>
<?php 
            foreach ($head['meta']['robots']['noarchive'] as $page_type => $value) {
                $checked = $value ? 'checked="checked" ' : '';
                echo "\t\t\t\t\t\t\t\t\t" . '<li><input type="checkbox" id="head[meta][robots][noarchive][' . $page_type . ']" name="head[meta][robots][noarchive][' . $page_type . ']" value="1" ' . $checked . '/><label for="head[meta][robots][noarchive][' . $page_type . ']">' . sprintf(__('Add <code>noarchive</code> to %s pages', 'thesis'), $page_type) . '</label></li>' . "\n";
            }
            ?>
								</ul>
							</div>
						</div>
						<div class="mini_module indented_module" id="robots-noodp">
							<h5 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Directory Tags', 'thesis');
            ?>
 <code>noodp</code> <code>noydir</code></h5>
							<div class="more_info">
								<p><?php 
            _e('Using the <code>noodp</code> robot meta tag will prevent search engines from displaying Open Directory Project (DMOZ) listings in your meta descriptions. The <code>noydir</code> tag is pretty much the same, except that it only affects the Yahoo! Directory. Both of these options are sitewide.', 'thesis');
            ?>
</p>
								<ul>
									<li><input type="checkbox" id="head[meta][robots][noodp]" name="head[meta][robots][noodp]" value="1" <?php 
            if ($head['meta']['robots']['noodp']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="head[meta][robots][noodp]"><?php 
            _e('Add <code>noodp</code> to your site', 'thesis');
            ?>
</label></li>
									<li><input type="checkbox" id="head[meta][robots][noydir]" name="head[meta][robots][noydir]" value="1" <?php 
            if ($head['meta']['robots']['noydir']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="head[meta][robots][noydir]"><?php 
            _e('Add <code>noydir</code> to your site', 'thesis');
            ?>
</label></li>
								</ul>
							</div>
						</div>
					</div>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Canonical <acronym title="Uniform Resource Locator">URL</acronym>s', 'thesis');
            ?>
</h4>
					<ul class="more_info">
						<li><input type="checkbox" id="head[links][canonical]" name="head[links][canonical]" value="1" <?php 
            if ($head['links']['canonical']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="head[links][canonical]"><?php 
            _e('Add canonical <acronym title="Uniform Resource Locator">URL</acronym>s to your site', 'thesis');
            ?>
</label></li>
					</ul>
				</div>
				<div class="module_subsection" id="syndication">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Syndication/Feed <acronym title="Uniform Resource Locator">URL</acronym>', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            printf(__('If you&#8217;re using a service like <a href="%s">Feedburner</a> to manage your <acronym title="Really Simple Syndication">RSS</acronym> feed, you should enter the <acronym title="Uniform Resource Locator">URL</acronym> of your feed in the box below. If you&#8217;d prefer to use the default WordPress feed, simply leave this box blank.', 'thesis'), 'http://www.feedburner.com/');
            ?>
</p>
						<p class="form_input">
							<input type="text" class="text_input" id="head[feed][url]" name="head[feed][url]" value="<?php 
            if ($head['feed']['url']) {
                echo $head['feed']['url'];
            }
            ?>
" />
							<label for="head[feed][url]"><?php 
            _e('Feed <acronym title="Uniform Resource Locator">URL</acronym> (including &#8216;http://&#8217;)', 'thesis');
            ?>
</label>
						</p>
					</div>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Additional Scripts', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            printf(__('If you need to add scripts to your document <code>&lt;head&gt;</code>, you should enter them in the box below; however, if you&#8217;re adding stat-tracking code, you should add that to the <a href="%s">Stats and Scripts section below</a>.', 'thesis'), '#javascript-options');
            ?>
</p>
						<p class="form_input">
							<label for="head[scripts]"><?php 
            _e('Additional <code>&lt;head&gt;</code> scripts (code)', 'thesis');
            ?>
</label>
							<textarea class="scripts" id="head[scripts]" name="head[scripts]"><?php 
            if ($head['scripts']) {
                thesis_massage_code($head['scripts']);
            }
            ?>
</textarea>
						</p>
					</div>
				</div>
			</div>
			<div class="options_module" id="javascript-options">
				<h3><?php 
            _e('Stats Software/Scripts', 'thesis');
            ?>
</h3>
				<div class="module_subsection" id="javascript-scripts">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Stat and Tracking Scripts', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            _e('If you&#8217;ve got a stat-tracking script (from, say, Mint or Google Analytics), you&#8217;ll want to place it here. Anything you add here will be served after the <acronym title="HyperText Markup Language">HTML</acronym> on <em>every page of your site</em>. This is the preferred position because it prevents the scripts from interrupting the page load.', 'thesis');
            ?>
</p>
						<p class="form_input">
							<label for="javascript[scripts]"><?php 
            _e('Tracking scripts (include <code>&lt;script&gt;</code> tags!)', 'thesis');
            ?>
</label>
							<textarea class="scripts" id="javascript[scripts]" name="javascript[scripts]"><?php 
            if ($javascript['scripts']) {
                thesis_massage_code($javascript['scripts']);
            }
            ?>
</textarea>
						</p>
					</div>
				</div>
			</div>
		</div>
		
		<div class="options_column">
			<div class="options_module" id="display-options">
				<h3><?php 
            _e('Display Options', 'thesis');
            ?>
</h3>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Header', 'thesis');
            ?>
</h4>
					<ul class="more_info">
						<li><input type="checkbox" id="display[header][title]" name="display[header][title]" value="1" <?php 
            if ($display['header']['title']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="display[header][title]"><?php 
            _e('Show site name in header', 'thesis');
            ?>
</label></li>
						<li><input type="checkbox" id="display[header][tagline]" name="display[header][tagline]" value="1" <?php 
            if ($display['header']['tagline']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="display[header][tagline]"><?php 
            _e('Show site tagline in header', 'thesis');
            ?>
</label></li>
					</ul>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Bylines', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<div class="control_box">
							<ul class="control no_margin">
								<li><input type="checkbox" id="display[byline][author][show]" name="display[byline][author][show]" value="1" <?php 
            if ($display['byline']['author']['show']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="display[byline][author][show]"><?php 
            _e('Show author name in <strong>post</strong> byline', 'thesis');
            ?>
</label></li>
							</ul>
							<ul class="dependent">
								<li><input type="checkbox" id="display[byline][author][link]" name="display[byline][author][link]" value="1" <?php 
            if ($display['byline']['author']['link']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="display[byline][author][link]"><?php 
            _e('Link author names to archives', 'thesis');
            ?>
</label></li>
								<li><input type="checkbox" id="display[byline][author][nofollow]" name="display[byline][author][nofollow]" value="1" <?php 
            if ($display['byline']['author']['nofollow']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="display[byline][author][nofollow]"><?php 
            _e('Add <code>nofollow</code> to author links', 'thesis');
            ?>
</label></li>
							</ul>
						</div>
						<ul>
							<li><input type="checkbox" id="display[byline][date][show]" name="display[byline][date][show]" value="1" <?php 
            if ($display['byline']['date']['show']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="display[byline][date][show]"><?php 
            _e('Show published-on date in <strong>post</strong> byline', 'thesis');
            ?>
</label></li>
							<li><input type="checkbox" id="display[byline][page][author]" name="display[byline][page][author]" value="1" <?php 
            if ($display['byline']['page']['author']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="display[byline][page][author]"><?php 
            _e('Show author name in <strong>page</strong> byline', 'thesis');
            ?>
</label></li>
							<li><input type="checkbox" id="display[byline][page][date]" name="display[byline][page][date]" value="1" <?php 
            if ($display['byline']['page']['date']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="display[byline][page][date]"><?php 
            _e('Show published-on date in <strong>page</strong> byline', 'thesis');
            ?>
</label></li>
							<li><input type="checkbox" id="display[byline][num_comments][show]" name="display[byline][num_comments][show]" value="1" <?php 
            if ($display['byline']['num_comments']['show']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="display[byline][num_comments][show]"><?php 
            _e('Show number of comments in byline', 'thesis');
            ?>
</label></li>
							<li><input type="checkbox" id="display[byline][categories][show]" name="display[byline][categories][show]" value="1" <?php 
            if ($display['byline']['categories']['show']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="display[byline][categories][show]"><?php 
            _e('Show <strong>post</strong> categories', 'thesis');
            ?>
</label></li>
						</ul>
					</div>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Posts', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            _e('The display setting you select below only affects your <strong>features</strong>; teasers (if you&#8217;re using them) are always displayed in excerpt format.', 'thesis');
            ?>
</p>
						<ul class="add_margin">
							<li><input type="radio" name="display[posts][excerpts]" value="0" <?php 
            if (!$display['posts']['excerpts']) {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Display full post content', 'thesis');
            ?>
</label></li>
							<li><input type="radio" name="display[posts][excerpts]" value="1" <?php 
            if ($display['posts']['excerpts']) {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Display post excerpts', 'thesis');
            ?>
</label></li>
						</ul>
						<p class="label_note"><?php 
            _e('&#8220;Read More&#8221; link', 'thesis');
            ?>
</p>
						<p><?php 
            _e('This is the clickthrough text on home and archive pages that appears on any post where you use the <code>&lt;!--more--&gt;</code> tag:', 'thesis');
            ?>
</p>
						<p class="form_input add_margin">
							<input type="text" class="text_input" id="display[posts][read_more_text]" name="display[posts][read_more_text]" value="<?php 
            echo thesis_read_more_text();
            ?>
" />
							<label for="display[posts][read_more_text]"><?php 
            _e('clickthrough text', 'thesis');
            ?>
</label>
						</p>
						<p class="label_note"><?php 
            _e('Single entry pages', 'thesis');
            ?>
</p>
						<ul>
							<li><input type="checkbox" id="display[posts][nav]" name="display[posts][nav]" value="1" <?php 
            if ($display['posts']['nav']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="display[posts][nav]"><?php 
            _e('Show previous/next post links', 'thesis');
            ?>
</label></li>
						</ul>
					</div>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Archives', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            _e('Select a display format for your archive pages:', 'thesis');
            ?>
</p>
						<ul>
							<li><input type="radio" name="display[archives][style]" value="titles" <?php 
            if ($display['archives']['style'] == 'titles') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Titles only', 'thesis');
            ?>
</label></li>
							<li><input type="radio" name="display[archives][style]" value="teasers" <?php 
            if ($display['archives']['style'] == 'teasers') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Everything&#8217;s a teaser!', 'thesis');
            ?>
</label></li>
							<li><input type="radio" name="display[archives][style]" value="content" <?php 
            if ($display['archives']['style'] == 'content') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Same as your home page', 'thesis');
            ?>
</label></li>
							<li><input type="radio" name="display[archives][style]" value="excerpts" <?php 
            if ($display['archives']['style'] == 'excerpts') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Post excerpts', 'thesis');
            ?>
</label></li>
						</ul>
					</div>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Comments', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<ul>
							<li><input type="checkbox" id="comments[disable_pages]" name="comments[disable_pages]" value="1" <?php 
            if ($comments['disable_pages']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="comments[disable_pages]"><?php 
            _e('Disable comments on all <strong>pages</strong>', 'thesis');
            ?>
</label></li>
							<li><input type="checkbox" id="comments[show_closed]" name="comments[show_closed]" value="1" <?php 
            if ($comments['show_closed']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="comments[show_closed]"><?php 
            _e('If comments are closed, display a message', 'thesis');
            ?>
</label></li>
						</ul>
					</div>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Tagging', 'thesis');
            ?>
</h4>
					<ul class="more_info">
						<li><input type="checkbox" id="display[tags][single]" name="display[tags][single]" value="1" <?php 
            if ($display['tags']['single']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="display[tags][single]"><?php 
            _e('Show tags on single entry pages', 'thesis');
            ?>
</label></li>
						<li><input type="checkbox" id="display[tags][index]" name="display[tags][index]" value="1" <?php 
            if ($display['tags']['index']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="display[tags][index]"><?php 
            _e('Show tags on index and archives pages', 'thesis');
            ?>
</label></li>
						<li><input type="checkbox" id="display[tags][nofollow]" name="display[tags][nofollow]" value="1" <?php 
            if ($display['tags']['nofollow']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="display[tags][nofollow]"><?php 
            _e('Add <code>nofollow</code> to tag links', 'thesis');
            ?>
</label></li>
					</ul>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Sidebars', 'thesis');
            ?>
</h4>
					<ul class="more_info">
						<li><input type="checkbox" id="display[sidebars][default_widgets]" name="display[sidebars][default_widgets]" value="1" <?php 
            if ($display['sidebars']['default_widgets']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="display[sidebars][default_widgets]"><?php 
            _e('Show default sidebar widgets', 'thesis');
            ?>
</label></li>
					</ul>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Administration', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<ul>
							<li><input type="checkbox" id="display[admin][edit_post]" name="display[admin][edit_post]" value="1" <?php 
            if ($display['admin']['edit_post']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="display[admin][edit_post]"><?php 
            _e('Show edit post links', 'thesis');
            ?>
</label></li>
							<li><input type="checkbox" id="display[admin][link]" name="display[admin][link]" value="1" <?php 
            if ($display['admin']['link']) {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Show admin link in footer', 'thesis');
            ?>
</label></li>
						</ul>
					</div>
				</div>
			</div>
		</div>
		
		<div class="options_column">
			<div class="options_module button_module">
				<input type="submit" class="save_button" id="options_submit" name="submit" value="<?php 
            thesis_save_button_text();
            ?>
" />
			</div>
			<div class="options_module" id="thesis-nav-menu">
				<h3><?php 
            _e('Navigation Menu', 'thesis');
            ?>
</h3>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Pages', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            _e('Start by selecting the pages you want to include in your nav menu. Next, drag and drop the pages to change their display order (topmost item displays first), and if you <em>really</em> want to get crazy, you can even edit the display text on each item. <strong>Try it!</strong>', 'thesis');
            ?>
</p>
						<p><?php 
            _e('Thesis features automatic dropdown menus, so if you have nested pages or categories, you&#8217;ll save space <em>and</em> gain style points with your slick new nav menu!', 'thesis');
            ?>
</p>
						<ul id="nav_pages" class="sortable add_margin">
<?php 
            $pages =& get_pages('sort_column=post_parent,menu_order');
            $active_pages = array();
            if ($nav['pages']) {
                foreach ($nav['pages'] as $id => $nav_page) {
                    $active_page = get_page($id);
                    if (post_exists($active_page->post_title)) {
                        $checked = $nav_page['show'] ? ' checked="checked"' : '';
                        $link_text = $nav['pages'][$id]['text'] != '' ? $nav['pages'][$id]['text'] : $active_page->post_title;
                        echo "\t\t\t\t\t\t\t<li><input class=\"checkbox\" type=\"checkbox\" id=\"nav[pages][{$id}][show]\" name=\"nav[pages][{$id}][show]\" value=\"1\"{$checked} /><input type=\"text\" class=\"text_input\" id=\"nav[pages][{$id}][text]\" name=\"nav[pages][{$id}][text]\" value=\"{$link_text}\" /></li>\n";
                        $active_pages[] = $id;
                    }
                }
            }
            if ($pages) {
                foreach ($pages as $page) {
                    if (!in_array($page->ID, $active_pages)) {
                        $link_text = $nav['pages'][$page->ID]['text'] != '' ? $nav['pages'][$page->ID]['text'] : $page->post_title;
                        echo "\t\t\t\t\t\t\t<li><input class=\"checkbox\" type=\"checkbox\" id=\"nav[pages][{$page->ID}][show]\" name=\"nav[pages][{$page->ID}][show]\" value=\"1\" /><input type=\"text\" class=\"text_input\" id=\"nav[pages][{$page->ID}][text]\" name=\"nav[pages][{$page->ID}][text]\" value=\"{$link_text}\" /></li>\n";
                    }
                }
            }
            ?>
						</ul>
					</div>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Categories', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            _e('If you&#8217;d like to include category pages in your nav menu, simply select the appropriate categories from the list below (you can select more than one).', 'thesis');
            ?>
</p>
						<p class="form_input">
							<select class="select_multiple" id="nav[categories]" name="nav[categories][]" multiple="multiple" size="1">
								<option value="0"><?php 
            _e('No category page links', 'thesis');
            ?>
</option>
<?php 
            $categories =& get_categories('type=post&orderby=name&hide_empty=0');
            if ($categories) {
                $nav_category_pages = explode(',', $nav['categories']);
                foreach ($categories as $category) {
                    $selected = in_array($category->cat_ID, $nav_category_pages) ? ' selected="selected"' : '';
                    echo "\t\t\t\t\t\t\t\t<option value=\"{$category->cat_ID}\"{$selected}>{$category->cat_name}</option>\n";
                }
            }
            ?>
							</select>
						</p>
					</div>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Add More Links', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            printf(__('You can insert additional navigation links on the <a href="%1$s">Manage Links</a> page. To ensure that things go smoothly, you should first <a href="%2$s">create a link category</a> solely for your navigation menu, and then make sure you place your new links in that category. Once you&#8217;ve done that, you can select your category below to include it in your nav menu.', 'thesis'), get_bloginfo('wpurl') . '/wp-admin/link-manager.php', get_bloginfo('wpurl') . '/wp-admin/edit-link-categories.php#addcat');
            ?>
</p>
						<p class="form_input">
							<select id="nav[links]" name="nav[links]" size="1">
								<option value="0"><?php 
            _e('No additional links', 'thesis');
            ?>
</option>
<?php 
            $link_categories =& get_categories('type=link&hide_empty=0');
            if ($link_categories) {
                foreach ($link_categories as $link_category) {
                    $selected = $nav['links'] == $link_category->cat_ID ? ' selected="selected"' : '';
                    echo "\t\t\t\t\t\t\t\t<option value=\"{$link_category->cat_ID}\"{$selected}>{$link_category->cat_name}</option>\n";
                }
            }
            ?>
							</select>
						</p>
					</div>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Home Link', 'thesis');
            ?>
</h4>
					<div class="control_box more_info">
						<ul class="control">
							<li><input type="checkbox" id="nav[home][show]" name="nav[home][show]" value="1" <?php 
            if ($nav['home']['show']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="nav[home][show]"><?php 
            _e('Show home link in nav menu', 'thesis');
            ?>
</label></li>
						</ul>
						<div class="dependent">
							<p class="form_input add_margin">
								<input type="text" id="nav[home][text]" name="nav[home][text]" value="<?php 
            echo thesis_home_link_text();
            ?>
" />
								<label for="nav[home][text]"><?php 
            _e('home link text', 'thesis');
            ?>
</label>
							</p>
							<ul>
								<li><input type="checkbox" id="nav[home][nofollow]" name="nav[home][nofollow]" value="1" <?php 
            if ($nav['home']['nofollow']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="nav[home][nofollow]"><?php 
            _e('Add <code>nofollow</code> to home link', 'thesis');
            ?>
</label></li>
							</ul>
						</div>
					</div>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Feed Link in Nav Menu', 'thesis');
            ?>
</h4>
					<div class="control_box more_info">
						<ul class="control">
							<li><input type="checkbox" id="nav[feed][show]" name="nav[feed][show]" value="1" <?php 
            if ($nav['feed']['show']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="nav[feed][show]"><?php 
            _e('Show feed link in nav menu', 'thesis');
            ?>
</label></li>
						</ul>
						<div class="dependent">
							<p class="form_input add_margin">
								<input type="text" class="text_input" id="nav[feed][text]" name="nav[feed][text]" value="<?php 
            echo thesis_feed_link_text();
            ?>
" />
								<label for="nav[feed][text]"><?php 
            _e('Change your feed link text', 'thesis');
            ?>
</label>
							</p>
							<ul>
								<li><input type="checkbox" id="nav[feed][nofollow]" name="nav[feed][nofollow]" value="1" <?php 
            if ($nav['feed']['nofollow']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="nav[feed][nofollow]"><?php 
            _e('Add <code>nofollow</code> to feed link', 'thesis');
            ?>
</label></li>
							</ul>
						</div>
					</div>
				</div>
			</div>
			<div class="options_module" id="save_button_control">
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Change Save Button Text', 'thesis');
            ?>
</h4>
					<p class="form_input more_info">
						<input type="text" id="save_button_text" name="save_button_text" value="<?php 
            if ($thesis_site->save_button_text) {
                echo $thesis_site->save_button_text;
            }
            ?>
" />
						<label for="save_button_text"><?php 
            _e('not recommended (heh)', 'thesis');
            ?>
</label>
					</p>
				</div>
			</div>
		</div>
	</form>
<?php 
        }
        ?>
</div>
<?php 
    }
Esempio n. 4
0
    function options_page()
    {
        $rtl = get_bloginfo('text_direction') == 'rtl' ? ' rtl' : '';
        #wp
        echo "<div id=\"thesis_options\" class=\"wrap{$rtl}\">\n";
        thesis_version_indicator();
        thesis_options_title(__('Thesis Options Manager', 'thesis'), false);
        thesis_options_nav();
        thesis_options_status_check();
        thesis_options_manager::status_check();
        ?>
	<div class="options_column">
		<div class="options_module positive" id="download-thesis-options">
			<h3><?php 
        _e('Download Options', 'thesis');
        ?>
</h3>
			<div class="module_subsection">
				<h4><?php 
        _e('Site Options', 'thesis');
        ?>
</h4>
				<p class="add_extra_margin"><a class="action_button" href="<?php 
        echo wp_nonce_url(admin_url('admin.php?page=options-manager&amp;download=site'), 'thesis-download-site');
        ?>
">Download Site Options</a></p>
			</div>
			<div class="module_subsection">
				<h4><?php 
        _e('Design Options', 'thesis');
        ?>
</h4>
				<p class="add_extra_margin"><a class="action_button" href="<?php 
        echo wp_nonce_url(admin_url('admin.php?page=options-manager&amp;download=design'), 'thesis-download-design');
        ?>
">Download Design Options</a></p>
			</div>
			<div class="module_subsection">
				<h4><?php 
        _e('All Options', 'thesis');
        ?>
</h4>
				<p><a class="action_button" href="<?php 
        echo wp_nonce_url(admin_url('admin.php?page=options-manager&amp;download=all'), 'thesis-download-all');
        ?>
">Download All Options</a></p>
			</div>
		</div>
		<div class="options_module negative" id="default-thesis-options">
			<h3><?php 
        _e('Restore Default Options', 'thesis');
        ?>
</h3>
			<div class="module_subsection">
				<h4><?php 
        _e('Site Options', 'thesis');
        ?>
</h4>
				<p class="add_extra_margin"><a class="action_button" href="<?php 
        echo wp_nonce_url(admin_url('admin.php?page=options-manager&amp;restore=site'), 'thesis-restore-site');
        ?>
" onclick="return confirm_choice('default', 'Site');">Restore Default Site Options</a></p>
			</div>
			<div class="module_subsection">
				<h4><?php 
        _e('Design Options', 'thesis');
        ?>
</h4>
				<p class="add_extra_margin"><a class="action_button" href="<?php 
        echo wp_nonce_url(admin_url('admin.php?page=options-manager&amp;restore=design'), 'thesis-restore-design');
        ?>
" onclick="return confirm_choice('default', 'Design');">Restore Default Design Options</a></p>
			</div>
			<div class="module_subsection">
				<h4><?php 
        _e('All Options', 'thesis');
        ?>
</h4>
				<p><a class="action_button" href="<?php 
        echo wp_nonce_url(admin_url('admin.php?page=options-manager&amp;restore=all'), 'thesis-restore-all');
        ?>
" onclick="return confirm_choice('default', 'All');">Restore All Default Options</a></p>
			</div>
		</div>
	</div>
	<div class="options_column">
		<div class="options_module positive" id="upload-thesis-options">
			<h3><?php 
        _e('Upload Options', 'thesis');
        ?>
</h3>
			<div class="module_subsection">
				<h4><?php 
        _e('Site Options', 'thesis');
        ?>
</h4>
				<form method="post" enctype="multipart/form-data">
					<?php 
        wp_nonce_field('thesis-upload-site', '_wpnonce-thesis-upload-site');
        ?>
					<input type="hidden" name="upload" value="site" />
					<p class="form_input">
						<input type="file" class="text_input" name="file" id="options-file" />
						<label for="file">upload <strong>Thesis Site Options</strong> file</label>
					</p>
					<p class="upload_button"><input type="submit" value="Upload" onclick="return confirm_choice('upload', 'Site');" /></p>
				</form>
			</div>
			<div class="module_subsection">
				<h4><?php 
        _e('Design Options', 'thesis');
        ?>
</h4>
				<form method="post" enctype="multipart/form-data">
					<?php 
        wp_nonce_field('thesis-upload-design', '_wpnonce-thesis-upload-design');
        ?>
					<input type="hidden" name="upload" value="design" />
					<p class="form_input">
						<input type="file" class="text_input" name="file" id="design-options-file" />
						<label for="file">upload <strong>Thesis Design Options</strong> file</label>
					</p>
					<p class="upload_button"><input type="submit" value="Upload" onclick="return confirm_choice('upload', 'Design');" /></p>
				</form>
			</div>
			<div class="module_subsection">
				<h4><?php 
        _e('All Options', 'thesis');
        ?>
</h4>
				<form method="post" enctype="multipart/form-data">
					<?php 
        wp_nonce_field('thesis-upload-all', '_wpnonce-thesis-upload-all');
        ?>
					<input type="hidden" name="upload" value="all" />
					<p class="form_input">
						<input type="file" class="text_input" name="file" id="all-options-file" />
						<label for="file">upload <strong>Thesis All Options</strong> file</label>
					</p>
					<p class="upload_button"><input type="submit" value="Upload" onclick="return confirm_choice('upload', 'All');" /></p>
				</form>
			</div>
		</div>
	</div>
<?php 
        echo "</div>\n";
    }
Esempio n. 5
0
    function options_page()
    {
        $css = new Thesis_CSS();
        $css->baselines();
        $css->widths();
        $this->optimal_width = $css->widths['container'] - $css->base['page_padding'] * 2;
        $this->process();
        $rtl = get_bloginfo('text_direction') == 'rtl' ? ' rtl' : '';
        #wp
        echo "<div id=\"thesis_options\" class=\"wrap{$rtl}\">\n";
        thesis_version_indicator();
        thesis_options_title(__('Thesis Header Image', 'thesis'), false);
        thesis_options_nav();
        if ($this->updated) {
            echo "<div id=\"updated\" class=\"updated fade\">\n\t<p>" . __('Header image updated!', 'thesis') . ' <a href="' . get_bloginfo('url') . '/">' . __('Check out your site &rarr;', 'thesis') . "</a></p>\n</div>\n";
        } elseif ($this->removed) {
            echo "<div id=\"updated\" class=\"updated fade\">\n\t<p>" . __('Header image removed!', 'thesis') . ' <a href="' . get_bloginfo('url') . '/">' . __('Check out your site &rarr;', 'thesis') . "</a></p>\n</div>\n";
        } elseif ($this->error) {
            echo "<div class=\"warning\"><p>" . __('<strong>Whoops!</strong> You tried to upload an unrecognized file type. The header image uploader only accepts <code>.jpg</code>, <code>.png</code>, or <code>.gif</code> files.', 'thesis') . "</p></div>";
        }
        if ($this->header) {
            echo "<div id=\"header_preview\">\n\t<img src=\"{$this->header['url']}\" width=\"{$this->header['width']}\" height=\"{$this->header['height']}\" alt=\"header image preview\" title=\"header image preview\" />\n\t<a href=\"" . wp_nonce_url(admin_url('admin.php?page=thesis-header-image&remove=true'), 'thesis-remove-header') . "\" title=\"" . __('Click here to remove this header image', 'thesis') . "\">" . __('Remove Image', 'thesis') . "</a>\n</div>\n";
        }
        ?>
	<div class="one_col">
		<div class="control_area">
			<p><?php 
        printf(__('Based on your <a href="%1$s">current layout settings</a>, the optimal header image width is <strong>%2$d pixels</strong>. If your image is wider than this, don&#8217;t worry&#8212;Thesis will automatically resize it for you!', 'thesis'), admin_url('admin.php?page=thesis-design-options#layout-constructor'), $this->optimal_width);
        ?>
</p>
			<form enctype="multipart/form-data" id="upload-form" method="post" action="<?php 
        echo admin_url('admin.php?page=thesis-header-image');
        ?>
">
				<p class="remove_bottom_margin">
					<label for="upload"><?php 
        _e('Choose an image from your computer:', 'thesis');
        ?>
</label>
					<input type="file" class="text" id="upload" name="import" />
					<?php 
        wp_nonce_field('thesis-header-upload', '_wpnonce-thesis-header-upload');
        ?>
					<input type="submit" class="ui_button positive" name="upload" value="<?php 
        esc_attr_e('Upload', 'thesis');
        ?>
" />
				</p>
			</form>
		</div>
	</div>
<?php 
        echo "</div>\n";
    }
Esempio n. 6
0
    function options_page()
    {
        global $thesis_site;
        $custom_editor = new thesis_custom_editor();
        ?>

<div id="thesis_options" class="wrap<?php 
        if (get_bloginfo('text_direction') == 'rtl') {
            echo ' rtl';
        }
        ?>
">
<?php 
        thesis_version_indicator();
        thesis_options_title(__('Thesis Custom File Editor', 'thesis'), false);
        thesis_options_nav();
        thesis_options_status_check();
        if (version_compare($thesis_site->version, thesis_version()) != 0) {
            ?>
	<form id="upgrade_needed" action="<?php 
            echo admin_url('admin-post.php?action=thesis_upgrade');
            ?>
" method="post">
		<h3><?php 
            _e('Oooh, Exciting!', 'thesis');
            ?>
</h3>
		<p><?php 
            _e('It&#8217;s time to upgrade your Thesis, which means there&#8217;s new awesomeness in your immediate future. Click the button below to fast-track your way to the awesomeness!', 'thesis');
            ?>
</p>
		<p><input type="submit" class="upgrade_button" id="teh_upgrade" name="upgrade" value="<?php 
            _e('Upgrade Thesis', 'thesis');
            ?>
" /></p>
	</form>
<?php 
        } elseif (file_exists(THESIS_CUSTOM)) {
            // Determine which file we're editing. Default to something harmless, like custom.css.
            $file = $_GET['file'] ? $_GET['file'] : 'custom.css';
            $files = $custom_editor->get_custom_files();
            $extension = substr($file, strrpos($file, '.'));
            // Determine if the custom file exists and is writable. Otherwise, this page is useless.
            $error = $custom_editor->is_custom_writable($file, $files);
            if ($error) {
                echo $error;
            } else {
                // Get contents of custom.css
                if (filesize(THESIS_CUSTOM . '/' . $file) > 0) {
                    $content = fopen(THESIS_CUSTOM . '/' . $file, 'r');
                    $content = fread($content, filesize(THESIS_CUSTOM . '/' . $file));
                    $content = htmlspecialchars($content);
                } else {
                    $content = '';
                }
            }
            // Highlighting for which language?
            $lang = function_exists('codepress_get_lang') ? codepress_get_lang($file) : '';
            ?>
	<div class="one_col">
		<form method="post" id="file-jump" name="file-jump" action="<?php 
            echo admin_url('admin-post.php?action=thesis_file_editor');
            ?>
">
			<h3><?php 
            printf(__('Currently editing: <code>%s</code>', 'thesis'), "custom/{$file}");
            ?>
</h3>
<?php 
            if (function_exists('use_codepress')) {
                if (use_codepress()) {
                    echo "\t\t\t<a class=\"syntax\" id=\"codepress-off\" href=\"admin.php?page=thesis-file-editor&amp;codepress=off&amp;file={$file}\">" . __('Disable syntax highlighting', 'thesis') . "</a>\n";
                } else {
                    echo "\t\t\t<a class=\"syntax\" id=\"codepress-on\" href=\"admin.php?page=thesis-file-editor&amp;codepress=on&amp;file={$file}\">" . __('Enable syntax highlighting', 'thesis') . "</a></p>\n";
                }
            }
            ?>
			<p>
				<select id="custom_files" name="custom_files">
					<option value="<?php 
            echo $file;
            ?>
"><?php 
            echo $file;
            ?>
</option>
<?php 
            foreach ($files as $f) {
                // An option for each available file
                if ($f != $file) {
                    echo "\t\t\t\t\t<option value=\"{$f}\">{$f}</option>\n";
                }
            }
            ?>
				</select>
				<input type="submit" id="custom_file_jump" name="custom_file_jump" value="<?php 
            _e('Edit selected file', 'thesis');
            ?>
" />
			</p>
<?php 
            if ($extension == '.php') {
                echo "\t\t\t<p class=\"alert\">" . __('<strong>Note:</strong> If you make a mistake in your code while modifying a <acronym title="PHP: Hypertext Preprocessor">PHP</acronym> file, saving this page <em>may</em> result your site becoming temporarily unusable. Prior to editing such files, be sure to have access to the file via <acronym title="File Transfer Protocol">FTP</acronym> or other means so that you can correct the error.', 'thesis') . "</p>\n";
            }
            ?>
		</form>
		<form class="file_editor" method="post" id="template" name="template" action="<?php 
            echo admin_url('admin-post.php?action=thesis_file_editor');
            ?>
">
			<input type="hidden" id="file" name="file" value="<?php 
            echo $file;
            ?>
" />
			<p><textarea id="newcontent" name="newcontent" rows="25" cols="50" class="large-text codepress <?php 
            echo $lang;
            ?>
"><?php 
            echo $content;
            ?>
</textarea></p>
			<p>
				<input type="submit" class="save_button" id="custom_file_submit" name="custom_file_submit" value="<?php 
            thesis_save_button_text();
            ?>
" />
				<input class="color" type="text" id="handy-color-picker" name="handy-color-picker" value="ffffff" maxlength="6" />
				<label class="inline" for="handy-color-picker"><?php 
            _e('quick color reference', 'thesis');
            ?>
</label>
			</p>
		</form>
	</div>
<?php 
        } else {
            echo "<div class=\"warning\">\n\t<p><strong>" . __('Attention!', 'thesis') . '</strong> ' . __('In order to edit your custom files, you&#8217;ll need to change the name of your <code>custom-sample</code> folder to <code>custom</code>.', 'thesis') . "</p>\n</div>\n";
        }
        ?>
</div>
<?php 
    }
Esempio n. 7
0
    function options_page()
    {
        global $thesis_site, $thesis_design, $thesis_pages;
        $fonts = $thesis_design->fonts;
        $colors = $thesis_design->colors;
        $borders = $thesis_design->borders;
        $nav = $thesis_design->nav;
        $layout = $thesis_design->layout;
        $image = $thesis_design->image;
        $comments = $thesis_design->comments;
        $teasers = $thesis_design->teasers;
        $feature_box = $thesis_design->feature_box;
        $multimedia_box = $thesis_design->multimedia_box;
        $javascript = $thesis_design->javascript;
        $font_stacks = thesis_get_fonts();
        ?>

<div id="thesis_options" class="wrap<?php 
        if (get_bloginfo('text_direction') == 'rtl') {
            echo ' rtl';
        }
        ?>
">
<?php 
        thesis_version_indicator();
        thesis_options_title(__('Thesis Design Options', 'thesis'));
        thesis_options_nav();
        thesis_options_status_check();
        if (version_compare($thesis_site->version, thesis_version()) != 0) {
            ?>
	<form id="upgrade_needed" action="<?php 
            echo admin_url('admin-post.php?action=thesis_upgrade');
            ?>
" method="post">
		<h3><?php 
            _e('Oooh, Exciting!', 'thesis');
            ?>
</h3>
		<p><?php 
            _e('It&#8217;s time to upgrade your Thesis, which means there&#8217;s new awesomeness in your immediate future. Click the button below to fast-track your way to the awesomeness!', 'thesis');
            ?>
</p>
		<p><input type="submit" class="upgrade_button" id="teh_upgrade" name="upgrade" value="<?php 
            _e('Upgrade Thesis', 'thesis');
            ?>
" /></p>
	</form>
<?php 
        } else {
            thesis_is_css_writable();
            ?>

	<form class="thesis" action="<?php 
            echo admin_url('admin-post.php?action=thesis_design_options');
            ?>
" method="post">
		<div class="options_column">
			<div class="options_module" id="font-selector">
				<h3><?php 
            _e('Fonts, Colors, and More!', 'thesis');
            ?>
</h3>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Body (and Content Area)', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            _e('The font you select here will be the main font on your site. You can tweak individual fonts and sizes below.', 'thesis');
            ?>
</p>
						<p class="form_input add_margin">
							<select id="fonts[families][body]" name="fonts[families][body]" size="1">
<?php 
            foreach ($font_stacks as $font_key => $font) {
                $selected = $fonts['families']['body'] == $font_key ? ' selected="selected"' : '';
                $web_safe = $font['web_safe'] ? ' *' : '';
                echo "<option{$selected} value=\"{$font_key}\">" . $font['name'] . "{$web_safe}</option>\n";
            }
            ?>
							</select>
						</p>
						<p class="tip add_margin"><?php 
            _e('Asterisks (*) denote web-safe fonts.', 'thesis');
            ?>
</p>
						<p><?php 
            _e('<strong class="new">New!</strong> Add some personal flair to your design by using the controls below. This is only a taste of what you can expect in Thesis 2.0, but it should give you a nice start nonetheless. Also, don&#8217;t miss the new color controls that you&#8217;ll find in the other options below!', 'thesis');
            ?>
</p>
						<p class="form_input add_margin">
							<input class="short color" type="text" id="colors[background]" name="colors[background]" value="<?php 
            echo $colors['background'];
            ?>
" maxlength="6" />
							<label class="inline" for="colors[background]"><?php 
            _e('site background color', 'thesis');
            ?>
</label>
						</p>
						<p class="form_input add_margin">
							<input class="short color" type="text" id="colors[page]" name="colors[page]" value="<?php 
            echo $colors['page'];
            ?>
" maxlength="6" />
							<label class="inline" for="colors[page]"><?php 
            _e('page background color', 'thesis');
            ?>
</label>
						</p>
						<p class="form_input add_margin">
							<input class="short color" type="text" id="colors[text]" name="colors[text]" value="<?php 
            echo $colors['text'];
            ?>
" maxlength="6" />
							<label class="inline" for="colors[text]"><?php 
            _e('primary text color', 'thesis');
            ?>
</label>
						</p>
						<p class="form_input add_margin">
							<input class="short color" type="text" id="colors[link]" name="colors[link]" value="<?php 
            echo $colors['link'];
            ?>
" maxlength="6" />
							<label class="inline" for="colors[link]"><?php 
            _e('primary link color', 'thesis');
            ?>
</label>
						</p>
						<p>
						<ul>
							<li><input type="checkbox" id="colors[shadow]" name="colors[shadow]" value="1" <?php 
            if ($colors['shadow']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="colors[shadow]"><?php 
            _e('Add a cool shadow effect to your layout', 'thesis');
            ?>
</label></li>
							<li><input type="checkbox" id="borders[show]" name="borders[show]" value="1" <?php 
            if ($borders['show']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="borders[show]"><?php 
            _e('Show interior layout borders', 'thesis');
            ?>
</label></li>
						</ul>
					</div>
				</div>
<?php 
            $layout_areas = thesis_layout_areas();
            foreach ($layout_areas as $area_key => $area) {
                ?>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
                _e('Show/hide additional information', 'thesis');
                ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
                echo $area['name'];
                ?>
</h4>
					<div class="more_info">
						<p><?php 
                echo $area['intro_text'];
                ?>
</p>
<?php 
                if ($area['define_font']) {
                    ?>
						<p class="form_input add_margin">
							<select id="fonts[families][<?php 
                    echo $area_key;
                    ?>
]" name="fonts[families][<?php 
                    echo $area_key;
                    ?>
]" size="1">
<?php 
                    $selected = !$fonts['families'][$area_key] ? ' selected="selected"' : '';
                    echo "<option{$selected} value=\"\">Inherited from Body</option>\n";
                    foreach ($font_stacks as $font_key => $font) {
                        $selected = $fonts['families'][$area_key] == $font_key ? ' selected="selected"' : '';
                        $web_safe = $font['web_safe'] ? ' *' : '';
                        if ($area_key == 'code') {
                            if ($font['monospace']) {
                                echo "<option{$selected} value=\"{$font_key}\">" . $font['name'] . "{$web_safe}</option>\n";
                            }
                        } else {
                            echo "<option{$selected} value=\"{$font_key}\">" . $font['name'] . "{$web_safe}</option>\n";
                        }
                    }
                    ?>
							</select>
						</p>
<?php 
                }
                ?>
						<p class="form_input add_margin">
							<select id="fonts[sizes][<?php 
                echo $area_key;
                ?>
]" name="fonts[sizes][<?php 
                echo $area_key;
                ?>
]" size="1">
<?php 
                foreach ($area['font_sizes'] as $size) {
                    $selected = $fonts['sizes'][$area_key] == $size ? ' selected="selected"' : '';
                    echo "<option{$selected} value=\"{$size}\">{$size} pt.</option>\n";
                }
                ?>
							</select>
						</p>
<?php 
                $has_secondary = $area['secondary_font'] ? ' add_margin' : '';
                if ($area_key != 'content' && $area_key != 'nav_menu' && $area_key != 'multimedia_box') {
                    echo "<p class=\"form_input{$has_secondary}\">\n\t<input class=\"short color\" type=\"text\" id=\"colors[{$area_key}]\" name=\"colors[{$area_key}]\" value=\"" . $colors[$area_key] . "\" />\n\t<label class=\"inline\" for=\"colors[{$area_key}]\">" . $area['name'] . ' ' . __('text color', 'thesis') . "</label>\n</p>\n";
                }
                if ($area_key == 'nav_menu') {
                    ?>
						<p class="form_input add_margin">
							<input class="short color" type="text" id="nav[link][color]" name="nav[link][color]" value="<?php 
                    echo $nav['link']['color'];
                    ?>
" maxlength="6" />
							<label class="inline" for="nav[link][color]"><?php 
                    _e('link text color', 'thesis');
                    ?>
</label>
						</p>
						<p class="form_input add_margin">
							<input class="short color" type="text" id="nav[link][hover]" name="nav[link][hover]" value="<?php 
                    echo $nav['link']['hover'];
                    ?>
" maxlength="6" />
							<label class="inline" for="nav[link][hover]"><?php 
                    _e('link text hover color', 'thesis');
                    ?>
</label>
						</p>
						<p class="form_input add_margin">
							<input class="short color" type="text" id="nav[link][current]" name="nav[link][current]" value="<?php 
                    echo $nav['link']['current'];
                    ?>
" maxlength="6" />
							<label class="inline" for="nav[link][current]"><?php 
                    _e('current link text color', 'thesis');
                    ?>
</label>
						</p>
						<p class="form_input add_margin">
							<input class="short color" type="text" id="nav[link][parent]" name="nav[link][parent]" value="<?php 
                    echo $nav['link']['parent'];
                    ?>
" maxlength="6" />
							<label class="inline" for="nav[link][parent]"><?php 
                    _e('current parent link text color', 'thesis');
                    ?>
</label>
						</p>
						<p class="form_input add_margin">
							<input class="short color" type="text" id="nav[background][link]" name="nav[background][link]" value="<?php 
                    echo $nav['background']['link'];
                    ?>
" maxlength="6" />
							<label class="inline" for="nav[background][link]"><?php 
                    _e('link background color', 'thesis');
                    ?>
</label>
						</p>
						<p class="form_input add_margin">
							<input class="short color" type="text" id="nav[background][hover]" name="nav[background][hover]" value="<?php 
                    echo $nav['background']['hover'];
                    ?>
" maxlength="6" />
							<label class="inline" for="nav[background][hover]"><?php 
                    _e('hover background color', 'thesis');
                    ?>
</label>
						</p>
						<p class="form_input add_margin">
							<input class="short color" type="text" id="nav[background][current]" name="nav[background][current]" value="<?php 
                    echo $nav['background']['current'];
                    ?>
" maxlength="6" />
							<label class="inline" for="nav[background][current]"><?php 
                    _e('current background color', 'thesis');
                    ?>
</label>
						</p>
						<p class="form_input add_margin">
							<input class="short color" type="text" id="nav[background][parent]" name="nav[background][parent]" value="<?php 
                    echo $nav['background']['parent'];
                    ?>
" maxlength="6" />
							<label class="inline" for="nav[background][parent]"><?php 
                    _e('current parent background color', 'thesis');
                    ?>
</label>
						</p>
						<p class="form_input add_margin">
							<input class="short" type="text" id="nav[border][width]" name="nav[border][width]" value="<?php 
                    echo $nav['border']['width'];
                    ?>
" />
							<label class="inline" for="nav[border][width]"><?php 
                    _e('nav border width (px)', 'thesis');
                    ?>
</label>
						</p>
						<p class="form_input add_margin">
							<input class="short color" type="text" id="nav[border][color]" name="nav[border][color]" value="<?php 
                    echo $nav['border']['color'];
                    ?>
" maxlength="6" />
							<label class="inline" for="nav[border][color]"><?php 
                    _e('nav border color', 'thesis');
                    ?>
</label>
						</p>
						<p class="form_input">
							<input class="short" type="text" id="nav[submenu_width]" name="nav[submenu_width]" value="<?php 
                    echo $nav['submenu_width'];
                    ?>
" />
							<label class="inline" for="nav[submenu_width]"><?php 
                    _e('submenu width (px)', 'thesis');
                    ?>
</label>
						</p>
<?php 
                } elseif ($area_key == 'multimedia_box') {
                    ?>
						<p class="form_input add_margin">
							<input class="short color" type="text" id="multimedia_box[color]" name="multimedia_box[color]" value="<?php 
                    echo $multimedia_box['color'];
                    ?>
" maxlength="6" />
							<label class="inline" for="multimedia_box[color]"><?php 
                    _e('text color', 'thesis');
                    ?>
</label>
						</p>
						<p class="form_input add_margin">
							<input class="short color" type="text" id="multimedia_box[background][image]" name="multimedia_box[background][image]" value="<?php 
                    echo $multimedia_box['background']['image'];
                    ?>
" maxlength="6" />
							<label class="inline" for="multimedia_box[background][image]"><?php 
                    _e('image box background color', 'thesis');
                    ?>
</label>
						</p>
						<p class="form_input add_margin">
							<input class="short color" type="text" id="multimedia_box[background][video]" name="multimedia_box[background][video]" value="<?php 
                    echo $multimedia_box['background']['video'];
                    ?>
" maxlength="6" />
							<label class="inline" for="multimedia_box[background][video]"><?php 
                    _e('video box background color', 'thesis');
                    ?>
</label>
						</p>
						<p class="form_input">
							<input class="short color" type="text" id="multimedia_box[background][code]" name="multimedia_box[background][code]" value="<?php 
                    echo $multimedia_box['background']['code'];
                    ?>
" maxlength="6" />
							<label class="inline" for="multimedia_box[background][code]"><?php 
                    _e('custom box background color', ' thesis');
                    ?>
</label>
						</p>
<?php 
                }
                if ($area['secondary_font']) {
                    ?>
						<p class="label_note"><?php 
                    echo $area['secondary_font']['item_name'];
                    ?>
</p>
						<p><?php 
                    echo $area['secondary_font']['item_intro'];
                    ?>
</p>
						<p class="form_input add_margin">
							<select id="fonts[families][<?php 
                    echo $area['secondary_font']['item_reference'];
                    ?>
]" name="fonts[families][<?php 
                    echo $area['secondary_font']['item_reference'];
                    ?>
]" size="1">
<?php 
                    $selected = !$fonts['families'][$area['secondary_font']['item_reference']] ? ' selected="selected"' : '';
                    echo "<option{$selected} value=\"\">Inherited from " . $area['name'] . "</option>\n";
                    foreach ($font_stacks as $font_key => $font) {
                        $selected = $fonts['families'][$area['secondary_font']['item_reference']] == $font_key ? ' selected="selected"' : '';
                        $web_safe = $font['web_safe'] ? ' *' : '';
                        echo "<option{$selected} value=\"{$font_key}\">" . $font['name'] . "{$web_safe}</option>\n";
                    }
                    ?>
							</select>
						</p>
<?php 
                    if ($area['secondary_font']['item_sizes']) {
                        ?>
						<p class="form_input add_margin">
							<select id="fonts[sizes][<?php 
                        echo $area['secondary_font']['item_reference'];
                        ?>
]" name="fonts[sizes][<?php 
                        echo $area['secondary_font']['item_reference'];
                        ?>
]" size="1">
<?php 
                        foreach ($area['secondary_font']['item_sizes'] as $size) {
                            $selected = $fonts['sizes'][$area['secondary_font']['item_reference']] == $size ? ' selected="selected"' : '';
                            echo "<option{$selected} value=\"{$size}\">{$size} pt.</option>\n";
                        }
                        ?>
							</select>
						</p>
<?php 
                    }
                    echo "<p class=\"form_input\">\n\t<input class=\"short color\" type=\"text\" id=\"colors[" . $area['secondary_font']['item_reference'] . ']" name="colors[' . $area['secondary_font']['item_reference'] . ']" value="' . $colors[$area['secondary_font']['item_reference']] . "\" />\n\t<label class=\"inline\" for=\"colors[" . $area['secondary_font']['item_reference'] . ']">' . $area['secondary_font']['item_name'] . ' ' . __('text color', 'thesis') . "</label>\n</p>\n";
                }
                ?>
					</div>
				</div>
<?php 
            }
            ?>
			</div>
			<div class="options_module" id="javascript-options">
				<h3><?php 
            _e('JavaScript', 'thesis');
            ?>
</h3>
				<div class="module_subsection" id="javascript-libs">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Included <acronym title="JavaScript">JS</acronym> Libraries', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            printf(__('Include cached versions of the most popular <acronym title="JavaScript">JS</acronym> libraries by selecting from the list below. These libraries will be served sitewide, but you can fine-tune your <acronym title="JavaScript">JS</acronym> libraries on any post or page and on <a href="%s">category and tag pages</a>.', 'thesis'), get_bloginfo('wpurl') . '/wp-admin/admin.php?page=thesis-pages');
            ?>
</p>
						<ul>
<?php 
            $thesis_javascript = new thesis_javascript();
            foreach ($thesis_javascript->libs as $lib_name => $lib) {
                $checked = $javascript['libs'][$lib_name] ? ' checked="checked" ' : '';
                echo "\t\t\t\t\t\t\t" . '<li><input type="checkbox" id="javascript[libs][' . $lib_name . ']" name="javascript[libs][' . $lib_name . ']" value="1"' . $checked . '/><label>' . sprintf(__('%1$s <a href="%2$s" target="_blank">[?]</a>', 'thesis'), $lib['name'], $lib['info_url']) . "</label></li>\n";
            }
            ?>
						</ul>
					</div>
				</div>
				<div class="module_subsection" id="javascript-scripts">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Embedded Scripts', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            _e('The scripts you add here will be served after the <acronym title="HyperText Markup Language">HTML</acronym> on <em>every page of your site</em>. This is the preferred position because it prevents the scripts from interrupting the page load.', 'thesis');
            ?>
</p>
						<p class="form_input">
							<label for="javascript[scripts]"><?php 
            _e('JavaScripts (include <code>&lt;script&gt;</code> tags!)', 'thesis');
            ?>
</label>
							<textarea class="scripts" id="javascript[scripts]" name="javascript[scripts]"><?php 
            if ($javascript['scripts']) {
                thesis_massage_code($javascript['scripts']);
            }
            ?>
</textarea>
						</p>
					</div>
				</div>
			</div>
		</div>

		<div class="options_column">
			<div class="options_module" id="layout-constructor">
				<h3><?php 
            _e('Site Layout', 'thesis');
            ?>
</h3>
				<div class="module_subsection" id="html-framework">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('<acronym title="HyperText Markup Language">HTML</acronym> Framework', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            _e('If you&#8217;re customizing your Thesis design, you may wish to employ a different <acronym title="HyperText Markup Language">HTML</acronym> framework in order to better suit your design needs. There are two primary types of frameworks that should accommodate just about any type of design&#8212;<strong>page</strong> and <strong>full-width</strong>. By default, Thesis uses the page framework, but you can change that below.', 'thesis');
            ?>
</p>
						<ul>
							<li><input type="radio" name="layout[framework]" value="page" <?php 
            if ($layout['framework'] != 'full-width') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Page framework', 'thesis');
            ?>
</label></li>
							<li><input type="radio" name="layout[framework]" value="full-width" <?php 
            if ($layout['framework'] == 'full-width') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Full-width framework', 'thesis');
            ?>
</label></li>
						</ul>
					</div>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Outer Page Padding', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            _e('By default, Thesis adds whitespace around your layout for styling purposes. One unit of whitespace is equal to the line height of the text in your content area, and by default, Thesis adds one unit of whitespace around your layout. How many units of whitespace would you like around your layout?', 'thesis');
            ?>
</p>
						<p class="form_input">
							<select id="layout[page_padding]" name="layout[page_padding]" size="1">
<?php 
            for ($k = 0; $k <= 8; $k++) {
                $padding = $k / 2;
                $selected = $layout['page_padding'] == $padding ? ' selected="selected"' : '';
                echo "\t\t\t\t\t\t\t\t<option value=\"{$padding}\"{$selected}>" . number_format($padding, 1) . "</option>\n";
            }
            ?>
							</select>
						</p>
					</div>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Columns', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            _e('Select the number of columns you want in your layout:', 'thesis');
            ?>
</p>
						<p class="form_input add_margin" id="num_columns">
							<select id="layout[columns]" name="layout[columns]" size="1">
								<option value="3"<?php 
            if ($layout['columns'] == 3) {
                echo ' selected="selected"';
            }
            ?>
><?php 
            _e('3 columns', 'thesis');
            ?>
</option>
								<option value="2"<?php 
            if ($layout['columns'] == 2) {
                echo ' selected="selected"';
            }
            ?>
><?php 
            _e('2 columns', 'thesis');
            ?>
</option>
								<option value="1"<?php 
            if ($layout['columns'] == 1) {
                echo ' selected="selected"';
            }
            ?>
><?php 
            _e('1 column', 'thesis');
            ?>
</option>
							</select>
						</p>
						<p><?php 
            _e('Enter a width between 300 and 934 pixels for your <strong>content column</strong>:', 'thesis');
            ?>
</p>
						<p id="width_content" class="form_input">
							<input type="text" class="short" id="layout[widths][content]" name="layout[widths][content]" value="<?php 
            echo $layout['widths']['content'];
            ?>
" />
							<label for="layout[widths][content]" class="inline"><?php 
            _e('px', 'thesis');
            ?>
</label>
						</p>
						<div id="width_sidebar_1">
							<p><?php 
            _e('Enter a width between 60 and 500 pixels for <strong>sidebar 1</strong>:', 'thesis');
            ?>
</p>
							<p class="form_input add_margin">
								<input type="text" class="short" id="layout[widths][sidebar_1]" name="layout[widths][sidebar_1]" value="<?php 
            echo $layout['widths']['sidebar_1'];
            ?>
" />
								<label for="layout[widths][sidebars_1]" class="inline"><?php 
            _e('px (default is 195)', 'thesis');
            ?>
</label>
							</p>
						</div>
						<div id="width_sidebar_2">
							<p><?php 
            _e('Enter a width between 60 and 500 pixels for <strong>sidebar 2</strong>:', 'thesis');
            ?>
</p>
							<p class="form_input add_margin">
								<input type="text" class="short" id="layout[widths][sidebar_2]" name="layout[widths][sidebar_2]" value="<?php 
            echo $layout['widths']['sidebar_2'];
            ?>
" />
								<label for="layout[widths][sidebar_2]" class="inline"><?php 
            _e('px (default is 195)', 'thesis');
            ?>
</label>
							</p>
						</div>
					</div>
				</div>
				<div class="module_subsection" id="column_order">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Column Order', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<ul class="column_structure" id="order_3_col">
							<li>
								<input type="radio" name="layout[order]" value="normal" <?php 
            if ($layout['order'] == 'normal' && $layout['columns'] == 3) {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Content, Sidebar 1, Sidebar 2 <span>&darr;</span>', 'thesis');
            ?>
</label>
								<p><span class="col_content">Content</span><span class="col_sidebar">S1</span><span class="col_sidebar no_margin">S2</span></p>
							</li>
							<li>
								<input type="radio" name="layout[order]" value="invert" <?php 
            if ($layout['order'] == 'invert') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Sidebar 1, Content, Sidebar 2 <span>&darr;</span>', 'thesis');
            ?>
</label>
								<p><span class="col_sidebar">S1</span><span class="col_content">Content</span><span class="col_sidebar no_margin">S2</span></p>
							</li>
							<li>
								<input type="radio" name="layout[order]" value="0" <?php 
            if (!$layout['order'] && $layout['columns'] == 3) {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Sidebar 1, Sidebar 2, Content <span>&darr;</span>', 'thesis');
            ?>
</label>
								<p><span class="col_sidebar">S1</span><span class="col_sidebar">S2</span><span class="col_content no_margin">Content</span></p>
							</li>
						</ul>
						<ul class="column_structure" id="order_2_col">
							<li>
								<input type="radio" name="layout[order]" value="normal" <?php 
            if ($layout['order'] == 'normal' && $layout['columns'] == 2) {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Content, Sidebar 1 <span>&darr;</span>', 'thesis');
            ?>
</label>
								<p><span class="col_content">Content</span><span class="col_sidebar">S1</span></p>
							</li>
							<li>
								<input type="radio" name="layout[order]" value="0" <?php 
            if (!$layout['order'] && $layout['columns'] == 2) {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Sidebar 1, Content <span>&darr;</span>', 'thesis');
            ?>
</label>
								<p><span class="col_sidebar">S1</span><span class="col_content no_margin">Content</span></p>
							</li>
						</ul>
					</div>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Custom Stylesheet', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            _e('If you want to make stylistic changes with <acronym title="Cascading Style Sheet">CSS</acronym>, you should use the Thesis custom stylesheet to do so.', 'thesis');
            ?>
</p>
<?php 
            if (!file_exists(THESIS_CUSTOM)) {
                echo '<p class="tip add_margin">' . __('Your custom stylesheet <strong>will not work</strong> until you rename your <code>/custom-sample</code> folder to <code>/custom</code>.', 'thesis') . "</p>\n";
            }
            ?>
						<ul>
							<li><input type="checkbox" id="layout[custom]" name="layout[custom]" value="1" <?php 
            if ($layout['custom']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="layout[custom]"><?php 
            _e('Use custom stylesheet', 'thesis');
            ?>
</label></li>
						</ul>
					</div>
				</div>
			</div>
			<div class="options_module" id="post-image-options">
				<h3><?php 
            _e('Post Images and Thumbnails', 'thesis');
            ?>
</h3>
				<div class="module_subsection" id="post-images">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Default Post Image Settings', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            _e('Post images are a perfect way to add more visual punch to your site. To use them, simply specify a post image in the appropriate field on the post editing screen. During the normal stream of content, post images will display full-size, and by default, they will be automatically cropped into smaller thumbnail images for use in other areas (like teasers and excerpts).', 'thesis');
            ?>
</p>
						<p><?php 
            _e('Don&#8217;t want Thesis to auto-crop your thumbnails? No worries&#8212;you can override this by uploading your own thumbnail image on <em>any</em> post or page. Also, it&#8217;s worth noting that you can override <em>all</em> of the settings below on the post editing screen.', 'thesis');
            ?>
</p>
						<p class="label_note"><?php 
            _e('Horizontal position', 'thesis');
            ?>
</p>
						<ul class="add_margin">
							<li><input type="radio" name="image[post][x]" value="flush" <?php 
            if ($image['post']['x'] == 'flush') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Flush left with no text wrap', 'thesis');
            ?>
</label></li>
							<li><input type="radio" name="image[post][x]" value="left" <?php 
            if ($image['post']['x'] == 'left') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Left with text wrap', 'thesis');
            ?>
</label></li>
							<li><input type="radio" name="image[post][x]" value="right" <?php 
            if ($image['post']['x'] == 'right') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Right with text wrap', 'thesis');
            ?>
</label></li>
							<li><input type="radio" name="image[post][x]" value="center" <?php 
            if ($image['post']['x'] == 'center') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Centered (no wrap)', 'thesis');
            ?>
</label></li>
						</ul>
						<p class="label_note"><?php 
            _e('Vertical position', 'thesis');
            ?>
</p>
						<ul class="add_margin">
							<li><input type="radio" name="image[post][y]" value="before-headline" <?php 
            if ($image['post']['y'] == 'before-headline') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Above headline', 'thesis');
            ?>
</label></li>
							<li><input type="radio" name="image[post][y]" value="after-headline" <?php 
            if ($image['post']['y'] == 'after-headline') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Below headline', 'thesis');
            ?>
</label></li>
							<li><input type="radio" name="image[post][y]" value="before-post" <?php 
            if ($image['post']['y'] == 'before-post') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Before post/page content', 'thesis');
            ?>
</label></li>
						</ul>
						<ul>
							<li><input type="checkbox" id="image[post][frame]" name="image[post][frame]" value="1" <?php 
            if ($image['post']['frame'] == 'on') {
                echo 'checked="checked" ';
            }
            ?>
/><label for="image[post][frame]"><?php 
            _e('Add a frame to post images', 'thesis');
            ?>
</label></li>
							<li><input type="checkbox" id="image[post][single]" name="image[post][single]" value="1" <?php 
            if ($image['post']['single']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="image[post][single]"><?php 
            _e('Show images on single entry pages', 'thesis');
            ?>
</label></li>
							<li><input type="checkbox" id="image[post][archives]" name="image[post][archives]" value="1" <?php 
            if ($image['post']['archives']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="image[post][archives]"><?php 
            _e('Show images on archives pages', 'thesis');
            ?>
</label></li>
						</ul>
					</div>
				</div>
				<div class="module_subsection" id="thumbnail-images">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Default Thumbnail Settings', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p class="label_note"><?php 
            _e('Horizontal position', 'thesis');
            ?>
</p>
						<ul class="add_margin">
							<li><input type="radio" name="image[thumb][x]" value="flush" <?php 
            if ($image['thumb']['x'] == 'flush') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Flush left with no text wrap', 'thesis');
            ?>
</label></li>
							<li><input type="radio" name="image[thumb][x]" value="left" <?php 
            if ($image['thumb']['x'] == 'left') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Left with text wrap', 'thesis');
            ?>
</label></li>
							<li><input type="radio" name="image[thumb][x]" value="right" <?php 
            if ($image['thumb']['x'] == 'right') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Right with text wrap', 'thesis');
            ?>
</label></li>
							<li><input type="radio" name="image[thumb][x]" value="center" <?php 
            if ($image['thumb']['x'] == 'center') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Centered (no wrap)', 'thesis');
            ?>
</label></li>
						</ul>
						<p class="label_note"><?php 
            _e('Vertical position', 'thesis');
            ?>
</p>
						<ul class="add_margin">
							<li><input type="radio" name="image[thumb][y]" value="before-headline" <?php 
            if ($image['thumb']['y'] == 'before-headline') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Above headline', 'thesis');
            ?>
</label></li>
							<li><input type="radio" name="image[thumb][y]" value="after-headline" <?php 
            if ($image['thumb']['y'] == 'after-headline') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Below headline', 'thesis');
            ?>
</label></li>
							<li><input type="radio" name="image[thumb][y]" value="before-post" <?php 
            if ($image['thumb']['y'] == 'before-post') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Before post/page content', 'thesis');
            ?>
</label></li>
						</ul>
						<ul class="add_margin">
							<li><input type="checkbox" id="image[thumb][frame]" name="image[thumb][frame]" value="1" <?php 
            if ($image['thumb']['frame'] == 'on') {
                echo 'checked="checked" ';
            }
            ?>
/><label for="image[thumb][frame]"><?php 
            _e('Add a frame to thumbnail images', 'thesis');
            ?>
</label></li>
						</ul>
						<p><?php 
            _e('If you do not supply a thumbnail image on a particular post (in addition to or in place of a post image), the post image that you upload will be auto-cropped to these dimensions and re-saved for use as a thumbnail:', 'thesis');
            ?>
</p>
						<p class="form_input add_margin">
							<input type="text" class="short" id="image[thumb][width]" name="image[thumb][width]" value="<?php 
            if ($image['thumb']['width']) {
                echo $image['thumb']['width'];
            }
            ?>
" />
							<label for="image[thumb][width]" class="inline"><?php 
            _e('default thumbnail width', 'thesis');
            ?>
</label>
						</p>
						<p class="form_input">
							<input type="text" class="short" id="image[thumb][height]" name="image[thumb][height]" value="<?php 
            if ($image['thumb']['height']) {
                echo $image['thumb']['height'];
            }
            ?>
" />
							<label for="image[thumb][height]" class="inline"><?php 
            _e('default thumbnail height', 'thesis');
            ?>
</label>
						</p>
					</div>
				</div>
			</div>
			<div class="options_module" id="teaser-options">
				<h3><?php 
            _e('Teasers', 'thesis');
            ?>
</h3>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Teaser Display Options');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            _e('Pick and choose what you want your teasers to display! Drag and drop the elements to change the order in which they appear on your site.', 'thesis');
            ?>
</p>
						<ul id="teaser_content" class="sortable">
<?php 
            foreach ($teasers['options'] as $teaser_item => $teaser) {
                $checked = $teaser['show'] ? ' checked="checked"' : '';
                if ($teaser_item == 'date') {
                    $id = 'teasers_date_show';
                } elseif ($teaser_item == 'link') {
                    $id = 'teasers_link_show';
                } else {
                    $id = "teasers[options][{$teaser_item}][show]";
                }
                echo "\t\t\t\t\t\t\t\t<li><input type=\"checkbox\" class=\"checkbox\" id=\"{$id}\" name=\"teasers[options][{$teaser_item}][show]\" value=\"1\"{$checked} /> " . $teaser['name'] . "<input type=\"hidden\" name=\"teasers[options][{$teaser_item}][name]\" value=\"" . $teaser['name'] . "\" /></li>\n";
            }
            ?>
						</ul>
					</div>
				</div>
				<div class="module_subsection" id="teaser_date_format">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Teaser Date Format', 'thesis');
            ?>
</h4>
					<ul class="more_info">
						<li><input type="radio" name="teasers[date][format]" value="standard" <?php 
            if ($teasers['date']['format'] == 'standard') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            echo date('F j, Y');
            ?>
</label></li>
						<li><input type="radio" name="teasers[date][format]" value="no_comma" <?php 
            if ($teasers['date']['format'] == 'no_comma') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            echo date('j F Y');
            ?>
</label></li>
						<li><input type="radio" name="teasers[date][format]" value="numeric" <?php 
            if ($teasers['date']['format'] == 'numeric') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            echo date('m.d.Y');
            ?>
</label></li>
						<li><input type="radio" name="teasers[date][format]" value="reversed" <?php 
            if ($teasers['date']['format'] == 'reversed') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            echo date('d.m.Y');
            ?>
</label></li>
						<li><input type="radio" name="teasers[date][format]" value="custom" <?php 
            if ($teasers['date']['format'] == 'custom') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('Custom: ', 'thesis');
            ?>
 <input type="text" class="date_entry" name="teasers[date][custom]" value="<?php 
            echo $teasers['date']['custom'];
            ?>
" /> <a href="http://us.php.net/manual/en/function.date.php" target="_blank" title="See the full list of PHP date formats">[?]</a></label></li>
					</ul>
				</div>
				<div class="module_subsection" id="teaser_link">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Link to Full Article', 'thesis');
            ?>
</h4>
					<p class="more_info form_input">
						<input type="text" id="teasers[link_text]" name="teasers[link_text]" value="<?php 
            echo urldecode($teasers['link_text']);
            ?>
" />
						<label for="teasers[link_text]"><?php 
            _e('link display text', 'thesis');
            ?>
</label>
					</p>
				</div>
				<div class="module_subsection" id="teaser_fonts">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Teaser Font Sizes', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            _e('Use the controls below to fine-tune the font sizes of your teaser elements.', 'thesis');
            ?>
</p>
<?php 
            $teaser_areas = thesis_teaser_areas();
            $area_count = 1;
            foreach ($teaser_areas as $teaser_area => $available_sizes) {
                $add_margin = $area_count == count($teaser_areas) ? '' : ' add_margin';
                ?>
						<p class="form_input<?php 
                echo $add_margin;
                ?>
">
							<select id="teasers[font_sizes][<?php 
                echo $teaser_area;
                ?>
]" name="teasers[font_sizes][<?php 
                echo $teaser_area;
                ?>
]" size="1">
<?php 
                foreach ($available_sizes as $available_size) {
                    $selected = $teasers['font_sizes'][$teaser_area] == $available_size ? ' selected="selected"' : '';
                    echo "\t\t\t\t\t\t\t\t\t<option value=\"{$available_size}\"{$selected}>{$available_size} pt.</option>\n";
                }
                ?>
							</select>
							<label for="teasers[font_sizes][<?php 
                echo $teaser_area;
                ?>
]"><?php 
                _e($teasers['options'][$teaser_area]['name'] . ' font size', 'thesis');
                ?>
</label>
						</p>
<?php 
                $area_count++;
            }
            ?>
					</div>
				</div>
			</div>
		</div>

		<div class="options_column">
			<div class="options_module button_module">
				<input type="submit" class="save_button" id="design_submit" name="submit" value="<?php 
            thesis_save_button_text();
            ?>
" />
			</div>
			<div class="options_module" id="comment-options">
				<h3><?php 
            _e('Comment Options', 'thesis');
            ?>
</h3>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Display Settings', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            _e('Select the elements that you&#8217;d like to display, and then drag and drop them into the order that you want!', 'thesis');
            ?>
</p>
						<ul id="comment_elements" class="sortable">
<?php 
            foreach ($comments as $element_name => $element) {
                $checked = $element['show'] ? ' checked="checked"' : '';
                echo "\t\t\t\t\t\t\t\t<li><input type=\"checkbox\" class=\"checkbox\" id=\"comments[{$element_name}][show]\" name=\"comments[{$element_name}][show]\" value=\"1\"{$checked} /> " . $element['title'] . "<input type=\"hidden\" name=\"comments[{$element_name}][title]\" value=\"" . $element['title'] . "\" /></li>\n";
            }
            ?>
						</ul>
					</div>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Comments', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<div class="mini_module indented_module" id="comment_meta_module">
							<h5 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Comment Meta', 'thesis');
            ?>
</h5>
							<div class="more_info">
								<ul id="comment_meta_elements" class="sortable add_margin">
<?php 
            foreach ($comments['comments']['options']['meta'] as $element_name => $element) {
                $checked = $element['show'] ? ' checked="checked"' : '';
                echo "\t\t\t\t\t\t\t\t<li><input type=\"checkbox\" class=\"checkbox\" id=\"comments[comments][options][meta][{$element_name}][show]\" name=\"comments[comments][options][meta][{$element_name}][show]\" value=\"1\"{$checked} /> " . $element['title'] . "<input type=\"hidden\" name=\"comments[comments][options][meta][{$element_name}][title]\" value=\"" . $element['title'] . "\" /></li>\n";
            }
            ?>
								</ul>
								<p class="form_input add_margin">
									<input type="text" class="short" id="comments[comments][options][meta][avatar][options][size]" name="comments[comments][options][meta][avatar][options][size]" value="<?php 
            echo $comments['comments']['options']['meta']['avatar']['options']['size'];
            ?>
" />
									<label for="comments[comments][options][meta][avatar][options][size]"><?php 
            _e('Set your avatar size (between 1 and 96 px)', 'thesis');
            ?>
</label>
								</p>
								<ul class="add_margin">
									<li><input type="checkbox" id="comments[comments][options][meta][date][options][time]" name="comments[comments][options][meta][date][options][time]" value="1" <?php 
            if ($comments['comments']['options']['meta']['date']['options']['time']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="comments[comments][options][meta][date][options][time]"><?php 
            _e('Show comment time', 'thesis');
            ?>
</label></li></li>
								</ul>
								<p class="form_input">
									<input type="text" class="short" id="comments[comments][options][meta][date][options][date_format]" name="comments[comments][options][meta][date][options][date_format]" value="<?php 
            echo $comments['comments']['options']['meta']['date']['options']['date_format'];
            ?>
" />
									<label for="comments[comments][options][meta][date][options][date_format]"><?php 
            _e('Comment date format', 'thesis');
            ?>
 <a href="http://us.php.net/manual/en/function.date.php" target="_blank" title="See the full list of PHP date formats">[?]</a></label>
								</p>
							</div>
						</div>
						<div class="mini_module indented_module" id="comment_body_module">
							<h5 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Comment Body', 'thesis');
            ?>
</h5>
							<div class="more_info">
								<ul id="comment_body_elements" class="sortable">
<?php 
            foreach ($comments['comments']['options']['body'] as $element_name => $element) {
                $checked = $element['show'] ? ' checked="checked"' : '';
                echo "\t\t\t\t\t\t\t\t<li><input type=\"checkbox\" class=\"checkbox\" id=\"comments[comments][options][body][{$element_name}][show]\" name=\"comments[comments][options][body][{$element_name}][show]\" value=\"1\"{$checked} /> " . $element['title'] . "<input type=\"hidden\" name=\"comments[comments][options][body][{$element_name}][title]\" value=\"" . $element['title'] . "\" /></li>\n";
            }
            ?>
								</ul>
							</div>
						</div>
					</div>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Trackbacks', 'thesis');
            ?>
</h4>
					<div class="control_box more_info">
						<ul class="control">
							<li><input type="checkbox" id="comments[trackbacks][options][date]" name="comments[trackbacks][options][date]" value="1" <?php 
            if ($comments['trackbacks']['options']['date']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="comments[trackbacks][options][date]"><?php 
            _e('Show trackback date', 'thesis');
            ?>
</label></li>
						</ul>
						<div class="dependent">
							<p class="form_input">
								<input type="text" class="short" id="comments[trackbacks][options][date_format]" name="comments[trackbacks][options][date_format]" value="<?php 
            echo $comments['trackbacks']['options']['date_format'];
            ?>
" />
								<label for="comments[trackbacks][options][date_format]"><?php 
            _e('Trackback date format', 'thesis');
            ?>
 <a href="http://us.php.net/manual/en/function.date.php" target="_blank" title="See the full list of PHP date formats">[?]</a></label>
							</p>
						</div>
					</div>
				</div>
			</div>
			<div class="options_module" id="thesis-multimedia-box">
				<h3><?php 
            _e('Multimedia Box', 'thesis');
            ?>
</h3>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Default Settings', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            _e('The default multimedia box setting applies to your home page, archive pages (category, tag, date-based, and author-based), search pages, and 404 pages. You can override the default setting on any individual post or page by utilizing the multimedia box controls on the post editing screen.', 'thesis');
            ?>
</p>
						<p class="form_input" id="multimedia_select">
							<select id="multimedia_box[status]" name="multimedia_box[status]" size="1">
								<option value="0"<?php 
            if (!$multimedia_box['status']) {
                echo ' selected="selected"';
            }
            ?>
><?php 
            _e('Do not show box', 'thesis');
            ?>
</option>
								<option value="image"<?php 
            if ($multimedia_box['status'] == 'image') {
                echo ' selected="selected"';
            }
            ?>
><?php 
            _e('Rotating images', 'thesis');
            ?>
</option>
								<option value="video"<?php 
            if ($multimedia_box['status'] == 'video') {
                echo ' selected="selected"';
            }
            ?>
><?php 
            _e('Embed a video', 'thesis');
            ?>
</option>
								<option value="custom"<?php 
            if ($multimedia_box['status'] == 'custom') {
                echo ' selected="selected"';
            }
            ?>
><?php 
            _e('Custom code', 'thesis');
            ?>
</option>
							</select>
						</p>
						<p class="tip" id="no_box_tip"><?php 
            _e('Remember, even though you&#8217;ve disabled the multimedia box here, you can activate it on single posts or pages by using the multimedia box options on the post editing screen.', 'thesis');
            ?>
</p>
						<p class="tip" id="image_tip"><?php 
            printf(__('Any images you upload to your <a href="%s">rotator folder</a> will automatically appear in the list below.', 'thesis'), THESIS_ROTATOR_FOLDER);
            ?>
</p>
						<div class="mini_module" id="image_alt_module">
							<h5><?php 
            _e('Define Image Alt Tags and Links', 'thesis');
            ?>
</h5>
							<p><?php 
            _e('It&#8217;s a good practice to add descriptive alt tags to every image you place on your site. Use the input fields below to add customized alt tags to your rotating images.', 'thesis');
            ?>
</p>
	<?php 
            $rotator_dir = opendir(THESIS_ROTATOR);
            while (($file = readdir($rotator_dir)) !== false) {
                if (strpos($file, '.jpg') || strpos($file, '.jpeg') || strpos($file, '.png') || strpos($file, '.gif')) {
                    $images[$file] = THESIS_ROTATOR_FOLDER . '/' . $file;
                }
            }
            $image_count = 1;
            if ($images) {
                foreach ($images as $image => $image_url) {
                    ?>
							<div class="toggle_box">
								<p class="form_input add_margin">
									<input type="text" class="text_input" id="multimedia_box[alt_tags][<?php 
                    echo $image;
                    ?>
]" name="multimedia_box[alt_tags][<?php 
                    echo $image;
                    ?>
]" value="<?php 
                    if ($multimedia_box['alt_tags'][$image]) {
                        echo stripslashes($multimedia_box['alt_tags'][$image]);
                    }
                    ?>
" />
									<label for="multimedia_box[alt_tags][<?php 
                    echo $image;
                    ?>
]"><?php 
                    _e('alt text for ' . $image . ' &nbsp; <a href="' . $image_url . '" target="_blank">view</a>', 'thesis');
                    ?>
 &nbsp; <a class="switch" href=""><?php 
                    _e('[+] add link', 'thesis');
                    ?>
</a></label>
								</p>
								<p class="form_input dependent indented<?php 
                    if ($image_count < count($images)) {
                        echo ' add_margin';
                    }
                    ?>
">
									<input type="text" class="text_input" id="multimedia_box[link_urls][<?php 
                    echo $image;
                    ?>
]" name="multimedia_box[link_urls][<?php 
                    echo $image;
                    ?>
]" value="<?php 
                    if ($multimedia_box['link_urls'][$image]) {
                        echo $multimedia_box['link_urls'][$image];
                    }
                    ?>
" />
									<label for="multimedia_box[link_urls][<?php 
                    echo $image;
                    ?>
]"><?php 
                    _e('link <acronym title="Uniform Resource Locator">URL</acronym> for ' . $image . ' (including &#8216;http://&#8217;)', 'thesis');
                    ?>
</label>
								</p>
							</div>
	<?php 
                    $image_count++;
                }
            } else {
                ?>
							<p class="form_input"><?php 
                printf(__('You don&#8217;t have any images to rotate! Try adding some images to your <a href="%s">rotator folder</a>, and then come back here to edit your alt tags.', 'thesis'), THESIS_ROTATOR_FOLDER);
                ?>
</p>
	<?php 
            }
            ?>
						</div>
						<div class="mini_module" id="video_code_module">
							<h5><?php 
            _e('Embedded Video Code', 'thesis');
            ?>
</h5>
							<p><?php 
            _e('Place your video embed code in the box below, and it will appear in the multimedia box by default.', 'thesis');
            ?>
</p>
							<p class="form_input">
								<label for="multimedia_box[video]"><?php 
            _e('Video embed code', 'thesis');
            ?>
</label>
								<textarea id="multimedia_box[video]" name="multimedia_box[video]"><?php 
            if ($multimedia_box['video']) {
                thesis_massage_code($multimedia_box['video']);
            }
            ?>
</textarea>
							</p>
						</div>
						<div class="mini_module" id="custom_code_module">
							<h5><?php 
            _e('Custom Multimedia Box Code', 'thesis');
            ?>
</h5>
							<p><?php 
            _e('You&#8217;ve now activated the special multimedia box hook, <code>thesis_hook_multimedia_box</code>, and you can use this to make the multimedia box do just about anything via your custom functions file, <code>custom_functions.php</code>.', 'thesis');
            ?>
</p>
							<p><?php 
            _e('If you like, you can override this hook by placing your own custom <acronym title="HyperText Markup Language">HTML</acronym> in the box below. Even if you do this, you can still access the hook on any post or page by selecting the &#8220;Access the Multimedia Box Hook&#8221; checkbox on the post editing screen.', 'thesis');
            ?>
</p>
							<p class="form_input">
								<label for="multimedia_box[code]"><?php 
            _e('Custom multimedia box code', 'thesis');
            ?>
</label>
								<textarea id="multimedia_box[code]" name="multimedia_box[code]"><?php 
            if ($multimedia_box['code']) {
                thesis_massage_code($multimedia_box['code']);
            }
            ?>
</textarea>
							</p>
						</div>
					</div>
				</div>
			</div>
			<div class="options_module" id="feature-box">
				<h3><?php 
            _e('Feature Box', 'thesis');
            ?>
</h3>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Placement', 'thesis');
            ?>
</h4>
					<div class="more_info">
						<p><?php 
            _e('Select a placement setting below, and then depending on your site&#8217;s configuration, you&#8217;ll be presented with different options for managing your feature box.', 'thesis');
            ?>
</p>
						<p class="form_input" id="feature_select">
							<select id="feature_box[position]" name="feature_box[position]" size="1">
								<option value="0"<?php 
            if (!$feature_box['position']) {
                echo ' selected="selected"';
            }
            ?>
><?php 
            _e('Do not use feature box', 'thesis');
            ?>
</option>
								<option value="content"<?php 
            if ($feature_box['position'] == 'content') {
                echo ' selected="selected"';
            }
            ?>
><?php 
            _e('In your content column', 'thesis');
            ?>
</option>
								<option value="full-content"<?php 
            if ($feature_box['position'] == 'full-content') {
                echo ' selected="selected"';
            }
            ?>
><?php 
            _e('Full-width above content and sidebars', 'thesis');
            ?>
</option>
								<option value="full-header"<?php 
            if ($feature_box['position'] == 'full-header') {
                echo ' selected="selected"';
            }
            ?>
><?php 
            _e('Full-width above header area', 'thesis');
            ?>
</option>
							</select>
						</p>
						<div id="feature_box_radio">
							<p class="label_note"><?php 
            _e('Show feature box&hellip;', 'thesis');
            ?>
</p>
							<ul>
<?php 
            if (get_option('show_on_front') == 'page') {
                ?>
								<li><input type="radio" name="feature_box[status]" value="front" <?php 
                if ($feature_box['status'] == 'front') {
                    echo 'checked="checked" ';
                }
                ?>
/><label><?php 
                _e('on front page <em>only</em>', 'thesis');
                ?>
</label></li>
								<li><input type="radio" name="feature_box[status]" value="0" <?php 
                if (!$feature_box['status']) {
                    echo 'checked="checked" ';
                }
                ?>
/><label><?php 
                _e('on blog page <em>only</em>', 'thesis');
                ?>
</label></li>
								<li><input type="radio" name="feature_box[status]" value="front-and-blog" <?php 
                if ($feature_box['status'] == 'front-and-blog') {
                    echo 'checked="checked" ';
                }
                ?>
/><label><?php 
                _e('on front page and blog page', 'thesis');
                ?>
</label></li>
<?php 
            } else {
                ?>
								<li><input type="radio" name="feature_box[status]" value="0" <?php 
                if (!$feature_box['status']) {
                    echo 'checked="checked" ';
                }
                ?>
/><label><?php 
                _e('on home page <em>only</em>', 'thesis');
                ?>
</label></li>
<?php 
            }
            ?>
								<li><input type="radio" name="feature_box[status]" value="sitewide" <?php 
            if ($feature_box['status'] == 'sitewide') {
                echo 'checked="checked" ';
            }
            ?>
/><label><?php 
            _e('sitewide', 'thesis');
            ?>
</label></li>
							</ul>
						</div>
						<div id="feature_box_content_position">
							<p class="label_note"><?php 
            _e('Display feature box after post&hellip;', 'thesis');
            ?>
</p>
							<p class="form_input">
								<select id="feature_box[after_post]" name="feature_box[after_post]" size="1">
									<option value="0"<?php 
            if (!$feature_box['after_post']) {
                echo ' selected="selected"';
            }
            ?>
><?php 
            _e('Above all posts');
            ?>
</option>
<?php 
            $available_posts = $thesis_pages->home['body']['content']['features'];
            for ($j = 1; $j <= $available_posts; $j++) {
                $selected = $feature_box['after_post'] == $j ? ' selected="selected"' : '';
                echo "\t\t\t\t\t\t\t\t<option value=\"{$j}\"{$selected}>{$j}</option>\n";
            }
            ?>
								</select>
							</p>
						</div>
					</div>
				</div>
				<div class="module_subsection" id="feature_box_display">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Display Options', 'thesis');
            ?>
</h4>
					<p class="more_info"><?php 
            _e('Right now, the only thing you can do with your shiny new feature box is access a hook, <code>thesis_hook_feature_box</code>. Expect your display options to improve dramatically in a future release!', 'thesis');
            ?>
</p>
				</div>
			</div>
		</div>
	</form>
<?php 
        }
        ?>
</div>
<?php 
    }
Esempio n. 8
0
    function options_page()
    {
        global $thesis_site, $thesis_design, $thesis_pages;
        $thesis_javascript = new thesis_javascript();
        $thesis_categories =& get_categories('type=post&orderby=name');
        #wp
        $thesis_tags =& get_tags();
        #wp
        $home = $thesis_pages->home;
        $categories = $thesis_pages->categories;
        $tags = $thesis_pages->tags;
        $rtl = get_bloginfo('text_direction') == 'rtl' ? ' rtl' : '';
        #wp
        echo "<div id=\"thesis_options\" class=\"wrap{$rtl}\">\n";
        thesis_version_indicator();
        thesis_options_title(__('Thesis Page Options', 'thesis'), true);
        thesis_options_nav();
        thesis_options_status_check();
        ?>
	<form class="thesis" action="<?php 
        echo admin_url('admin-post.php?action=thesis_pages');
        ?>
" method="post">
		<div class="options_column">
			<div class="options_module" id="home-page-options">
				<h3><?php 
        _e('Home Page Options', 'thesis');
        ?>
</h3>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
        _e('Show/hide additional information', 'thesis');
        ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
        _e('Document Head', 'thesis');
        ?>
 <code>&lt;head&gt;</code></h4>
					<div class="more_info">
						<p class="form_input add_margin">
							<input type="text" class="text_input" id="home[head][title]" name="home[head][title]" value="<?php 
        if ($home['head']['title']) {
            echo urldecode($home['head']['title']);
        }
        ?>
" />
							<label for="home[head][title]"><?php 
        _e('home page <code>&lt;title&gt;</code> tag', 'thesis');
        ?>
</label>
						</p>
						<p class="form_input add_margin">
							<label for="home[head][meta][description]"><?php 
        _e('home page <code>&lt;meta&gt;</code> description', 'thesis');
        ?>
</label>
							<textarea class="scripts" id="home[head][meta][description]" name="home[head][meta][description]"><?php 
        if ($home['head']['meta']['description']) {
            echo urldecode($home['head']['meta']['description']);
        }
        ?>
</textarea>
						</p>
						<p class="form_input add_margin">
							<input type="text" class="text_input" id="home[head][meta][keywords]" name="home[head][meta][keywords]" value="<?php 
        if ($home['head']['meta']['keywords']) {
            echo urldecode($home['head']['meta']['keywords']);
        }
        ?>
" />
							<label for="home[head][meta][keywords]"><?php 
        _e('home page <code>&lt;meta&gt;</code> keywords', 'thesis');
        ?>
</label>
						</p>
						<ul>
							<li><input type="checkbox" id="home[head][meta][robots][noindex]" name="home[head][meta][robots][noindex]" value="1" <?php 
        if ($home['head']['meta']['robots']['noindex']) {
            echo 'checked="checked" ';
        }
        ?>
/><label for="home[head][meta][robots][noindex]"><?php 
        _e('Add <code>noindex</code> to this page', 'thesis');
        ?>
</label></li>
							<li><input type="checkbox" id="home[head][meta][robots][nofollow]" name="home[head][meta][robots][nofollow]" value="1" <?php 
        if ($home['head']['meta']['robots']['nofollow']) {
            echo 'checked="checked" ';
        }
        ?>
/><label for="home[head][meta][robots][nofollow]"><?php 
        _e('Add <code>nofollow</code> to this page', 'thesis');
        ?>
</label></li>
							<li><input type="checkbox" id="home[head][meta][robots][noarchive]" name="home[head][meta][robots][noarchive]" value="1" <?php 
        if ($home['head']['meta']['robots']['noarchive']) {
            echo 'checked="checked" ';
        }
        ?>
/><label for="home[head][meta][robots][noarchive]"><?php 
        _e('Add <code>noarchive</code> to this page', 'thesis');
        ?>
</label></li>
						</ul>
					</div>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
        _e('Show/hide additional information', 'thesis');
        ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
        _e('Home Page Display', 'thesis');
        ?>
</h4>
					<div class="more_info">
						<p><?php 
        printf(__('Below, you can select the number of &#8220;featured&#8221; posts to show (normal format) on your home page, and the rest of your posts will be displayed as teasers. In this context, teasers are simply boxes that take up half the width of your content area and contain whatever you specify in your <a href="%s">Teaser Display Options</a>.', 'thesis'), get_bloginfo('wpurl') . '/wp-admin/admin.php?page=thesis-design-options#teaser-options');
        ?>
</p>
						<p class="label_note"><?php 
        _e('Number of featured posts to show', 'thesis');
        ?>
</p>
						<p class="form_input add_margin">
							<select id="home[body][content][features]" name="home[body][content][features]" size="1">
<?php 
        $posts_per_page = get_option('posts_per_page');
        if ($home['body']['content']['features'] > $posts_per_page) {
            $home['body']['content']['features'] = $posts_per_page;
        }
        for ($i = 0; $i <= $posts_per_page; $i++) {
            $selected = $home['body']['content']['features'] == $i ? ' selected="selected"' : '';
            echo "\t\t\t\t\t\t\t\t\t<option value=\"{$i}\"{$selected}>{$i}</option>\n";
        }
        ?>
							</select>
						</p>
						<p class="tip"><?php 
        _e('<strong>Tip:</strong> To turn off teasers entirely, simply choose the largest value from the dropdown list above&#8212;that way, <em>all</em> your posts will be shown as features.', 'thesis');
        ?>
</p>
					</div>
				</div>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
        _e('Show/hide additional information', 'thesis');
        ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
        _e('JavaScript', 'thesis');
        ?>
</h4>
					<div class="more_info">
						<ul class="add_margin">
<?php 
        foreach ($thesis_javascript->libs as $lib_name => $lib) {
            $checked = $home['javascript']['libs'][$lib_name] && !$thesis_design->javascript['libs'][$lib_name] || !isset($home['javascript']['libs'][$lib_name]) && $thesis_design->javascript['libs'][$lib_name] || $home['javascript']['libs'][$lib_name] && $thesis_design->javascript['libs'][$lib_name] ? ' checked="checked" ' : '';
            echo "\t\t\t\t\t\t\t\t\t" . '<li><input type="checkbox" id="home[javascript][libs][' . $lib_name . ']" name="home[javascript][libs][' . $lib_name . ']" value="1"' . $checked . '/><label>' . sprintf(__('%1$s library <a href="%2$s" target="_blank">[?]</a>', 'thesis'), $lib['name'], $lib['info_url']) . "</label></li>\n";
        }
        ?>
						</ul>
						<p class="form_input">
							<label for="home[javascript][scripts]"><?php 
        _e('JavaScripts (include <code>&lt;script&gt;</code> tags!)', 'thesis');
        ?>
</label>
							<textarea class="scripts" id="home[javascript][scripts]" name="home[javascript][scripts]"><?php 
        if ($home['javascript']['scripts']) {
            thesis_massage_code($home['javascript']['scripts']);
        }
        ?>
</textarea>
						</p>
					</div>
				</div>
			</div>
			<div class="options_module" id="thesis-category-options">
				<h3><?php 
        _e('Category Page Options', 'thesis');
        ?>
</h3>
<?php 
        foreach ($thesis_categories as $category) {
            ?>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e($category->cat_name);
            ?>
</h4>
					<div class="more_info">
						<div class="mini_module indented_module">
							<h5 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Document Head', 'thesis');
            ?>
 <code>&lt;head&gt;</code></h5>
							<div class="more_info">
								<p class="form_input add_margin">
									<input type="text" class="text_input" id="categories[<?php 
            _e($category->cat_ID);
            ?>
][head][title]" name="categories[<?php 
            _e($category->cat_ID);
            ?>
][head][title]" value="<?php 
            if ($categories[$category->cat_ID]['head']['title']) {
                echo urldecode($categories[$category->cat_ID]['head']['title']);
            }
            ?>
" />
									<label for="categories[<?php 
            _e($category->cat_ID);
            ?>
][head][title]"><?php 
            _e($category->cat_name . ' page <code>&lt;title&gt;</code> tag', 'thesis');
            ?>
</label>
								</p>
								<p class="form_input add_margin">
									<label for="categories[<?php 
            _e($category->cat_ID);
            ?>
][head][meta][description]"><?php 
            _e($category->cat_name . ' page <code>&lt;meta&gt;</code> description', 'thesis');
            ?>
</label>
									<textarea class="scripts" id="categories[<?php 
            _e($category->cat_ID);
            ?>
][head][meta][description]" name="categories[<?php 
            _e($category->cat_ID);
            ?>
][head][meta][description]"><?php 
            if ($categories[$category->cat_ID]['head']['meta']['description']) {
                echo urldecode($categories[$category->cat_ID]['head']['meta']['description']);
            }
            ?>
</textarea>
								</p>
								<p class="form_input add_margin">
									<input type="text" class="text_input" id="categories[<?php 
            _e($category->cat_ID);
            ?>
][head][meta][keywords]" name="categories[<?php 
            _e($category->cat_ID);
            ?>
][head][meta][keywords]" value="<?php 
            if ($categories[$category->cat_ID]['head']['meta']['keywords']) {
                echo urldecode($categories[$category->cat_ID]['head']['meta']['keywords']);
            }
            ?>
" />
									<label for="categories[<?php 
            _e($category->cat_ID);
            ?>
][head][meta][keywords]"><?php 
            _e($category->cat_name . ' page <code>&lt;meta&gt;</code> keywords', 'thesis');
            ?>
</label>
								</p>
								<ul>
									<li><input type="checkbox" id="categories[<?php 
            _e($category->cat_ID);
            ?>
][head][meta][robots][noindex]" name="categories[<?php 
            _e($category->cat_ID);
            ?>
][head][meta][robots][noindex]" value="1" <?php 
            if ($categories[$category->cat_ID]['head']['meta']['robots']['noindex'] && !$thesis_site->head['meta']['robots']['noindex']['category'] || !isset($categories[$category->cat_ID]['head']['meta']['robots']['noindex']) && $thesis_site->head['meta']['robots']['noindex']['category'] || $categories[$category->cat_ID]['head']['meta']['robots']['noindex'] && $thesis_site->head['meta']['robots']['noindex']['category']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="categories[<?php 
            _e($category->cat_ID);
            ?>
][head][meta][robots][noindex]"><?php 
            _e('Add <code>noindex</code> to this page', 'thesis');
            ?>
</label></li>
									<li><input type="checkbox" id="categories[<?php 
            _e($category->cat_ID);
            ?>
][head][meta][robots][nofollow]" name="categories[<?php 
            _e($category->cat_ID);
            ?>
][head][meta][robots][nofollow]" value="1" <?php 
            if ($categories[$category->cat_ID]['head']['meta']['robots']['nofollow'] && !$thesis_site->head['meta']['robots']['nofollow']['category'] || !isset($categories[$category->cat_ID]['head']['meta']['robots']['nofollow']) && $thesis_site->head['meta']['robots']['nofollow']['category'] || $categories[$category->cat_ID]['head']['meta']['robots']['nofollow'] && $thesis_site->head['meta']['robots']['nofollow']['category']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="categories[<?php 
            _e($category->cat_ID);
            ?>
][head][meta][robots][nofollow]"><?php 
            _e('Add <code>nofollow</code> to this page', 'thesis');
            ?>
</label></li>
									<li><input type="checkbox" id="categories[<?php 
            _e($category->cat_ID);
            ?>
][head][meta][robots][noarchive]" name="categories[<?php 
            _e($category->cat_ID);
            ?>
][head][meta][robots][noarchive]" value="1" <?php 
            if ($categories[$category->cat_ID]['head']['meta']['robots']['noarchive'] && !$thesis_site->head['meta']['robots']['noarchive']['category'] || !isset($categories[$category->cat_ID]['head']['meta']['robots']['noarchive']) && $thesis_site->head['meta']['robots']['noarchive']['category'] || $categories[$category->cat_ID]['head']['meta']['robots']['noarchive'] && $thesis_site->head['meta']['robots']['noarchive']['category']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="categories[<?php 
            _e($category->cat_ID);
            ?>
][head][meta][robots][noarchive]"><?php 
            _e('Add <code>noarchive</code> to this page', 'thesis');
            ?>
</label></li>
								</ul>
							</div>
						</div>
						<div class="mini_module indented_module">
							<h5 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('JavaScript', 'thesis');
            ?>
</h5>
							<div class="more_info">
								<ul class="add_margin">
<?php 
            foreach ($thesis_javascript->libs as $lib_name => $lib) {
                $checked = $categories[$category->cat_ID]['javascript']['libs'][$lib_name] && !$thesis_design->javascript['libs'][$lib_name] || !isset($categories[$category->cat_ID]['javascript']['libs'][$lib_name]) && $thesis_design->javascript['libs'][$lib_name] || $categories[$category->cat_ID]['javascript']['libs'][$lib_name] && $thesis_design->javascript['libs'][$lib_name] ? ' checked="checked" ' : '';
                echo "\t\t\t\t\t\t\t\t\t" . '<li><input type="checkbox" id="categories[' . $category->cat_ID . '][javascript][libs][' . $lib_name . ']" name="categories[' . $category->cat_ID . '][javascript][libs][' . $lib_name . ']" value="1"' . $checked . '/><label>' . sprintf(__('%1$s library <a href="%2$s" target="_blank">[?]</a>', 'thesis'), $lib['name'], $lib['info_url']) . "</label></li>\n";
            }
            ?>
								</ul>
								<p class="form_input">
									<label for="categories[<?php 
            _e($category->cat_ID);
            ?>
][javascript][scripts]"><?php 
            _e('JavaScripts (include <code>&lt;script&gt;</code> tags!)', 'thesis');
            ?>
</label>
									<textarea class="scripts" id="categories[<?php 
            _e($category->cat_ID);
            ?>
][javascript][scripts]" name="categories[<?php 
            _e($category->cat_ID);
            ?>
][javascript][scripts]"><?php 
            if ($categories[$category->cat_ID]['javascript']['scripts']) {
                thesis_massage_code($categories[$category->cat_ID]['javascript']['scripts']);
            }
            ?>
</textarea>
								</p>
							</div>
						</div>
					</div>
				</div>
<?php 
        }
        ?>
			</div>
		</div>
		<div class="options_column">
			<div class="options_module" id="thesis-tag-options">
				<h3><?php 
        _e('Tag Page Options', 'thesis');
        ?>
</h3>
<?php 
        foreach ($thesis_tags as $tag) {
            ?>
				<div class="module_subsection">
					<h4 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e($tag->name);
            ?>
</h4>
					<div class="more_info">
						<div class="mini_module indented_module">
							<h5 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('Document Head', 'thesis');
            ?>
 <code>&lt;head&gt;</code></h5>
							<div class="more_info">
								<p class="form_input add_margin">
									<input type="text" class="text_input" id="tags[<?php 
            _e($tag->term_id);
            ?>
][head][title]" name="tags[<?php 
            _e($tag->term_id);
            ?>
][head][title]" value="<?php 
            if ($tags[$tag->term_id]['head']['title']) {
                echo urldecode($tags[$tag->term_id]['head']['title']);
            }
            ?>
" />
									<label for="tags[<?php 
            _e($tag->term_id);
            ?>
][head][title]"><?php 
            _e($tag->name . ' page <code>&lt;title&gt;</code> tag', 'thesis');
            ?>
</label>
								</p>
								<p class="form_input add_margin">
									<label for="tags[<?php 
            _e($tag->term_id);
            ?>
][head][meta][description]"><?php 
            _e($tag->name . ' page <code>&lt;meta&gt;</code> description', 'thesis');
            ?>
</label>
									<textarea class="scripts" id="tags[<?php 
            _e($tag->term_id);
            ?>
][head][meta][description]" name="tags[<?php 
            _e($tag->term_id);
            ?>
][head][meta][description]"><?php 
            if ($tags[$tag->term_id]['head']['meta']['description']) {
                echo urldecode($tags[$tag->term_id]['head']['meta']['description']);
            }
            ?>
</textarea>
								</p>
								<p class="form_input add_margin">
									<input type="text" class="text_input" id="tags[<?php 
            _e($tag->term_id);
            ?>
][head][meta][keywords]" name="tags[<?php 
            _e($tag->term_id);
            ?>
][head][meta][keywords]" value="<?php 
            if ($tags[$tag->term_id]['head']['meta']['keywords']) {
                echo urldecode($tags[$tag->term_id]['head']['meta']['keywords']);
            }
            ?>
" />
									<label for="tags[<?php 
            _e($tag->term_id);
            ?>
][head][meta][keywords]"><?php 
            _e($tag->name . ' page <code>&lt;meta&gt;</code> keywords', 'thesis');
            ?>
</label>
								</p>
								<ul>
									<li><input type="checkbox" id="tags[<?php 
            _e($tag->term_id);
            ?>
][head][meta][robots][noindex]" name="tags[<?php 
            _e($tag->term_id);
            ?>
][head][meta][robots][noindex]" value="1" <?php 
            if ($tags[$tag->term_id]['head']['meta']['robots']['noindex'] && !$thesis_site->head['meta']['robots']['noindex']['tag'] || !isset($tags[$tag->term_id]['head']['meta']['robots']['noindex']) && $thesis_site->head['meta']['robots']['noindex']['tag'] || $tags[$tag->term_id]['head']['meta']['robots']['noindex'] && $thesis_site->head['meta']['robots']['noindex']['tag']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="tags[<?php 
            _e($tag->term_id);
            ?>
][head][meta][robots][noindex]"><?php 
            _e('Add <code>noindex</code> to this page', 'thesis');
            ?>
</label></li>
									<li><input type="checkbox" id="tags[<?php 
            _e($tag->term_id);
            ?>
][head][meta][robots][nofollow]" name="tags[<?php 
            _e($tag->term_id);
            ?>
][head][meta][robots][nofollow]" value="1" <?php 
            if ($tags[$tag->term_id]['head']['meta']['robots']['nofollow'] && !$thesis_site->head['meta']['robots']['nofollow']['tag'] || !isset($tags[$tag->term_id]['head']['meta']['robots']['nofollow']) && $thesis_site->head['meta']['robots']['nofollow']['tag'] || $tags[$tag->term_id]['head']['meta']['robots']['nofollow'] && $thesis_site->head['meta']['robots']['nofollow']['tag']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="tags[<?php 
            _e($tag->term_id);
            ?>
][head][meta][robots][nofollow]"><?php 
            _e('Add <code>nofollow</code> to this page', 'thesis');
            ?>
</label></li>
									<li><input type="checkbox" id="tags[<?php 
            _e($tag->term_id);
            ?>
][head][meta][robots][noarchive]" name="tags[<?php 
            _e($tag->term_id);
            ?>
][head][meta][robots][noarchive]" value="1" <?php 
            if ($tags[$tag->term_id]['head']['meta']['robots']['noarchive'] && !$thesis_site->head['meta']['robots']['noarchive']['tag'] || !isset($tags[$tag->term_id]['head']['meta']['robots']['noarchive']) && $thesis_site->head['meta']['robots']['noarchive']['tag'] || $tags[$tag->term_id]['head']['meta']['robots']['noarchive'] && $thesis_site->head['meta']['robots']['noarchive']['tag']) {
                echo 'checked="checked" ';
            }
            ?>
/><label for="tags[<?php 
            _e($tag->term_id);
            ?>
][head][meta][robots][noarchive]"><?php 
            _e('Add <code>noarchive</code> to this page', 'thesis');
            ?>
</label></li>
								</ul>
							</div>
						</div>
						<div class="mini_module indented_module">
							<h5 class="module_switch"><a href="" title="<?php 
            _e('Show/hide additional information', 'thesis');
            ?>
"><span class="pos">+</span><span class="neg">&#8211;</span></a><?php 
            _e('JavaScript', 'thesis');
            ?>
</h5>
							<div class="more_info">
								<ul class="add_margin">
<?php 
            foreach ($thesis_javascript->libs as $lib_name => $lib) {
                $checked = $tags[$tag->term_id]['javascript']['libs'][$lib_name] && !$thesis_design->javascript['libs'][$lib_name] || !isset($tags[$tag->term_id]['javascript']['libs'][$lib_name]) && $thesis_design->javascript['libs'][$lib_name] || $tags[$tag->term_id]['javascript']['libs'][$lib_name] && $thesis_design->javascript['libs'][$lib_name] ? ' checked="checked" ' : '';
                echo "\t\t\t\t\t\t\t\t\t" . '<li><input type="checkbox" id="tags[' . $tag->term_id . '][javascript][libs][' . $lib_name . ']" name="tags[' . $tag->term_id . '][javascript][libs][' . $lib_name . ']" value="1"' . $checked . '/><label>' . sprintf(__('%1$s library <a href="%2$s" target="_blank">[?]</a>', 'thesis'), $lib['name'], $lib['info_url']) . "</label></li>\n";
            }
            ?>
								</ul>
								<p class="form_input">
									<label for="tags[<?php 
            _e($tag->term_id);
            ?>
][javascript][scripts]"><?php 
            _e('JavaScripts (include <code>&lt;script&gt;</code> tags!)', 'thesis');
            ?>
</label>
									<textarea class="scripts" id="tags[<?php 
            _e($tag->term_id);
            ?>
][javascript][scripts]" name="tags[<?php 
            _e($tag->term_id);
            ?>
][javascript][scripts]"><?php 
            if ($tags[$tag->term_id]['javascript']['scripts']) {
                thesis_massage_code($tags[$tag->term_id]['javascript']['scripts']);
            }
            ?>
</textarea>
								</p>
							</div>
						</div>
					</div>
				</div>
<?php 
        }
        ?>
			</div>
		</div>
		<div class="options_column">
			<div class="options_module button_module">
				<input type="submit" class="save_button" id="options_submit" name="submit" value="<?php 
        thesis_save_button_text();
        ?>
" />
			</div>
		</div>
	</form>
<?php 
        echo "</div>\n";
    }