mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
9 lines
367 B
PHP
9 lines
367 B
PHP
<!-- File navigation -->
|
|
<div id="app-navigation-files" role="navigation"></div>
|
|
|
|
<!-- File list vue container -->
|
|
<div id="app-content-vue" class="hidden"></div>
|
|
|
|
<!-- config hints for javascript -->
|
|
<input type="hidden" name="filesApp" id="filesApp" value="1" />
|
|
<input type="hidden" name="fileNotFound" id="fileNotFound" value="<?php p($_['fileNotFound']); ?>" />
|