1{include file="$gentemplates/_header.tpl" js=$refreshjs pagetitle="$personaloverview"}
2{include file="$gentemplates/_navi.tpl" pagetitle="$personaloverview: $fullname"}
3
4{literal}
5<script type="text/javascript">
6function openSelector(id, sid){
7    window.location.href = "../news/index.php?action=details&id="+id+"&"+sid;
8}
9</script>
10{/literal}
11
12&nbsp;
13<br>
14
15<table border="0" cellpadding="0" cellspacing="0">
16  {if $warning == 1}
17  <tr>
18    <td class="stand">&nbsp;&nbsp;</td>
19    <td class="stand"><h4>{$note}: {$warningtext}</h4></td>
20  </tr>
21  <tr>
22    <td class="stand">&nbsp;&nbsp;</td>
23    <td class="stand">&nbsp;</td>
24  </tr>
25  {/if}
26</table>
27
28<table border="0" cellpadding="0" cellspacing="0" width="100%">
29
30{section name="ind" loop=$tabs}
31<tr>
32	<td class="stand" width="1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
33	{section name="ind2" loop=$tabs[ind]}
34	<td align="center" valign="top" width="33%">{$tabs[ind][ind2]|smarty:nodefaults}</td>
35	<td class="stand" width="1">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
36	{/section}
37</tr>
38{/section}
39</table>
40
41{include file="$gentemplates/_footer.tpl" aktUser=$username}