aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates/Default/admin/db_utilities.tpl
blob: 0092f005ccbc9a9197c3128fa566de48cea0c47c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!-- $Id$ -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
            "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>phpBB - DB Utilities</title>
<style type="text/css">
<!--
	P {font-family:Verdana,serif;font-size:8pt}

	H1 {font-family:Arial,Helvetica,sans-serif;font-size:14pt;}
	H2 {font-family:Arial,Helvetica,sans-serif;font-size:12pt;}
	H3 {font-family:Arial,Helvetica,sans-serif;font-size:10pt;}

	TH {background-color:#CCCCCC;font-family:Verdana,serif;font-size:8pt}
	TD {font-family:Verdana,serif;font-size:8pt}

	TD.cell1 {background-color:#DDDDDD}
	TD.cell2 {background-color:#EEEEEE}

	TD.authall {background-color:#EEEEEE;text-align:center}
	TD.authacl {background-color:#DDDDDD;text-align:center}
	TD.authmod {background-color:#CCCCCC;text-align:center}
	TD.authadmin {background-color:#BBBBBB;text-align:center}

	SELECT.small	{width:140px;font-family:"Courier New",courier;font-size:8pt;}
	INPUT.text		{font-family:"Courier New",courier;font-size:8pt;}

//-->
</style>
</head>
<body bgcolor="#FFFFFF" text="#000000">

<h1>Database Utilities</h1>
<div align="center">
{U_DB_MESSAGE}
<hr>
{U_DB_LINKS}
</div>
<hr>
<div align="center">
<font face="Verdana,serif" size="1">Powered By <a href="http://www.phpbb.com/" target="_phpbb">phpBB 2.0</a></font>
<br clear="all">
<font face="Verdana,serif" size="1">
Copyright &copy; 2001 phpBB Group, All Rights Reserved</font>
<br>
</div>
</body>
</html>