-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
592aad9
commit 833a6f1
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -142,23 +142,23 @@ public function __toString(): string | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Dir Browser - <?= '/' . implode(separator: '/', array: $url_parts) ?></title> | ||
$[ifeq env:THEME cerulean]$ | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].0/dist/cerulean/bootstrap.min.css" rel="stylesheet" data-turbo-eval="false"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/cerulean/bootstrap.min.css" rel="stylesheet" data-turbo-eval="false"> | ||
$[ifeq env:THEME materia]$ | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].0/dist/materia/bootstrap.min.css" rel="stylesheet" data-turbo-eval="false"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/materia/bootstrap.min.css" rel="stylesheet" data-turbo-eval="false"> | ||
$[ifeq env:THEME quartz]$ | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].0/dist/quartz/bootstrap.min.css" rel="stylesheet" data-turbo-eval="false"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/quartz/bootstrap.min.css" rel="stylesheet" data-turbo-eval="false"> | ||
$[ifeq env:THEME sandstone]$ | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].0/dist/sandstone/bootstrap.min.css" rel="stylesheet" data-turbo-eval="false"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/sandstone/bootstrap.min.css" rel="stylesheet" data-turbo-eval="false"> | ||
$[ifeq env:THEME sketchy]$ | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].0/dist/sketchy/bootstrap.min.css" rel="stylesheet" data-turbo-eval="false"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/sketchy/bootstrap.min.css" rel="stylesheet" data-turbo-eval="false"> | ||
$[ifeq env:THEME united]$ | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].0/dist/united/bootstrap.min.css" rel="stylesheet" data-turbo-eval="false"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/united/bootstrap.min.css" rel="stylesheet" data-turbo-eval="false"> | ||
$[ifeq env:THEME yeti]$ | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].0/dist/yeti/bootstrap.min.css" rel="stylesheet" data-turbo-eval="false"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/yeti/bootstrap.min.css" rel="stylesheet" data-turbo-eval="false"> | ||
$[ifeq env:THEME litera]$ | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].0/dist/litera/bootstrap.min.css" rel="stylesheet" data-turbo-eval="false"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/litera/bootstrap.min.css" rel="stylesheet" data-turbo-eval="false"> | ||
$[else]$ | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].0/dist/cosmo/bootstrap.min.css" rel="stylesheet" data-turbo-eval="false"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected].2/dist/cosmo/bootstrap.min.css" rel="stylesheet" data-turbo-eval="false"> | ||
$[end]$ | ||
<style data-turbo-eval="false"> | ||
.item { | ||
|
@@ -359,7 +359,7 @@ public function __toString(): string | |
</div> | ||
</div> | ||
|
||
<script data-turbo-eval="false" async defer src="https://cdn.jsdelivr.net/npm/[email protected].0-alpha1/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script> | ||
<script data-turbo-eval="false" async defer src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script> | ||
<!-- Powered by https://github.com/adrianschubek/dir-browser --> | ||
<script> | ||
$[if `process.env.DATE_FORMAT === "relative"`]$ | ||
|