mirror of
				https://github.com/fspc/Yellow-Bike-Database.git
				synced 2025-10-31 17:05:36 -04:00 
			
		
		
		
	1). Next step will be an opt-in/out to mailman. 2). Originally this program was using google lists, but there are too many steps for users involved.
		
			
				
	
	
		
			19 lines
		
	
	
		
			760 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			760 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <?php 
 | |
| $email = $_GET['email'];
 | |
| ?>
 | |
| 
 | |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
 | |
| <html xmlns="http://www.w3.org/1999/xhtml">
 | |
| <head>
 | |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
 | |
| <title>Untitled Document</title>
 | |
| </head>
 | |
| 
 | |
| <frameset rows="100,600" cols="*" framespacing="0" frameborder="no" border="0">
 | |
|   <frame src="contact_add_edit_confirmation.html" name="mainFrame" id="mainFrame" title="mainFrame" />
 | |
|   <frame src="http://groups.google.com/group/yellowbike-newsletter/boxsubscribe?email=<?php echo $email; ?>" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" title="bottomFrame" />
 | |
| </frameset>
 | |
| <noframes><body>
 | |
| </body>
 | |
| </noframes></html>
 |