35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
  <head>
 | 
						|
    <?php include './page-blocks/headers.php';?>
 | 
						|
    <title>Athena - Report Issue</title>
 | 
						|
  </head>
 | 
						|
 | 
						|
  <body>
 | 
						|
    <!-- Popup Menu -->
 | 
						|
    <?php require "./page-blocks/nav-menu.php";?>
 | 
						|
 | 
						|
    <!-- Main Content Begins -->
 | 
						|
    <?php require "./page-blocks/title-image.php";?>
 | 
						|
 | 
						|
    <h2>Help</h2>
 | 
						|
      <div class="text-description">
 | 
						|
        <p>Just type in a three character CRS code or a TIPLOC into the text
 | 
						|
           box and tap the Lookup button.</p>
 | 
						|
        <p>If you enter a TIPLOC, this will not be verified - if it is
 | 
						|
           incorrect or unavailable on Tiger, you will be redirected to a
 | 
						|
           blank board.  CRS codes will be verified against a lookup file
 | 
						|
           before redirecting.</p>
 | 
						|
        <p>Some stations are not on Tiger and these stations are not supported
 | 
						|
           here either.  Notably TfW and Chiltern stations that border the GWR
 | 
						|
           network.  Most GWR Central served stations are now available to
 | 
						|
           lookup.</p>
 | 
						|
        <p>I am working on a new version that will provide data for every
 | 
						|
           station in the National Rail database.</p>
 | 
						|
      </div>
 | 
						|
 | 
						|
      <!-- Footer -->
 | 
						|
      <?php include './page-blocks/footer.php';?>
 | 
						|
  </body>
 | 
						|
</html>
 |