Files
        @ 27edaecc0d90
    
        
              Branch filter: 
        
    Location: SlatePermutate/index.php - annotation
        
            
            27edaecc0d90
            1.5 KiB
            text/x-php
        
        
    
    Initial import
    27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90 27edaecc0d90  | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Scheduler</title>
<link rel="stylesheet" href="styles/general.css" type="text/css" media="screen" charset="utf-8">
<style type="text/css">
/*  body {
    width: 80%;
    margin:auto;
    font-family: sans-serif;
  }
  #header {
    text-align: left;
    background: rgb(220,220,220); /* IE fallback */
    background: rgba(200,200,200, .3);  
  }
  #footer {
    text-align: right;
    background: rgb(220,220,220); /* IE fallback */
    background: rgba(200,200,200, .3); 
  }*/
  .error {
    color: #F00; /* For validation errors */
  } 
  .error p {
    padding: 0;
    margin: 0;
    font-size: .7em;
  }
  td.center {
    text-align:center;
  }
  .section:nth-child(even) {
    background: #DDDDDD;
  }
  .none {
    background: #fff;
  }
  .class {
    background: #99FF99;
  }
  #classage {
    float:left;
  }
  .paddingtop {
    padding: .5em;
    padding-top: .8em;
  }
</style>
</head>
<body>
<div id="header">
<h1><em>SlatePermutate</em> -  Scheduler</h1>
</div>
<div id="content">
<h3>Find the schedule that works for you!</h3>
<p>View a <a href="http://protofusion.org/~nathang/scheduler/schedulecreator.php">demo output</a> or get <a href="http://protofusion.org/~nathang/scheduler/input.php">started on your own</a>.</p>
</div>
<div id="footer">
<h5>© <?php echo Date("Y"); ?> Nathan Gelderloos<br />
with special thanks to <a href="http://ethanzonca.com">Ethan Zonca</a></h5>
</div>
</body>
</html>
 |