tinytinyrss/prefs.php

181 lines
5.5 KiB
PHP
Raw Permalink Normal View History

2006-08-19 09:04:45 +02:00
<?php
// we need a separate check here because functions.php might get parsed
// incorrectly before 5.3 because of :: syntax.
if (version_compare(PHP_VERSION, '7.4.0', '<')) {
print "<b>Fatal Error</b>: PHP version 7.4.0 or newer required. You're using " . PHP_VERSION . ".\n";
exit;
}
2021-02-22 15:38:46 +01:00
set_include_path(__DIR__ ."/include" . PATH_SEPARATOR .
get_include_path());
2011-12-11 20:59:25 +01:00
2013-04-17 13:36:34 +02:00
require_once "autoload.php";
2007-03-02 12:05:17 +01:00
require_once "sessions.php";
require_once "functions.php";
Config::sanity_check();
2013-04-17 14:23:15 +02:00
if (!init_plugins()) return;
UserHelper::login_sequence();
2006-03-30 08:43:35 +02:00
header('Content-Type: text/html; charset=utf-8');
?>
<!DOCTYPE html>
2005-08-22 03:17:12 +02:00
<html>
<head>
<title>Tiny Tiny RSS : <?= __("Preferences") ?></title>
<meta name="viewport" content="initial-scale=1,width=device-width" />
<?php if ($_SESSION["uid"] && empty($_SESSION["safe_mode"])) {
2021-02-25 12:49:58 +01:00
$theme = get_pref(Prefs::USER_CSS_THEME);
if ($theme && theme_exists("$theme")) {
echo stylesheet_tag(get_theme_path($theme), ['id' => 'theme_css']);
}
} ?>
2021-03-11 05:44:58 +01:00
<?= Config::get_override_links() ?>
<script type="text/javascript">
const __csrf_token = "<?= $_SESSION["csrf_token"]; ?>";
</script>
<?php UserHelper::print_user_stylesheet() ?>
2011-04-18 14:29:10 +02:00
<link rel="shortcut icon" type="image/png" href="images/favicon.png"/>
2013-03-21 16:09:13 +01:00
<link rel="icon" type="image/png" sizes="72x72" href="images/favicon-72px.png" />
2006-09-11 08:49:46 +02:00
2016-08-10 11:22:30 +02:00
<script>
dojoConfig = {
async: true,
cacheBust: "<?= get_scripts_timestamp(); ?>",
2016-08-10 11:22:30 +02:00
packages: [
{ name: "lib", location: "../" },
{ name: "fox", location: "../../js" },
]
};
</script>
<?php
foreach (["lib/dojo/dojo.js",
"lib/dojo/tt-rss-layer.js",
"js/common.js",
"js/prefs.js"] as $jsfile) {
echo javascript_tag($jsfile);
} ?>
2006-05-20 13:16:16 +02:00
<script type="text/javascript">
require({cache:{}});
</script>
2018-03-08 16:41:03 +01:00
<script type="text/javascript">
<?php
2013-04-18 10:27:34 +02:00
foreach (PluginHost::getInstance()->get_plugins() as $n => $p) {
2012-12-23 13:15:34 +01:00
if (method_exists($p, "get_prefs_js")) {
2018-12-13 18:13:30 +01:00
$script = $p->get_prefs_js();
if ($script) {
echo "try {
$script
} catch (e) {
console.warn('failed to initialize plugin JS: $n', e);
}";
}
2012-12-23 13:15:34 +01:00
}
}
?>
</script>
2005-11-17 08:10:31 +01:00
<style type="text/css">
@media (prefers-color-scheme: dark) {
body {
background : #303030;
}
}
body.css_loading * {
display : none;
}
</style>
2021-04-09 12:45:25 +02:00
<noscript>
<style type="text/css">
body.css_loading noscript {
display : block;
margin : 16px;
}
</style>
<?= stylesheet_tag("themes/light.css") ?>
</noscript>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
2005-08-22 03:17:12 +02:00
</head>
<body class="flat ttrss_main ttrss_prefs css_loading">
2011-12-10 18:26:59 +01:00
2021-04-09 12:45:25 +02:00
<noscript class="alert alert-error"><?= ('Javascript is disabled. Please enable it.') ?></noscript>
<div id="notify" class="notify"></div>
2010-11-16 13:56:48 +01:00
<div id="cmdline" style="display : none"></div>
2008-05-19 14:00:35 +02:00
<div id="overlay">
<div id="overlay_inner">
<?= __("Loading, please wait...") ?>
2010-11-19 14:08:02 +01:00
<div dojoType="dijit.ProgressBar" places="0" style="width : 300px" id="loading_bar"
progress="0" maximum="100">
2008-05-19 14:00:35 +02:00
</div>
</div>
2011-04-18 14:29:10 +02:00
</div>
2008-05-19 14:00:35 +02:00
<div id="header">
<i class="material-icons net-alert" style="display : none"
title="<?= __("Communication problem with server.") ?>">error_outline</i>
<i class="material-icons log-alert" style="display : none" onclick="App.openPreferences('system')"
title="<?= __("Recent entries found in event log.") ?>">warning</i>
<i id="updates-available" class="material-icons icon-new-version" style="display : none">new_releases</i>
<a href="#" onclick="document.location.href = 'index.php'"><?= __('Exit preferences') ?></a>
2006-09-30 08:49:50 +02:00
</div>
2011-04-18 14:29:10 +02:00
<div id="main" dojoType="dijit.layout.BorderContainer">
<div dojoType="dijit.layout.TabContainer" region="center" id="pref-tabs">
<div id="prefsTab" dojoType="dijit.layout.ContentPane"
2023-10-25 11:55:09 +02:00
href="backend.php?op=Pref_Prefs"
title="<i class='material-icons'>settings</i> <?= __('Preferences') ?>"></div>
<div id="feedsTab" dojoType="dijit.layout.ContentPane"
2023-10-25 11:55:09 +02:00
href="backend.php?op=Pref_Feeds"
title="<i class='material-icons'>rss_feed</i> <?= __('Feeds') ?>"></div>
<div id="filtersTab" dojoType="dijit.layout.ContentPane"
style="padding : 0px"
2023-10-25 11:55:09 +02:00
href="backend.php?op=Pref_Filters"
title="<i class='material-icons'>filter_list1</i> <?= __('Filters') ?>"></div>
<div id="labelsTab" dojoType="dijit.layout.ContentPane"
style="padding : 0px"
2023-10-25 11:55:09 +02:00
href="backend.php?op=Pref_Labels"
title="<i class='material-icons'>label_outline1</i> <?= __('Labels') ?>"></div>
<?php if ($_SESSION["access_level"] >= UserHelper::ACCESS_LEVEL_ADMIN) { ?>
<div id="usersTab" dojoType="dijit.layout.ContentPane"
style="padding : 0px"
2023-10-25 11:55:09 +02:00
href="backend.php?op=Pref_Users"
title="<i class='material-icons'>person</i> <?= __('Users') ?>"></div>
<div id="systemTab" dojoType="dijit.layout.ContentPane"
2023-10-25 11:55:09 +02:00
href="backend.php?op=Pref_System"
title="<i class='material-icons'>info_outline</i> <?= __('System') ?>"></div>
<?php } ?>
<?php
PluginHost::getInstance()->run_hooks(PluginHost::HOOK_PREFS_TABS);
?>
</div>
<div id="footer" dojoType="dijit.layout.ContentPane" region="bottom">
<a class="text-muted" target="_blank" href="https://tt-rss.org/">Tiny Tiny RSS</a>
<span>v<?= Config::get_version_html() ?></span>
&copy; 2005-<?= date('Y') ?>
<a class="text-muted" target="_blank" href="https://fakecake.org/">Andrew Dolgov</a>
</div>
2006-10-01 06:40:40 +02:00
</div>
2005-08-22 03:17:12 +02:00
</body>
</html>