Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

                <table width="100%" border="0" cellspacing="0" cellpadding="0" id="noprint">
                    <tr>
                        <td align="right"> 
                        {if $webs.domain_logo}
                            <a href="http://www.{$webs.domain}" target="_parent">
                                <img src="images/Domain-Logos/{$webs.domain_logo}" border="0">
                            </a>
                        {/if}
                            <iframe height="1" width="1" frameborder="NO" marginwidth="0" marginheight="0" src="Online-Shop/keep_alive.php"></iframe>
                        </td>
                    </tr>
                    <tr> 
                        <td align="center" width="100%">
                            <font size="1">
                                Sie sind angemeldet als:<br>{$smarty.session.USERNAME}<br>
                            </font> 
                            
                        </td>
                     </tr>
                     <tr>
                        <td width="100%">
                            <a href="start.php" target="tool">Termine:</a><br>
                            {section loop=$termine name=t_ind}
                                {$termine[t_ind].anz} * {$termine[t_ind].prioritaet} <br>
                            {/section}
                        </td>
                     </tr>
                     <tr>
                        <td valign="top" width="100%">
                            <div id="navi">
                                {section loop=$modules name=m_ind}
                                <h3><a href="#">{$modules[m_ind].name}</a></h3>
                                <div>
                                {section loop=$modules[m_ind].tools name=t_ind}
                                    <a href="{$modules[m_ind].tools[t_ind].filename}" target="tool">{$modules[m_ind].tools[t_ind].name}</a><br>
                                {/section}
                                </div>
                                {/section}
                            </div>
                        </td>
                    </tr>
                </table>
        <script type="text/javascript">
            $(function()
            {
                $('#navi').accordion({
                    autoHeight: false,
                    navigation: true,
                    collapsible:true
                }); 
            });
        </script>