<?php 
if (count((array) $this->_vars['FeedList'])) {
    foreach ((array) $this->_vars['FeedList'] as $this->_vars['feed_id']) {
        ?>
	
  <b><img src="<?php 
        echo $this->_vars['my_pligg_base'];
        ?>
/modules/rss_import/images/feed_bullet.gif" align="absmiddle"/> Feed Name: </b><span class="emptytext"><?php 
        echo tpl_function_eipItem(array('item' => qeip_FeedName, 'unique' => $this->_vars['feed_id'], 'ShowJS' => TRUE), $this);
        ?>
</span><br>
	<div style="margin-left:30px">
	<b>Feed URL: </b><span class="emptytext"><?php 
        echo tpl_function_eipItem(array('item' => qeip_FeedURL, 'unique' => $this->_vars['feed_id'], 'ShowJS' => TRUE), $this);
        ?>
</span><br>

	<img src="<?php 
        echo $this->_vars['my_pligg_base'];
        ?>
/modules/rss_import/images/feed_go.gif" align="absmiddle"/> <a href = 
"module.php?module=rss_import&action=editfeed&feed_id=<?php 
        echo $this->_vars['feed_id'];
        ?>
">Edit</a> &nbsp;

	<img src="<?php 
        echo $this->_vars['my_pligg_base'];
        ?>
			<?php 
                    echo smarty_function_feedsListFeedFields(array('feed_id' => $this->_vars['feed_id']), $this);
                    ?>
	
		-- <b>feed field name</b>: <span class="emptytext"><?php 
                    echo tpl_function_eipItem(array('item' => qeip_FeedLink_FeedField, 'unique' => $this->_vars['feed_link_id'], 'ShowJS' => TRUE), $this);
                    ?>
</span>

		
			<?php 
                    echo smarty_function_feedsListPliggLinkFields(array(), $this);
                    ?>
			
		--- <b>pligg field name</b>: <span class="emptytext"><?php 
                    echo tpl_function_eipItem(array('item' => qeip_FeedLink_PliggField, 'unique' => $this->_vars['feed_link_id'], 'ShowJS' => TRUE), $this);
                    ?>
</span>

		--- <a href = "module.php?module=rss_import&action=dropfieldlink&FeedLinkId=<?php 
                    echo $this->_vars['feed_link_id'];
                    ?>
">Remove this link</a>
 		<br>

	<?php 
                }
            }
            ?>
	
	-- <a href = "module.php?module=rss_import&action=addnewfieldlink&FeedLinkId=<?php