| 
									
										
										
										
											2003-11-02 05:06:55 +00:00
										 |  |  | #!/bin/sh | 
					
						
							|  |  |  | PAGE=$1 | 
					
						
							|  |  |  | ROOT=$2 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-02-10 17:47:31 -05:00
										 |  |  | sed "s,<head>,<head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />,i;s,<body\([^>]*\)>,<body\1><div id=\"body\">,i;/<\/body>/,//d" $PAGE | 
					
						
							| 
									
										
										
										
											2003-11-02 05:06:55 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | cat <<-FOOT | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <div id="hdr"> | 
					
						
							|  |  |  | 	<p class="none"></p> | 
					
						
							| 
									
										
										
										
											2014-02-10 18:00:07 -05:00
										 |  |  |         <hr/> | 
					
						
							| 
									
										
										
										
											2003-11-02 05:06:55 +00:00
										 |  |  | 	<div id="hdrNav"> | 
					
						
							| 
									
										
										
										
											2014-02-10 12:09:35 -05:00
										 |  |  | 		<a href="https://www.sfconservancy.org/">Conservancy's website</a> · | 
					
						
							| 
									
										
										
										
											2014-02-10 16:57:19 -05:00
										 |  |  | 		<a href="mailto:elections@sfconservancy.org">Email problems to: <elections@sfconservancy.org></a> · | 
					
						
							|  |  |  | 		<a href="https://gitorious.org/conservancy/voting/">Source code for this site</a> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-11-02 05:06:55 +00:00
										 |  |  | 	</div> | 
					
						
							|  |  |  | </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </body> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | </html> | 
					
						
							|  |  |  | FOOT |