delete trunk for B3P v2

This commit is contained in:
Christian
2009-09-03 12:45:30 +00:00
parent 86aa9fdd9e
commit fb193c0f92
228 changed files with 0 additions and 21887 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 240 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 241 B

View File

@@ -1,38 +0,0 @@
<?php
/**
*
* @package acp
* @version $Id$
* @copyright (c) 2007 StarTrekGuide
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
/**
* @package mod_version_check
*/
if (!defined('IN_PHPBB'))
{
exit;
}
class board3_portal_check_version
{
function version()
{
global $portal_config, $phpbb_root_path, $phpEx;
include_once($phpbb_root_path . 'portal/includes/functions.' . $phpEx);
$portal_config = obtain_portal_config();
return array(
'author' => 'Saint_hh',
'title' => 'Board3 Portal',
'tag' => 'board3_portal',
'version' => $portal_config['portal_version'],
'file' => array('board3.de', 'updatecheck', 'board3_portal.xml'),
);
}
}
?>

View File

@@ -1,138 +0,0 @@
<!-- INCLUDE overall_header.html -->
<h1>{L_TITLE}</h1>
<p>{L_TITLE_EXPLAIN}</p>
<!-- IF S_LAYOUT_SETTINGS -->
<table cellspacing="1">
<caption>{L_PALLET_LAYOUT}</caption>
<col class="col1" /><col class="col2" /><col class="col1" />
<thead>
<tr>
<th>{L_COLUMN_LEFT}</th>
<th>{L_COLUMN_CENTER}</th>
<th>{L_COLUMN_RIGHT}</th>
</tr>
</thead>
<tbody>
<!-- BEGIN table_row -->
<tr>
<td>
<!-- IF table_row.LEFT -->
<!-- IF table_row.S_LEFT_FIRST_ROW && not table_row.S_LEFT_LAST_ROW -->
{ICON_MOVE_UP_DISABLED}
<a href="{table_row.U_MOVE_DOWN}">{ICON_MOVE_DOWN}</a>
<!-- ELSEIF not table_row.S_LEFT_FIRST_ROW && not table_row.S_LEFT_LAST_ROW-->
<a href="{table_row.U_MOVE_UP}">{ICON_MOVE_UP}</a>
<a href="{table_row.U_MOVE_DOWN}">{ICON_MOVE_DOWN}</a>
<!-- ELSEIF table_row.S_LEFT_LAST_ROW && not table_row.S_LEFT_FIRST_ROW -->
<a href="{table_row.U_MOVE_UP}">{ICON_MOVE_UP}</a>
{ICON_MOVE_DOWN_DISABLED}
<!-- ELSE -->
{ICON_MOVE_UP_DISABLED}
{ICON_MOVE_DOWN_DISABLED}
<!-- ENDIF -->
{ICON_MOVE_RIGHT}
<!-- IF table_row.S_LEFT_ENABLED -->
{ICON_DELETE}
<!-- ELSE -->
{ICON_EDIT}
<!-- ENDIF -->
{table_row.LEFT}
<!-- ENDIF -->
</td>
<td>
<!-- IF table_row.CENTER -->
<!-- IF table_row.S_CENTER_FIRST_ROW && not table_row.S_CENTER_LAST_ROW -->
{ICON_MOVE_UP_DISABLED}
<a href="{table_row.U_MOVE_DOWN}">{ICON_MOVE_DOWN}</a>
<!-- ELSEIF not table_row.S_CENTER_FIRST_ROW && not table_row.S_CENTER_LAST_ROW-->
<a href="{table_row.U_MOVE_UP}">{ICON_MOVE_UP}</a>
<a href="{table_row.U_MOVE_DOWN}">{ICON_MOVE_DOWN}</a>
<!-- ELSEIF table_row.S_CENTER_LAST_ROW && not table_row.S_CENTER_FIRST_ROW -->
<a href="{table_row.U_MOVE_UP}">{ICON_MOVE_UP}</a>
{ICON_MOVE_DOWN_DISABLED}
<!-- ELSE -->
{ICON_MOVE_UP_DISABLED}
{ICON_MOVE_DOWN_DISABLED}
<!-- ENDIF -->
<!-- IF table_row.S_CENTER_ENABLED -->
{ICON_DELETE}
<!-- ELSE -->
{ICON_EDIT}
<!-- ENDIF -->
{table_row.CENTER}
<!-- ENDIF -->
</td>
<td>
<!-- IF table_row.RIGHT-->
<!-- IF table_row.S_RIGHT_FIRST_ROW && not table_row.S_RIGHT_LAST_ROW -->
{ICON_MOVE_UP_DISABLED}
<a href="{table_row.U_MOVE_DOWN}">{ICON_MOVE_DOWN}</a>
<!-- ELSEIF not table_row.S_RIGHT_FIRST_ROW && not table_row.S_RIGHT_LAST_ROW-->
<a href="{table_row.U_MOVE_UP}">{ICON_MOVE_UP}</a>
<a href="{table_row.U_MOVE_DOWN}">{ICON_MOVE_DOWN}</a>
<!-- ELSEIF table_row.S_RIGHT_LAST_ROW && not table_row.S_RIGHT_FIRST_ROW -->
<a href="{table_row.U_MOVE_UP}">{ICON_MOVE_UP}</a>
{ICON_MOVE_DOWN_DISABLED}
<!-- ELSE -->
{ICON_MOVE_UP_DISABLED}
{ICON_MOVE_DOWN_DISABLED}
<!-- ENDIF -->
{ICON_MOVE_LEFT}
<!-- IF table_row.S_RIGHT_ENABLED -->
{ICON_DELETE}
<!-- ELSE -->
{ICON_EDIT}
<!-- ENDIF -->
{table_row.RIGHT}
<!-- ENDIF -->
</td>
</tr>
<!-- END table_row -->
</tbody>
</table>
<table cellspacing="1">
<caption>{L_PALLET_KEY}</caption>
<col class="col1" /><col class="col2" />
<thead>
<tr>
<th>{L_IMAGE}</th>
<th>{L_KEY}</th>
</tr>
</thead>
<tbody>
<tr>
<td>{ICON_EDIT}</td>
<td>{L_EDIT}</td>
</tr>
<tr>
<td>{ICON_DELETE}</td>
<td>{L_DELETE}</td>
</tr>
<tr>
<td>{ICON_MOVE_UP}</td>
<td>{L_MOVE_UP}</td>
</tr>
<tr>
<td>{ICON_MOVE_DOWN}</td>
<td>{L_MOVE_DOWN}</td>
</tr>
<tr>
<td>{ICON_MOVE_LEFT}</td>
<td>{L_MOVE_LEFT}</td>
</tr>
<tr>
<td>{ICON_MOVE_RIGHT}</td>
<td>{L_MOVE_RIGHT}</td>
</tr>
</tbody>
</table>
<!-- ENDIF -->
<!-- INCLUDE overall_footer.html -->