source: trunk/www.guidonia.net/wp/wp-content/plugins/lexi/templates/lexi_widget.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 882 bytes
Line 
1<p>
2 <label for="lexi_title">
3 <?php _e('Title', 'lexi'); ?>:
4 <input class="widefat" id="lexi_title" name="lexi_title" type="text" value="<?php echo $title; ?>" />
5 </label>
6</p>
7<p>
8 <label for="lexi_showtitle">
9 <input type="checkbox" id="showfeedtitle" name="showfeedtitle"<?php if($show_feed_title) echo " checked"; ?>/> <?php _e('Show feed title', 'lexi'); ?>
10 </label>
11</p>
12<p>
13 <label>
14 <?php printf(__('You can <a href="%s">modify</a> the feeds list in <strong>Tools/Lexi</strong>', 'lexi'), "tools.php?page=leximanage"); ?>
15 </label>
16</p>
17<?php
18if(!function_exists('minimax')) { ?>
19<p>
20 <label>
21 <?php printf(__('You have to install <a href="%s" target="_BLANK">minimax 0.2</a> in order for this plugin to work', 'lexi'), "http://wordpress.org/extend/plugins/minimax/" ); ?>
22 </label>
23</p><?
24} ?>
25<input type="hidden" id="lexi-submit" name="lexi-submit" value="1" />
Note: See TracBrowser for help on using the repository browser.