Initial commit
Initial commit

file:b/404.html (new)
  <!doctype html>
  <html>
  <head>
  <meta charset="utf-8">
  <title>Page Not Found :(</title>
  <style>
  body { text-align: center;}
  h1 { font-size: 50px; text-align: center }
  span[frown] { transform: rotate(90deg); display:inline-block; color: #bbb; }
  body { font: 20px Constantia, 'Hoefler Text', "Adobe Caslon Pro", Baskerville, Georgia, Times, serif; color: #999; text-shadow: 2px 2px 2px rgba(200, 200, 200, 0.5); }
  ::-moz-selection{ background:#FF5E99; color:#fff; }
  ::selection { background:#FF5E99; color:#fff; }
  article {display:block; text-align: left; width: 500px; margin: 0 auto; }
 
  a { color: rgb(36, 109, 56); text-decoration:none; }
  a:hover { color: rgb(96, 73, 141) ; text-shadow: 2px 2px 2px rgba(36, 109, 56, 0.5); }
  </style>
  </head>
  <body>
  <article>
  <h1>Not found <span frown>:(</span></h1>
  <div>
  <p>Sorry, but the page you were trying to view does not exist.</p>
  <p>It looks like this was the result of either:</p>
  <ul>
  <li>a mistyped address</li>
  <li>an out-of-date link</li>
  </ul>
  </div>
 
  <script>
  var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),
  GOOG_FIXURL_SITE = location.host;
  </script>
  <script src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js"></script>
  </article>
  </body>
  </html>
 Binary files /dev/null and b/apple-touch-icon-114x114-precomposed.png differ
 Binary files /dev/null and b/apple-touch-icon-57x57-precomposed.png differ
 Binary files /dev/null and b/apple-touch-icon-72x72-precomposed.png differ
 Binary files /dev/null and b/apple-touch-icon-precomposed.png differ
 Binary files /dev/null and b/apple-touch-icon.png differ
file:b/common.inc.php (new)
  <?php
  function include_header($title) {
  ?>
  <!doctype html>
  <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
  <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
  <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
  <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
  <head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 
  <title></title>
  <meta name="description" content="">
  <meta name="author" content="">
 
  <meta name="viewport" content="width=device-width,initial-scale=1">
 
  <!-- CSS concatenated and minified via ant build script-->
  <link rel="stylesheet" href="css/style.css">
  <!-- end CSS-->
 
  <script src="js/libs/modernizr-2.0.6.min.js"></script>
  </head>
 
  <body>
 
  <div id="container">
  <header>
 
  </header>
  <div id="main" role="main">
  <?php
  }
  function include_footer() {
  ?>
  </div>
  <footer>
 
  </footer>
  </div> <!--! end of #container -->
 
 
  <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  <script>window.jQuery || document.write('<script src="js/libs/jquery-1.6.2.min.js"><\/script>')</script>
 
 
  <!-- scripts concatenated and minified via ant build script
  <script defer src="js/plugins.js"></script>
  <script defer src="js/script.js"></script>
  end scripts-->
 
 
  <!-- <script> // Change UA-XXXXX-X to be your site's ID
  window._gaq = [['_setAccount','UAXXXXXXXX1'],['_trackPageview'],['_trackPageLoadTime']];
  Modernizr.load({
  load: ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js'
  });
  </script>-->
 
 
  <!--[if lt IE 7 ]>
  <script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
  <script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
  <![endif]-->
 
  </body>
  </html>
  <?php
  }
  ?>
file:b/config.inc.php (new)
 
file:b/confirmUpload.php (new)
 
file:b/crossdomain.xml (new)
  <?xml version="1.0"?>
  <!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
  <cross-domain-policy>
 
 
  <!-- Read this: www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html -->
 
  <!-- Most restrictive policy: -->
  <site-control permitted-cross-domain-policies="none"/>
 
 
 
  <!-- Least restrictive policy: -->
  <!--
  <site-control permitted-cross-domain-policies="all"/>
  <allow-access-from domain="*" to-ports="*" secure="false"/>
  <allow-http-request-headers-from domain="*" headers="*" secure="false"/>
  -->
  <!--
  If you host a crossdomain.xml file with allow-access-from domain="*"
  and don’t understand all of the points described here, you probably
  have a nasty security vulnerability. ~ simon willison
  -->
 
  </cross-domain-policy>
 
file:b/css/screen.css (new)
  body {
  margin:0;
  padding:0;
  border:0; /* This removes the border around the viewport in old versions of IE */
  width:100%;
  background:#fff;
  min-width:600px; /* Minimum width of layout - remove line if not required */
  /* The min-width property does not work in old versions of Internet Explorer */
  font-size:90%;
  }
  a {
  color:#369;
  }
  a:hover {
  color:#fff;
  background:#369;
  text-decoration:none;
  }
  h1, h2, h3 {
  margin:.8em 0 .2em 0;
  padding:0;
  }
  p {
  margin:.4em 0 .8em 0;
  padding:0;
  }
  img {
  margin:10px 0 5px;
  }
  #ads img {
  display:block;
  padding-top:10px;
  }
 
  /* Header styles */
  #header {
  clear:both;
  float:left;
  width:100%;
  }
  #header {
  border-bottom:1px solid #000;
  }
  #header p,
  #header h1,
  #header h2 {
  padding:.4em 15px 0 15px;
  margin:0;
  }
  #header ul {
  clear:left;
  float:left;
  width:100%;
  list-style:none;
  margin:10px 0 0 0;
  padding:0;
  }
  #header ul li {
  display:inline;
  list-style:none;
  margin:0;
  padding:0;
  }
  #header ul li a {
  display:block;
  float:left;
  margin:0 0 0 1px;
  padding:3px 10px;
  text-align:center;
  background:#eee;
  color:#000;
  text-decoration:none;
  position:relative;
  left:15px;
  line-height:1.3em;
  }
  #header ul li a:hover {
  background:#369;
  color:#fff;
  }
  #header ul li a.active,
  #header ul li a.active:hover {
  color:#fff;
  background:#000;
  font-weight:bold;
  }
  #header ul li a span {
  display:block;
  }
  /* 'widths' sub menu */
  #layoutdims {
  clear:both;
  background:#eee;
  border-top:4px solid #000;
  margin:0;
  padding:6px 15px !important;
  text-align:right;
  }
  /* column container */
  .colmask {
  position:relative; /* This fixes the IE7 overflow hidden bug */
  clear:both;
  float:left;
  width:100%; /* width of whole page */
  overflow:hidden; /* This chops off any overhanging divs */
  }
  /* common column settings */
  .colright,
  .colmid,
  .colleft {
  float:left;
  width:100%;
  position:relative;
  }
  .col1,
  .col2,
  .col3 {
  float:left;
  position:relative;
  padding:0 0 1em 0;
  overflow:hidden;
  }
  /* 2 Column (right menu) settings */
  .rightmenu {
  background:#eee; /* right column background colour */
  }
  .rightmenu .colleft {
  right:25%; /* right column width */
  background:#fff; /* left column background colour */
  }
  .rightmenu .col1 {
  width:71%; /* left column content width (left column width minus left and right padding) */
  left:27%; /* (right column width) plus (left column left padding) */
  }
  .rightmenu .col2 {
  width:21%; /* right column content width (right column width minus left and right padding) */
  left:31%; /* (right column width) plus (left column left and right padding) plus (right column left padding) */
  }
  /* Footer styles */
  #footer {
  clear:both;
  float:left;
  width:100%;
  border-top:1px solid #000;
  }
  #footer p {
  padding:10px;
  margin:0;
  }
 
