Example #1
0
echo $version;
?>
<br>
      FAQ: <a href=https://github.com/center-key/paradise/wiki/faq class=external-site>
         github.com/center-key/paradise/wiki/faq</a>
   </div>
   <div>
      <b><?php 
echo $_SESSION["user"];
?>
</b><br>
      Logged into <b><?php 
echo $_SERVER["HTTP_HOST"];
?>
</b>
   </div>
</footer>

<script src=https://cdn.jsdelivr.net/jquery/2/jquery.min.js></script>
<script src=https://cdn.jsdelivr.net/crypto-js/3/rollups/sha256.js></script>
<script src=https://cdn.jsdelivr.net/dna.js/0/dna.min.js></script>
<script src=file-uploader/fileuploader.js></script>
<script>var app = {}; app.clientData = <?php 
echo appClientData(true);
?>
;</script>
<script src=js/library.js></script>
<script src=js/console.js></script>
</body>
</html>
Example #2
0
            <input type=password data-enter-key=app.login.submit placeholder="Re-enter your password">
         </label>
         <button data-click=app.login.submit>Sign in</button>
      </section>
      <?php 
include "../../~data~/login-message.html";
?>
   </div>
</main>

<footer>
   <div class=plain>
      FAQ:<br>
      <a href=https://github.com/center-key/paradise/wiki/faq>
         github.com/center-key/paradise/wiki/faq
      </a>
   </div>
</footer>

<script src=https://cdn.jsdelivr.net/jquery/2/jquery.min.js></script>
<script src=https://cdn.jsdelivr.net/crypto-js/3/rollups/sha256.js></script>
<script src=https://cdn.jsdelivr.net/dna.js/0/dna.min.js></script>
<script>var app = {}; app.clientData = <?php 
echo appClientData(false);
?>
;</script>
<script src=../js/library.js></script>
<script src=../js/login.js></script>
</body>
</html>