index.php 367 B

123456789
  1. <!-- File navigation -->
  2. <div id="app-navigation-files" role="navigation"></div>
  3. <!-- File list vue container -->
  4. <div id="app-content-vue" class="hidden"></div>
  5. <!-- config hints for javascript -->
  6. <input type="hidden" name="filesApp" id="filesApp" value="1" />
  7. <input type="hidden" name="fileNotFound" id="fileNotFound" value="<?php p($_['fileNotFound']); ?>" />