You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/apps/files/templates/index.php

9 lines
367 B

<!-- 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']); ?>" />