Your IP : 216.73.217.143


Current Path : /home/ereika83/www/wp-content/plugins/genesis-simple-edits/includes/views/
Upload File :
Current File : /home/ereika83/www/wp-content/plugins/genesis-simple-edits/includes/views/admin.php

<?php
/**
 * File Doc Comment
 *
 * @package genesis-simple-edits
 */

?>
<table class="form-table"><tbody>

	<tr>
		<th scope="row"><p><label for="<?php $this->field_id( 'post_info' ); ?>"><b><?php esc_html_e( 'Entry Meta (above content)', 'genesis-simple-edits' ); ?></b></label></p></th>
		<td>
			<p><input type="text" class="regular-text" name="<?php $this->field_name( 'post_info' ); ?>" id="<?php $this->field_id( 'post_info' ); ?>" value="<?php echo esc_attr( $this->get_field_value( 'post_info' ) ); ?>" /></p>
		</td>
	</tr>

	<tr>
		<th scope="row"><p><label for="<?php $this->field_id( 'post_meta' ); ?>"><b><?php esc_html_e( 'Entry Meta (below content)', 'genesis-simple-edits' ); ?></b></label></p></th>
		<td>
			<p><input type="text"  class="regular-text" name="<?php $this->field_name( 'post_meta' ); ?>" id="<?php $this->field_id( 'post_meta' ); ?>" value="<?php echo esc_attr( $this->get_field_value( 'post_meta' ) ); ?>" /></p>

			<p><small><a class="post-shortcodes-toggle" href="#"><?php esc_html_e( 'Show available entry meta shortcodes', 'genesis-simple-edits' ); ?></a></small></p>

		</td>
	</tr>

	<tr class="post-shortcodes" style="display: none;">
		<th scope="row"><p><span class="description"><?php esc_html_e( 'Shortcode Reference', 'genesis-simple-edits' ); ?></span></p></th>
		<td>
			<p><span class="description">
				<?php
				$allowed_html = array(
					'a' => array(
						'href'   => array(),
						'target' => array(),
					),
				);
				?>
				<?php // Translators: The string is a URL to a usage guide. ?>
				<?php printf( wp_kses( __( 'NOTE: For a more comprehensive shortcode usage guide, see the <a href="%s" target="_blank">post shortcode reference</a>.', 'genesis-simple-edits' ), $allowed_html ), 'http://my.studiopress.com/documentation/customization/shortcodes-reference/post-shortcode-reference/' ); ?></span></p>
			<p>
				<ul>
					<li>[post_date] - <span class="description"><?php esc_html_e( 'Date the entry was published', 'genesis-simple-edits' ); ?></span></li>
					<li>[post_modified_date] - <span class="description"><?php esc_html_e( 'Date the entry was last modified', 'genesis-simple-edits' ); ?></span></li>
					<li>[post_time] - <span class="description"><?php esc_html_e( 'Time the entry was published', 'genesis-simple-edits' ); ?></span></li>
					<li>[post_modified_time] - <span class="description"><?php esc_html_e( 'Time the entry was last modified', 'genesis-simple-edits' ); ?></span></li>
					<li>[post_author] - <span class="description"><?php esc_html_e( 'Entry author display name', 'genesis-simple-edits' ); ?></span></li>
					<li>[post_author_link] - <span class="description"><?php esc_html_e( 'Entry author display name, linked to their website', 'genesis-simple-edits' ); ?></span></li>
					<li>[post_author_posts_link] - <span class="description"><?php esc_html_e( 'Entry author display name, linked to their archive', 'genesis-simple-edits' ); ?></span></li>
					<li>[post_comments] - <span class="description"><?php esc_html_e( 'Entry comments link', 'genesis-simple-edits' ); ?></span></li>
					<li>[post_tags] - <span class="description"><?php esc_html_e( 'List of entry tags', 'genesis-simple-edits' ); ?></span></li>
					<li>[post_categories] - <span class="description"><?php esc_html_e( 'List of entry categories', 'genesis-simple-edits' ); ?></span></li>
					<li>[post_edit] - <span class="description"><?php esc_html_e( 'Entry edit link (visible to admins)', 'genesis-simple-edits' ); ?></span></li>
				</ul>
			</p>
		</td>
	</tr>

	<tr>
		<th scope="row"><p><b><?php esc_html_e( 'Footer Output', 'genesis-simple-edits' ); ?></b></p></th>
		<td>
			<p><input type="checkbox" name="<?php $this->field_name( 'footer_output_on' ); ?>" id="<?php $this->field_id( 'footer_output_on' ); ?>" value="1" <?php checked( 1, $this->get_field_value( 'footer_output_on' ) ); ?> /> <label for="<?php $this->field_id( 'footer_output_on' ); ?>"><?php esc_html_e( 'Modify Entire Footer Text (including markup)?', 'genesis-simple-edits' ); ?></label></p>

			<p><span class="description"><?php esc_html_e( 'NOTE: Checking this option will use the content of the box below, and override the options above.', 'genesis-simple-edits' ); ?></span></p>

			<p><textarea name="<?php $this->field_name( 'footer_output' ); ?>" cols="80" rows="5"><?php echo esc_textarea( $this->get_field_value( 'footer_output' ) ); ?></textarea></p>

			<p><small><a class="footer-shortcodes-toggle" href="#"><?php esc_html_e( 'Show available footer shortcodes', 'genesis-simple-edits' ); ?></a></small></p>
		</td>
	</tr>

	<tr class="footer-shortcodes" style="display: none;">
		<th scope="row"><p><span class="description"><?php esc_html_e( 'Shortcode Reference', 'genesis-simple-edits' ); ?></span></p></th>
		<td>
			<p><span class="description">
				<?php
				$allowed_html = array(
					'a' => array(
						'href'   => array(),
						'target' => array(),
					),
				);
				?>
				<?php // Translators: The string is a URL to a usage guide. ?>
				<?php printf( wp_kses( __( 'NOTE: For a more comprehensive shortcode usage guide, see the <a href="%s" target="_blank">footer shortcode reference</a>.', 'genesis-simple-edits' ), $allowed_html ), 'http://my.studiopress.com/documentation/customization/shortcodes-reference/footer-shortcode-reference/' ); ?></span></p>
			<p>
				<ul>
					<li>[footer_copyright] - <span class="description"><?php esc_html_e( 'The Copyright notice', 'genesis-simple-edits' ); ?></span></li>
					<li>[footer_childtheme_link] - <span class="description"><?php esc_html_e( 'The Child Theme Link', 'genesis-simple-edits' ); ?></span></li>
					<li>[footer_genesis_link] - <span class="description"><?php esc_html_e( 'The Genesis Link', 'genesis-simple-edits' ); ?></span></li>
					<li>[footer_studiopress_link] - <span class="description"><?php esc_html_e( 'The StudioPress Link', 'genesis-simple-edits' ); ?></span></li>
					<li>[footer_wordpress_link] - <span class="description"><?php esc_html_e( 'The WordPress Link', 'genesis-simple-edits' ); ?></span></li>
					<li>[footer_loginout] - <span class="description"><?php esc_html_e( 'Log In/Out Link', 'genesis-simple-edits' ); ?></span></li>
				</ul>
			</p>
		</td>
	</tr>

</tbody></table>