<input name="Group_Name" value="Online: Swap: Suppression File: " size="50">
<input type="hidden" name ="parent_KEY" value="59096">
<input type="hidden" name="action" value="add_group">
<input type="submit" name="submit" value="Create New Group" />
</form>
<br>

<h4>Now you can add all those matched to Salsa</h4>
<form action="<?php 
echo $_SERVER["PHP_SELF"];
?>
" method="post">
<select name="source">
	<option>Select Source to add to Salsa</option>
	<?php 
source_list();
?>
</select>
<select name="group">
	<option>Select Group to add to in Salsa</option>
	<?php 
suppression_groups();
?>
</select>

<input type="hidden" name="action" value="add">
<input type="submit" name="submit" value="Add To Salsa" />
</form>
<?php 
require_once '../_footer.php';
?>
Example #2
0
}
?>
						</select>
					</div>
					<div><input type="submit" name="save" id="id_save_2" value="Add Feed" class="button" /></div>
				</fieldset>
			</form>
		</div>
		
		<div class="column">
			<fieldset>
				<legend>Add Feeds to Modules</legend>
				
				<div id="feed-sources">
					<?php 
echo source_list(true, true);
?>
				</div>
				
				<form name="modules" id="modules" method="post" action="<?php 
echo $_SERVER['PHP_SELF'];
?>
#modules">
					<div class="drop-boxes">
						<div id="blogs" class="drop">
							<h3>Blogs Module</h3>
							<?php 
echo blog_list(false, true);
?>
						</div>
						<div id="tweet" class="drop">