| 
					
				 | 
			
			
				@@ -0,0 +1,71 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<html> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <head> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <title><!-- TMPL_VAR name --></title> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <link rel='StyleSheet' href='/main.css' /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <script src='/main.js'></script> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    </head> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    <body> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <div class='nav'> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ul> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <!-- TMPL_LOOP nav --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <!-- TMPL_IF heading --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <!-- TMPL_IF href --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <h2><a href='<!-- TMPL_VAR href -->'><!-- TMPL_VAR heading --></a></h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <!-- TMPL_ELSE --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <h2><!-- TMPL_VAR heading --></h2> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <!-- /TMPL_IF --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <!-- TMPL_ELSE --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <li><a href='<!-- TMPL_VAR href -->'><!-- TMPL_VAR title --></a></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <!-- /TMPL_IF --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <!-- /TMPL_LOOP --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <hr /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <form action='search' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                      method='post'> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <input type='text' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                           name='terms' /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <input type='hidden' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                           name='page' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                           value='1' /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <input type='submit' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                           value='Search' /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                </form> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <li><a href='search/advanced'>Advanced Search</a></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <hr /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <li><a href='/'>Main</a></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <li><a href='/help'>Help</a></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <li><a href='/logout'>Logout</a></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ul> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <div class='main-content'> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <h1><!-- TMPL_VAR name --></h1> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <h3><!-- TMPL_VAR birth-date --> — <!-- death-date --></h3> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <br /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <h3>Parents:</h3> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <ul> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <li>Father: <!-- TMPL_VAR father --></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <li>Mother: <!-- TMPL_VAR mother --></li> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </ul> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <br /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <h3>Marriage Records:</h3> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <table border="1"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <tr> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <td> </td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <th>With:</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <th>Wedding Date:</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <th>End Date:</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <th>Divorced?:</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </table> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <br /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <h3>Children:</h3> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <table border="1"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <tr> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <td> </td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <th>Name:</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <th>Birthdate:</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <th>Death date:</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <th>Other Parent:</th> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                </tr> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </table> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    </body> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+</html> 
			 |