File: 0.00.0a/customer/index.php (View as HTML)

  1: <!DOCTYPE html>
  2: <!--
  3: /* -------------------------------------------------------------
  4: This file is part of FreeDESK
  5: 
  6: FreeDESK is (C) Copyright 2012 David Cutting
  7: 
  8: FreeDESK is free software: you can redistribute it and/or modify
  9: it under the terms of the GNU General Public License as published by
 10: the Free Software Foundation, either version 3 of the License, or
 11: (at your option) any later version.
 12: 
 13: FreeDESK is distributed in the hope that it will be useful,
 14: but WITHOUT ANY WARRANTY; without even the implied warranty of
 15: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 16: GNU General Public License for more details.
 17: 
 18: You should have received a copy of the GNU General Public License
 19: along with FreeDESK.  If not, see www.gnu.org/licenses
 20: 
 21: For more information see www.purplepixie.org/freedesk/
 22: -------------------------------------------------------------- */
 23: -->
 24: <html>
 25: <head>
 26: <link rel="stylesheet" type="text/css" href="../skin/default/css/main.css" />
 27: <title>Not Yet Implemented...</title>
 28: </head>
 29: <body>
 30: <div>
 31: <h2>Sorry Customer Interface Not Yet Implemented</h2>
 32: 
 33: It is however due for implementation soon. Keep an eye on the <a href="http://freedesk.purplepixie.org/">main site</a> and the <a href="http://blog.freedesk.purplepixie.org/">blog</a>.
 34: <br /><br />
 35: 
 36: <a href="../">Go back to the main interface</a><br /><br />
 37: </div>
 38: </body>
 39: </html>
 40: 
 41: