Пример #1
0
?>
		
		<h3><?php 
_e('Import/Export Templates', 'wp_all_export_plugin');
?>
</h3>
		<?php 
$templates = new PMXE_Template_List();
$templates->getBy()->convertRecords();
?>
		<?php 
wp_nonce_field('delete-templates', '_wpnonce_delete-templates');
?>
				
		<?php 
if ($templates->total()) {
    ?>
			<table>
				<?php 
    foreach ($templates as $t) {
        ?>
					<tr>
						<td>
							<label class="selectit" for="template-<?php 
        echo $t->id;
        ?>
"><input id="template-<?php 
        echo $t->id;
        ?>
" type="checkbox" name="templates[]" value="<?php 
        echo $t->id;