diff options
| author | the_systech <the_systech@users.sourceforge.net> | 2001-07-05 21:04:53 +0000 |
|---|---|---|
| committer | the_systech <the_systech@users.sourceforge.net> | 2001-07-05 21:04:53 +0000 |
| commit | 8e9aaebf5b3376701f38378855e22d4c8791cfb7 (patch) | |
| tree | 2bba1f440ea5c2e59c39b952bf7acadff04908b9 /phpBB | |
| parent | 2f0b5cfc4c228940e8d2fb6c63fa67ec73cd577b (diff) | |
| download | forums-8e9aaebf5b3376701f38378855e22d4c8791cfb7.tar forums-8e9aaebf5b3376701f38378855e22d4c8791cfb7.tar.gz forums-8e9aaebf5b3376701f38378855e22d4c8791cfb7.tar.bz2 forums-8e9aaebf5b3376701f38378855e22d4c8791cfb7.tar.xz forums-8e9aaebf5b3376701f38378855e22d4c8791cfb7.zip | |
template for db_utilities
git-svn-id: file:///svn/phpbb/trunk@577 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/templates/Default/admin/db_utilities.tpl | 49 | ||||
| -rw-r--r-- | phpBB/templates/PSO/admin/db_utilities.tpl | 40 |
2 files changed, 89 insertions, 0 deletions
diff --git a/phpBB/templates/Default/admin/db_utilities.tpl b/phpBB/templates/Default/admin/db_utilities.tpl new file mode 100644 index 0000000000..0092f005cc --- /dev/null +++ b/phpBB/templates/Default/admin/db_utilities.tpl @@ -0,0 +1,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 © 2001 phpBB Group, All Rights Reserved</font> +<br> +</div> +</body> +</html> diff --git a/phpBB/templates/PSO/admin/db_utilities.tpl b/phpBB/templates/PSO/admin/db_utilities.tpl new file mode 100644 index 0000000000..588b90bcc8 --- /dev/null +++ b/phpBB/templates/PSO/admin/db_utilities.tpl @@ -0,0 +1,40 @@ +<!-- $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 {font-family:Verdana,serif;font-size:8pt} + TD {font-family:Verdana,serif;font-size:8pt} + + 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 © 2001 phpBB Group, All Rights Reserved</font> +<br> +</div> +</body> +</html> |
