1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 08:23:12 +02:00

Use consistent headers and footers on all webcpanel templates.

This commit is contained in:
Sadie Powell
2024-03-26 11:32:41 +00:00
parent 33be5de66e
commit 6b1f8de885
21 changed files with 62 additions and 157 deletions
@@ -1,4 +1,4 @@
{INCLUDE header.html}
{INCLUDE layout/header.loggedin.html}
{INCLUDE chanserv/chanlist.html}
<div class="panel-heading">Access List</div>
<div class="panel-body">
@@ -74,4 +74,4 @@
{END IF}
{END IF}
</div>
{INCLUDE footer.html}
{INCLUDE layout/footer.loggedin.html}
@@ -1,4 +1,4 @@
{INCLUDE header.html}
{INCLUDE layout/header.loggedin.html}
{INCLUDE chanserv/chanlist.html}
<div class="panel-heading">Akick List</div>
<div class="panel-body">
@@ -58,4 +58,4 @@
</form>
{END IF}
</div>
{INCLUDE footer.html}
{INCLUDE layout/footer.loggedin.html}
@@ -1,4 +1,4 @@
{INCLUDE header.html}
{INCLUDE layout/header.loggedin.html}
{INCLUDE chanserv/chanlist.html}
<div class="panel-heading">Channels you can drop</div>
<div class="panel-body">
@@ -29,4 +29,4 @@
</div>
{END IF}
</div>
{INCLUDE footer.html}
{INCLUDE layout/footer.loggedin.html}
@@ -1,3 +1,3 @@
{INCLUDE header.html}
{INCLUDE layout/header.loggedin.html}
{INCLUDE chanserv/chanlist.html}
{INCLUDE footer.html}
{INCLUDE layout/footer.loggedin.html}
@@ -1,4 +1,4 @@
{INCLUDE header.html}
{INCLUDE layout/header.loggedin.html}
{INCLUDE chanserv/chanlist.html}
<div class="panel-heading">Channel Mode List</div>
<div class="panel-body">
@@ -53,4 +53,4 @@
</form>
{END IF}
</div>
{INCLUDE footer.html}
{INCLUDE layout/footer.loggedin.html}
@@ -1,4 +1,4 @@
{INCLUDE header.html}
{INCLUDE layout/header.loggedin.html}
{INCLUDE chanserv/chanlist.html}
<div class="panel-heading">Channel Information</div>
<div class="panel-body">
@@ -86,4 +86,4 @@
{END IF}
{END IF}
</div>
{INCLUDE footer.html}
{INCLUDE layout/footer.loggedin.html}
+2 -31
View File
@@ -1,19 +1,4 @@
<!DOCTYPE html>
<!--[if IE 7]> <html lang="en" class="ie7"> <![endif]-->
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/style.css" media="screen" rel="stylesheet" type="text/css" />
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<title>{TITLE}</title>
</head>
<body>
<div id="frontPages" class="container">
{INCLUDE layout/header.html}
<div class="row">
<div class="col-lg-offset-4 col-lg-4">
<a href="/">
@@ -34,18 +19,4 @@
<a href="/register" class="btn btn-lg btn-default btn-block">Retry</a>
</div>
</div>
<br>
<div class="row">
<div class="col-lg-offset-3 col-lg-6">
<div class="footer text-center">
Anope IRC Services - &copy; 2013-2024 Anope Team - <a href="https://www.anope.org/">https://www.anope.org/</a>
</div>
</div>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
</body>
</html>
{INCLUDE layout/footer.html}
-14
View File
@@ -1,14 +0,0 @@
<br>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="footer text-center">
Anope IRC Services - &copy; 2013-2024 Anope Team - <a href="https://www.anope.org/">https://www.anope.org/</a>
</div>
</div>
</div>
</div>
</body>
</html>
@@ -1,4 +1,4 @@
{INCLUDE header.html}
{INCLUDE layout/header.loggedin.html}
<div class="panel-heading">vHost Information</div>
<div class="panel-body">
{FOR M IN MESSAGES}
@@ -42,4 +42,4 @@
</tbody>
</table>
</div>
{INCLUDE footer.html}
{INCLUDE layout/footer.loggedin.html}
@@ -0,0 +1,11 @@
<br>
<div class="row">
<div class="col-lg-12">
<div class="footer text-center">
<a href="https://www.anope.org/">Anope IRC Services &copy; 2013-2024 Anope Team</a>
</div>
</div>
</div>
</div>
</body>
</html>
@@ -0,0 +1,4 @@
</div>
</div>
</div>
{INCLUDE layout/footer.html}
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/style.css" media="screen" rel="stylesheet" type="text/css" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>{TITLE}</title>
</head>
<body>
<div id="frontPages" class="container">
@@ -1,27 +1,4 @@
<!DOCTYPE html>
<!--[if IE 7]> <html lang="en" class="ie7"> <![endif]-->
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/style.css" media="screen" rel="stylesheet" type="text/css" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.2/html5shiv.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.2.0/respond.js"></script>
<![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>{TITLE}</title>
</head>
<body>
<div id="frontPages" class="container">
{INCLUDE layout/header.html}
<div class="navbar navbar-default">
<span class="navbar-brand" style="margin-top: -1px">Anope Web <small>Control Panel</small></span>
<ul class="nav navbar-nav">
+2 -31
View File
@@ -1,19 +1,4 @@
<!DOCTYPE html>
<!--[if IE 7]> <html lang="en" class="ie7"> <![endif]-->
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/style.css" media="screen" rel="stylesheet" type="text/css" />
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<title>{TITLE}</title>
</head>
<body>
<div id="frontPages" class="container">
{INCLUDE layout/header.html}
<div class="row">
<div class="col-lg-offset-4 col-lg-4">
<a href="/">
@@ -38,18 +23,4 @@
</form>
</div>
</div>
<br>
<div class="row">
<div class="col-lg-offset-3 col-lg-6">
<div class="footer text-center">
Anope IRC Services - &copy; 2013-2024 Anope Team - <a href="https://www.anope.org/">https://www.anope.org/</a>
</div>
</div>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
</body>
</html>
{INCLUDE layout/footer.html}
@@ -1,4 +1,4 @@
{INCLUDE header.html}
{INCLUDE layout/header.loggedin.html}
<div class="panel-heading">Memos List</div>
<div class="panel-body">
{FOR M IN MESSAGES}
@@ -109,4 +109,4 @@
</div>
{END IF}
</div>
{INCLUDE footer.html}
{INCLUDE layout/footer.loggedin.html}
@@ -1,4 +1,4 @@
{INCLUDE header.html}
{INCLUDE layout/header.loggedin.html}
<div class="panel-heading">Channel access list</div>
<div class="panel-body">
<table id="tableInfoNorm" class="table table-hover">
@@ -20,4 +20,4 @@
</tbody>
</table>
</div>
{INCLUDE footer.html}
{INCLUDE layout/footer.loggedin.html}
@@ -1,4 +1,4 @@
{INCLUDE header.html}
{INCLUDE layout/header.loggedin.html}
<div class="panel-heading">Your certificate fingerprints</div>
<div class="panel-body">
{FOR M IN MESSAGES}
@@ -39,4 +39,4 @@
</div>
</form>
</div>
{INCLUDE footer.html}
{INCLUDE layout/footer.loggedin.html}
@@ -1,4 +1,4 @@
{INCLUDE header.html}
{INCLUDE layout/header.loggedin.html}
<div class="panel-heading">Confirm your Email</div>
<div class="panel-body">
{FOR M IN MESSAGES}
@@ -26,4 +26,4 @@
</div>
</form>
</div>
{INCLUDE footer.html}
{INCLUDE layout/footer.loggedin.html}
@@ -1,4 +1,4 @@
{INCLUDE header.html}
{INCLUDE layout/header.loggedin.html}
<div class="panel-heading">Your account information</div>
<div class="panel-body">
{FOR M IN ERRORS}
@@ -65,4 +65,4 @@
</div>
</form>
</div>
{INCLUDE footer.html}
{INCLUDE layout/footer.loggedin.html}
@@ -1,4 +1,4 @@
{INCLUDE header.html}
{INCLUDE layout/header.loggedin.html}
<div class="panel-heading">Akill List</div>
<div class="panel-body">
{IF EXISTS NOACCESS}
@@ -74,4 +74,4 @@
</form>
{END IF}
</div>
{INCLUDE footer.html}
{INCLUDE layout/footer.loggedin.html}
+2 -31
View File
@@ -1,19 +1,4 @@
<!DOCTYPE html>
<!--[if IE 7]> <html lang="en" class="ie7"> <![endif]-->
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<link href="/static/style.css" media="screen" rel="stylesheet" type="text/css" />
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<title>{TITLE}</title>
</head>
<body>
<div id="frontPages" class="container">
{INCLUDE layout/header.html}
<div class="row">
<div class="col-lg-offset-4 col-lg-4">
<a href="/">
@@ -48,18 +33,4 @@
</form>
</div>
</div>
<br>
<div class="row">
<div class="col-lg-offset-3 col-lg-6">
<div class="footer text-center">
Anope IRC Services - &copy; 2013-2024 Anope Team - <a href="https://www.anope.org/">https://www.anope.org/</a>
</div>
</div>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
</body>
</html>
{INCLUDE layout/footer.html}