-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
11 changed files
with
280 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE html> | ||
<html{if="$language !== 'auto'"} lang="{$language}"{/if}> | ||
<head> | ||
{include="includes"} | ||
</head> | ||
<body> | ||
<div class="dark-layer"> | ||
<div class="screen-center"> | ||
<div><span class="progressbar-current"></span> / <span class="progressbar-max"></span></div> | ||
<div class="progressbar"> | ||
<div></div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
{include="page.header"} | ||
|
||
<div class="center"> | ||
<input type="submit" name="save_edit_batch" class="pure-button-shaarli" value="{'Save all'|t}"> | ||
</div> | ||
|
||
{loop="$links"} | ||
{$batchId=$key} | ||
{include="editlink"} | ||
{/loop} | ||
|
||
<div class="center"> | ||
<input type="submit" name="save_edit_batch" class="pure-button-shaarli" value="{'Save all'|t}"> | ||
</div> | ||
|
||
{include="page.footer"} | ||
{if="$async_metadata"}<script src="{$asset_path}/js/metadata.min.js?v={$version_hash}#"></script>{/if} | ||
<script src="{$asset_path}/js/shaare_batch.min.js?v={$version_hash}#"></script> |
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html{if="$language !== 'auto'"} lang="{$language}"{/if}> | ||
<head> | ||
{include="includes"} | ||
</head> | ||
<body> | ||
<div id="pageheader"> | ||
{include="page.header"} | ||
<div id="pageError" class="page-error-container center"> | ||
<h2>{$message}</h2> | ||
|
||
<img src="{$asset_path}/img/sad_star.png#" alt=""> | ||
|
||
{if="!empty($text)"} | ||
<p>{$text}</p> | ||
{/if} | ||
|
||
{if="!empty($stacktrace)"} | ||
<pre> | ||
{$stacktrace} | ||
</pre> | ||
{/if} | ||
</div> | ||
{include="page.footer"} | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
/*! https://mths.be/he v1.2.0 by @mathias | MIT license */ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
/*! https://mths.be/he v1.2.0 by @mathias | MIT license */ |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/*! | ||
hey, [be]Lazy.js - v1.8.2 - 2016.10.25 | ||
A fast, small and dependency free lazy load script (https://github.com/dinbror/blazy) | ||
(c) Bjoern Klinggaard - @bklinggaard - http://dinbror.dk/blazy | ||
*/ |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!DOCTYPE html> | ||
<html{if="$language !== 'auto'"} lang="{$language}"{/if}> | ||
<head> | ||
{include="includes"} | ||
</head> | ||
<body> | ||
{include="page.header"} | ||
|
||
{$content} | ||
|
||
{include="page.footer"} | ||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,129 @@ | ||
<!DOCTYPE html> | ||
<html{if="$language !== 'auto'"} lang="{$language}"{/if}> | ||
<head> | ||
{include="includes"} | ||
</head> | ||
<body> | ||
{include="page.header"} | ||
|
||
<div class="pure-g"> | ||
<div class="pure-u-lg-1-4 pure-u-1-24"></div> | ||
<div class="pure-u-lg-1-2 pure-u-22-24 page-form server-tables-page"> | ||
<h2 class="window-title">{'Server administration'|t}</h2> | ||
|
||
<h3 class="window-subtitle">{'General'|t}</h3> | ||
|
||
<div class="pure-g server-row"> | ||
<div class="pure-u-lg-1-2 pure-u-1 server-label"> | ||
<p>{'Index URL'|t}</p> | ||
</div> | ||
<div class="pure-u-lg-1-2 pure-u-1"> | ||
<p><a href="{$index_url}" title="{$pagetitle}">{$index_url}</a></p> | ||
</div> | ||
</div> | ||
<div class="pure-g server-row"> | ||
<div class="pure-u-lg-1-2 pure-u-1 server-label"> | ||
<p>{'Base path'|t}</p> | ||
</div> | ||
<div class="pure-u-lg-1-2 pure-u-1"> | ||
<p>{$base_path}</p> | ||
</div> | ||
</div> | ||
<div class="pure-g server-row"> | ||
<div class="pure-u-lg-1-2 pure-u-1 server-label"> | ||
<p>{'Client IP'|t}</p> | ||
</div> | ||
<div class="pure-u-lg-1-2 pure-u-1"> | ||
<p>{$client_ip}</p> | ||
</div> | ||
</div> | ||
<div class="pure-g server-row"> | ||
<div class="pure-u-lg-1-2 pure-u-1 server-label"> | ||
<p>{'Trusted reverse proxies'|t}</p> | ||
</div> | ||
<div class="pure-u-lg-1-2 pure-u-1"> | ||
{if="count($trusted_proxies) > 0"} | ||
<p> | ||
{loop="$trusted_proxies"} | ||
{$value}<br> | ||
{/loop} | ||
</p> | ||
{else} | ||
<p>{'N/A'|t}</p> | ||
{/if} | ||
</div> | ||
</div> | ||
|
||
{include="server.requirements"} | ||
|
||
<h3 class="window-subtitle">{'Version'|t}</h3> | ||
|
||
<div class="pure-g server-row"> | ||
<div class="pure-u-lg-1-2 pure-u-1 server-label"> | ||
<p>{'Current version'|t}</p> | ||
</div> | ||
<div class="pure-u-lg-1-2 pure-u-1"> | ||
<p>{$current_version}</p> | ||
</div> | ||
</div> | ||
|
||
<div class="pure-g server-row"> | ||
<div class="pure-u-lg-1-2 pure-u-1 server-label"> | ||
<p>{'Latest release'|t}</p> | ||
</div> | ||
<div class="pure-u-lg-1-2 pure-u-1"> | ||
<p> | ||
<a href="{$release_url}" title="{'Visit releases page on Github'|t}"> | ||
{$latest_version} | ||
</a> | ||
</p> | ||
</div> | ||
</div> | ||
|
||
<h3 class="window-subtitle">{'Thumbnails'|t}</h3> | ||
|
||
<div class="pure-g server-row"> | ||
<div class="pure-u-lg-1-2 pure-u-1 server-label"> | ||
<p>{'Thumbnails status'|t}</p> | ||
</div> | ||
<div class="pure-u-lg-1-2 pure-u-1"> | ||
<p> | ||
{if="$thumbnails_mode==='all'"} | ||
{'All'|t} | ||
{elseif="$thumbnails_mode==='common'"} | ||
{'Only common media hosts'|t} | ||
{else} | ||
{'None'|t} | ||
{/if} | ||
</p> | ||
</div> | ||
</div> | ||
|
||
{if="$thumbnails_mode!=='none'"} | ||
<div class="center tools-item"> | ||
<a href="{$base_path}/admin/thumbnails" title="{'Synchronize all link thumbnails'|t}"> | ||
<span class="pure-button pure-u-lg-2-3 pure-u-3-4">{'Synchronize thumbnails'|t}</span> | ||
</a> | ||
</div> | ||
{/if} | ||
|
||
<h3 class="window-subtitle">{'Cache'|t}</h3> | ||
|
||
<div class="center tools-item"> | ||
<a href="{$base_path}/admin/clear-cache?type=main"> | ||
<span class="pure-button pure-u-lg-2-3 pure-u-3-4">{'Clear main cache'|t}</span> | ||
</a> | ||
</div> | ||
|
||
<div class="center tools-item"> | ||
<a href="{$base_path}/admin/clear-cache?type=thumbnails"> | ||
<span class="pure-button pure-u-lg-2-3 pure-u-3-4">{'Clear thumbnails cache'|t}</span> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
{include="page.footer"} | ||
|
||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<div class="server-tables"> | ||
<h3 class="window-subtitle">{'Permissions'|t}</h3> | ||
|
||
{if="count($permissions) > 0"} | ||
<p class="center"> | ||
<i class="fa fa-close fa-color-red" aria-hidden="true"></i> | ||
{'There are permissions that need to be fixed.'|t} | ||
</p> | ||
|
||
<p> | ||
{loop="$permissions"} | ||
<div class="center">{$value}</div> | ||
{/loop} | ||
</p> | ||
{else} | ||
<p class="center"> | ||
<i class="fa fa-check fa-color-green" aria-hidden="true"></i> | ||
{'All read/write permissions are properly set.'|t} | ||
</p> | ||
{/if} | ||
|
||
<h3 class="window-subtitle">PHP</h3> | ||
|
||
<p class="center"> | ||
<strong>{'Running PHP'|t} {$php_version}</strong> | ||
{if="$php_has_reached_eol"} | ||
<i class="fa fa-circle fa-color-orange" aria-label="hidden"></i><br> | ||
{'End of life: '|t} {$php_eol} | ||
{else} | ||
<i class="fa fa-circle fa-color-green" aria-label="hidden"></i><br> | ||
{/if} | ||
</p> | ||
|
||
<table class="center"> | ||
<thead> | ||
<tr> | ||
<th>{'Extension'|t}</th> | ||
<th>{'Usage'|t}</th> | ||
<th>{'Status'|t}</th> | ||
<th>{'Loaded'|t}</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
{loop="$php_extensions"} | ||
<tr> | ||
<td>{$value.name}</td> | ||
<td>{$value.desc}</td> | ||
<td>{$value.required ? t('Required') : t('Optional')}</td> | ||
<td> | ||
{if="$value.loaded"} | ||
{$classLoaded="fa-color-green"} | ||
{$strLoaded=t('Loaded')} | ||
{else} | ||
{$strLoaded=t('Not loaded')} | ||
{if="$value.required"} | ||
{$classLoaded="fa-color-red"} | ||
{else} | ||
{$classLoaded="fa-color-orange"} | ||
{/if} | ||
{/if} | ||
|
||
<i class="fa fa-circle {$classLoaded}" aria-label="{$strLoaded}" title="{$strLoaded}"></i> | ||
</td> | ||
</tr> | ||
{/loop} | ||
</tbody> | ||
</table> | ||
</div> |