file:b/css/style.css (new)
  /* HTML5 ✰ Boilerplate
  * ==|== normalize ==========================================================
  */
 
  article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
  audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
  audio:not([controls]) { display: none; }
  [hidden] { display: none; }
 
  html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
  body { margin: 0; font-size: 13px; line-height: 1.231; }
  body, button, input, select, textarea { font-family: sans-serif; color: #222; }
 
  ::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
  ::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 
  a { color: #00e; }
  a:visited { color: #551a8b; }
  a:hover { color: #06e; }
  a:focus { outline: thin dotted; }
  a:hover, a:active { outline: 0; }
 
  abbr[title] { border-bottom: 1px dotted; }
  b, strong { font-weight: bold; }
  blockquote { margin: 1em 40px; }
  dfn { font-style: italic; }
  hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
  ins { background: #ff9; color: #000; text-decoration: none; }
  mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
  pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
  pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
  q { quotes: none; }
  q:before, q:after { content: ""; content: none; }
  small { font-size: 85%; }
  sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
  sup { top: -0.5em; }
  sub { bottom: -0.25em; }
  ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
  dd { margin: 0 0 0 40px; }
  nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
  img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
  svg:not(:root) { overflow: hidden; }
  figure { margin: 0; }
 
  form { margin: 0; }
  fieldset { border: 0; margin: 0; padding: 0; }
  label { cursor: pointer; }
  legend { border: 0; *margin-left: -7px; padding: 0; }
  button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
  button, input { line-height: normal; *overflow: visible; }
  table button, table input { *overflow: auto; }
  button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
  input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
  input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
  button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
  textarea { overflow: auto; vertical-align: top; resize: vertical; }
  input:valid, textarea:valid { }
  input:invalid, textarea:invalid { background-color: #f0dddd; }
 
  table { border-collapse: collapse; border-spacing: 0; }
  td { vertical-align: top; }
 
 
  /* ==|== primary styles =====================================================
  Author:
  ========================================================================== */
 
 
  /* Header styles */
  #header {
  clear:both;
  float:left;
  width:100%;
  }
  #header {
  border-bottom:1px solid #000;
  }
  #header p,
  #header h1,
  #header h2 {
  padding:.4em 15px 0 15px;
  margin:0;
  }
  #header ul {
  clear:left;
  float:left;
  width:100%;
  list-style:none;
  margin:10px 0 0 0;