</div>

<div>
<label for="cols"><?php 
_ez('Columns');
?>
</label>
<input type="text" name="cols" id="cols" value="<?php 
get_dim('cols');
?>
" size="2" />
</div>

<div>
<label for="rows"><?php 
_ez('Rows');
?>
</label>
<input type="text" name="rows" id="rows" value="<?php 
get_dim('rows');
?>
" size="2" />
</div>

<div>
<input type="hidden" name="page" value="renard/renard/pages/renard-options.php" />
<input type="hidden" name="updated" value="1" />
</div>

<div>
<input type="submit" />
/wp-content/plugins/<?php 
echo get_renard_dir();
?>
renard/docs/tags.txt"><?php 
_ez('Supported tags');
?>
</a>
 |
	<a href="<?php 
bloginfo('url');
?>
/wp-content/plugins/<?php 
echo get_renard_dir();
?>
renard/docs/caveats.html"><?php 
_ez('Caveats');
?>
</a>
</div>

<hr />

<?php 
switch ($action) {
    case 'update':
        check_admin_referer('edit-theme_' . $file . $theme);
        if (!current_user_can('edit_themes')) {
            wp_die('<p>' . __('You do not have sufficient permissions to edit templates for this blog.') . '</p>');
        }
        $newcontent = stripslashes($_POST['newcontent']);
        $theme = urlencode($theme);