2013-08-14 21:46:57 +02:00
|
|
|
<!doctype html>
|
2013-08-14 21:42:59 +02:00
|
|
|
<html>
|
|
|
|
<head>
|
2020-10-01 05:15:27 -04:00
|
|
|
<title data-l10n-id="admin.page-title">Admin Dashboard - Etherpad</title>
|
2013-08-14 21:42:59 +02:00
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<link rel="stylesheet" href="../static/css/admin.css">
|
|
|
|
<script src="../static/js/jquery.js"></script>
|
|
|
|
<script src="../socket.io/socket.io.js"></script>
|
2020-10-01 05:15:27 -04:00
|
|
|
<link rel="localizations" type="application/l10n+json" href="../locales.json" />
|
|
|
|
<script src="../static/js/html10n.js"></script>
|
|
|
|
<script src="../static/js/l10n.js"></script>
|
2013-08-14 21:42:59 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="wrapper">
|
|
|
|
<div class="menu">
|
2014-11-22 10:24:30 +01:00
|
|
|
<h1><a href="../">Etherpad</a></h1>
|
2013-08-14 21:42:59 +02:00
|
|
|
<ul>
|
2020-05-19 08:21:31 -04:00
|
|
|
<% e.begin_block("adminMenu"); %>
|
2020-10-01 05:15:27 -04:00
|
|
|
<li><a href="plugins" data-l10n-id="admin_plugins">Plugin manager</a></li>
|
|
|
|
<li><a href="settings" data-l10n-id="admin_settings">Settings</a></li>
|
|
|
|
<li><a href="plugins/info" data-l10n-id="admin_plugins_info">Troubleshooting information</a></li>
|
2013-08-14 21:42:59 +02:00
|
|
|
<% e.end_block(); %>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
2016-09-20 09:06:07 +02:00
|
|
|
<div style="display:none"><a href="/javascript" data-jslicense="1">JavaScript license information</a></div>
|
2013-08-14 21:42:59 +02:00
|
|
|
</body>
|
|
|
|
</html>
|