Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<html>
    <head>
        <title>Content-Management-System - Webagentur Niewerth</title>
        <link rel="stylesheet" type="text/css" href="buttons.css">
        <style type="text/css">
            span 
            {
                text-decoration:underline; 
                color:#000000
            }
            p 
            {
                font-family: Arial, Helvetica, sans-serif; 
                font-size: 10pt; 
                color: #000000;
            }
            p.error 
            {
                font-family: Arial, Helvetica, sans-serif; 
                font-size: 10pt; 
                font-weight: bold;
            }
            span 
            {
                font-family: Arial, Helvetica, sans-serif; 
                font-size: 10pt;
            }
            span.blue 
            {
                font-family: Arial, Helvetica, sans-serif; 
                color: #FFFFFF; 
                background-color:#0000A0; 
                font-size: 10pt;
            }
            span.small 
            {
                font-family: Arial, Helvetica, sans-serif; 
                font-size: 8pt; 
                text-decoration: none;
            }
            td
            {
                font-family: Arial, Helvetica, sans-serif; 
                font-size: 10pt;
            }
            td.timeout 
            {
                font-family: Arial, Helvetica, sans-serif; 
                font-size: 10pt; 
                color: #FF0000;
            }
            td.small 
            {
                font-family: Arial, Helvetica, sans-serif; 
                font-size: 8pt;
            }
            td.headline 
            {
                font-family: Arial, Helvetica, sans-serif; 
                font-size: 10pt; 
                color: #FFFFFF; 
                font-weight: bold;
            }
            td.haupt 
            {
                font-family: Arial, Helvetica, sans-serif; 
                font-size: 10pt; 
                font-weight: bold;
            }
            input 
            {
                font-family: Arial, Helvetica, sans-serif; 
                font-size: 8pt;
            }
            select 
            {
                font-family: Arial, Helvetica, sans-serif; 
                font-size: 8pt;
            }
            textarea 
            {
                font-family: Arial, Helvetica, sans-serif; 
                font-size: 8pt;
            }
            a 
            {
                text-decoration: none;
            }
        </style>
        
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
        <meta name="author" content="Webagentur Niewerth - www.weban.de">
        <meta name="revisit-after" content="30 days">
        <meta name="language" content="deutsch, de">
        <meta name="distribution" content="global">
        <meta name="robots" content="all">
        <script language="Javascript" src="/js/overlib.js" type="text/javascript"></script>
        <script language="JavaScript" type="text/JavaScript">
            <!--
            function MM_openBrWindow(theURL,winName,features) 
            { 
                //v2.0
                window.open(theURL,winName,features);
            }
            //-->
        </script>
    </head>
        
    <body bgcolor="#FFFFFF" leftmargin="20" topmargin="10" marginwidth="20" marginheight="10" text="#000096">
        <form method="post" action="#" name="formname" enctype="multipart/form-data">
            <table width="585" border="1" cellspacing="0" cellpadding="3" bordercolorlight="#FFFFFF" bordercolordark="#999999">
                <tr> 
                    <td colspan="2" class="headline" bgcolor="#000099">
                        Web-Rechte: Bearbeite
                    </td>
                </tr>
                <tr> 
                    <td bgcolor="#000099" class="headline" width="13%">Web:</td>
                    <td>{$web.domain}</td>
                </tr>
                <tr> 
                    <td bgcolor="#000099" class="headline" width="13%" valign="top">Rechte:</td>
                    <td>
                        <table border="0" cellspacing="0" cellpadding="0" width="100%">
                        {section loop=$modules name=m_ind}
                            <tr> 
                                <td bgcolor="#000099" colspan="4" class="headline">
                                    {$modules[m_ind].name}
                                </td>
                            </tr>
                        {section loop=$modules[m_ind].tools name=t_ind}
                            <tr> 
                                <td width="5%"> 
                                    <input type="checkbox">
                                </td>
                                <td colspan="3" bgcolor="#FFFFFF"> 
                                {$modules[m_ind].tools[t_ind].name}
                                </td>
                            </tr>
                        {section loop=$modules[m_ind].tools[t_ind].properties name=p_ind}
                            <tr> 
                                <td>&nbsp;</td>
                                <td width="5%">
                                {assign var=p_id value=$modules[m_ind].tools[t_ind].properties[p_ind].ID}
                                    <input type="hidden" name="modules[{$modules[m_ind].ID}][{$modules[m_ind].tools[t_ind].ID}][{$modules[m_ind].tools[t_ind].properties[p_ind].ID}]" value="0"> 
                                    <input type="checkbox" name="modules[{$modules[m_ind].ID}][{$modules[m_ind].tools[t_ind].ID}][{$modules[m_ind].tools[t_ind].properties[p_ind].ID}]" value="1" {if isset($web.webs_properties[$p_id])}checked="checked"{/if}>
                                </td>
                                <td>
                                    <span onmouseover="return overlib('{if $modules[m_ind].tools[t_ind].properties[p_ind].beschreibung}{$modules[m_ind].tools[t_ind].properties[p_ind].beschreibung}{else}Keine Beschreibung{/if}', CAPTION, '{$modules[m_ind].tools[t_ind].properties[p_ind].name} ({$modules[m_ind].tools[t_ind].properties[p_ind].ID})', HAUTO, VAUTO, WIDTH, 500);" onmouseout='return nd();' style="{if $modules[m_ind].tools[t_ind].properties[p_ind].beschreibung}cursor:pointer{else}text-decoration:none;{/if}">{$modules[m_ind].tools[t_ind].properties[p_ind].name}</span>
                                </td>
                                <td>
                                    {if $modules[m_ind].tools[t_ind].properties[p_ind].ID==425 || $modules[m_ind].tools[t_ind].properties[p_ind].ID==20}
                                    {html_options name="Bezeichnung[$p_id]" values=$algos output=$algos selected=$web.webs_properties[$modules[m_ind].tools[t_ind].properties[p_ind].ID]}
                                    {else}
                                    <input type="text" name="Bezeichnung[{$modules[m_ind].tools[t_ind].properties[p_ind].ID}]" value="{$web.webs_properties[$modules[m_ind].tools[t_ind].properties[p_ind].ID]}">
                                    {/if}
                                </td>
                            </tr>
                        {/section}
                        {/section}
                        {/section}
                        </table>
                    </td>
                </tr>
                <tr> 
                    <td align="right" colspan="2" bgcolor="#000099"> 
                        <input type="hidden" name="ID" value="{$web.ID}">
                        <input type="hidden" name="action" value="update">
                        <input type="submit" value="OK">
                        <input type="reset" value="Zur&uuml;cksetzen">
                    </td>
                </tr>
            </table>
        </form> 
    </body>
</html>