git-svn-id: http://xe-core.googlecode.com/svn/trunk@805 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-30 06:01:24 +00:00
parent 84d0a85ebb
commit df75151c85
79 changed files with 1972 additions and 1919 deletions

View file

@ -2,39 +2,41 @@
<table border="1">
<tr>
<th>{$lang->component_name}</th>
<th>{$lang->component_version}</th>
<th>{$lang->component_author}</th>
<th>{$lang->component_link}</th>
<th>{$lang->component_date}</th>
<th>{$lang->cmd_setup}</th>
<th>{$lang->use}</th>
<th colspan="2">{$lang->cmd_move}</th>
<th>{$lang->component_name}</th>
<th>{$lang->component_version}</th>
<th>{$lang->component_author}</th>
<th>{$lang->component_link}</th>
<th>{$lang->component_date}</th>
<th>{$lang->cmd_setup}</th>
<th>{$lang->use}</th>
<th colspan="2">{$lang->cmd_move}</th>
</tr>
<!--@foreach($component_list as $component_name => $xml_info)-->
<tr>
<td rowspan="2">{$xml_info->title}<br />({$component_name})</td>
<td rowspan="2">{$xml_info->version}</td>
<td><a href="mailto:{$xml_info->author->email_address}">{$xml_info->author->name}</a></td>
<td><a href="#" onclick="window.open('{$xml_info->author->link}');return false;">{$xml_info->author->link}</a></td>
<td>{$xml_info->author->date}</td>
<td>
<!--@if($xml_info->extra_vars)-->
<a href="#" onclick="doSetupComponent('{$component_name}'); return false;">{$lang->cmd_setup}</a>
<!--@end-->
</td>
<td>
<!--@if($xml_info->enabled=='Y')-->
<a href="#" onclick="doDisableComponent('{$component_name}');return false;">{$lang->notuse}</a>
<!--@else-->
<a href="#" onclick="doEnableComponent('{$component_name}');return false;">{$lang->use}</a>
<!--@end-->
</td>
<td><a href="#" onclick="doMoveListOrder('{$component_name}','up'); return false;">{$lang->cmd_move_up}</a></td>
<td><a href="#" onclick="doMoveListOrder('{$component_name}','down'); return false;">{$lang->cmd_move_down}</a></td>
<td rowspan="2">{$xml_info->title}<br />({$component_name})</td>
<td rowspan="2">{$xml_info->version}</td>
<td><a href="mailto:{$xml_info->author->email_address}">{$xml_info->author->name}</a></td>
<td><a href="#" onclick="window.open('{$xml_info->author->link}');return false;">{$xml_info->author->link}</a></td>
<td>{$xml_info->author->date}</td>
<td>
<!--@if($xml_info->extra_vars)-->
<a href="#" onclick="doSetupComponent('{$component_name}'); return false;">{$lang->cmd_setup}</a>
<!--@end-->
</td>
<td>
<!--@if($xml_info->enabled=='Y')-->
<a href="#" onclick="doDisableComponent('{$component_name}');return false;">{$lang->notuse}</a>
<!--@else-->
<a href="#" onclick="doEnableComponent('{$component_name}');return false;">{$lang->use}</a>
<!--@end-->
</td>
<td><a href="#" onclick="doMoveListOrder('{$component_name}','up'); return false;">{$lang->cmd_move_up}</a></td>
<td><a href="#" onclick="doMoveListOrder('{$component_name}','down'); return false;">{$lang->cmd_move_down}</a></td>
</tr>
<tr>
<td colspan="7">{nl2br($xml_info->description)}</td>
<td colspan="7">{nl2br($xml_info->description)}</td>
</tr>
<!--@end-->
</table>