<nav>
                <a id="pfc-editor-logo" href="#">[[:pfc <em>lite</em></a>
                <ul id="pfc-editor-menu">                    
                    <li><a class="pfc-editor-active-section-href" id="pfc-sources-sources-href" href="#pfc-sources-sources">sources</a></li>

                    <li><a id="pfc-sources-sandbox-href"  href="#pfc-sources-sandbox">sandbox</a></li>                    
                  
                    <li><a id="pfc-editor-adminer-href" class="pfc-editor-page-href" href="#">adminer</a></li>
                    
                    <li><a id="pfc-editor-webterminal-href" class="pfc-editor-page-href" href="#">terminal</a></li>
                    
                    <li><a id="pfc-editor-notestxt-href" class="pfc-editor-file-href" href="#">notes.txt</a></li>
                    
                    <li><a id="pfc-sources-my-home-href" href="#pfc-sources-my-home">my home</a></li>
                </ul>            
              	<span style="float:right;display:block;padding-right:10px;color:#ddd">:]]</span>
                <a id="pfc-editor-logout-href" class="pfc-editor-page-href" href="<?php 
echo Router::applinkaction('logout');
?>
">logout</a>
                <a id="pfc-editor-help-href" class="pfc-editor-page-href pfc-editor-help-href" href="#">help</a>
                
                <a id="pfc-editor-tools-href" class="pfc-editor-page-href"  href="#pfc-editor-tools">tools</a>
                <a id="pfc-editor-config-href" class="pfc-editor-page-href" href="#">settings</a>          
              
                
              <a id="pfc-sources-editor-href" class="pfc-editor-page-href" href="#pfc-sources-editor">editor</a>
              
                <br style="clear: both">
			</nav>
                <form id="pfc-editor-login-form" method="post" action="<?php 
echo Router::applinkaction('login');
?>
">                
                     Login: <input type="text" name="login"> 
                     Password: <input type="password" name="pwd">
                     Pin: <input type="password" name="pin">
                    <input type="submit" value="login">
                </form>  
                <br>   
                <!--a href="#">Forgotten password?</a-->                  
            </div>    
            
            <div id="pfc-editor-forgotten-form-holder" style="display:none">   
                <form method="post" action="<?php 
echo Router::applinkaction('forgotten');
?>
">                
                     Email: <input type="text" name="email">
                    <input type="submit" value="Reset password">
                </form>  
                <br>   
                <a href="#">Login form</a>
            </div>                   
            
            
                <script type="text/javascript" src="vendor/jquery/jquery.js"></script>
                <script type="text/javascript" src="vendor/jquery_form/jquery.form.js"></script>
            
            
                <script type="text/javascript">