Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<?
        $self=basename($PHP_SELF);
        define ("modul_name", "online_shop");
        define ("tool_name", "directory");
        require_once "connect2.php";

        session_start();
        if (!$language) {$language="DE";}
        
        if ($delete_link)
        {
                mysql_query("delete from shop_link_table where ID = $ID and Father = $Father and Verwendung = 'd2d'");
?>
<script language="javascript">
parent.tree.reload();
document.location.href="directory.php?action=edit&ID=<? echo $Father ?>";
</script>
<?
        }

        if ($goto_original)
        {
                header("Location: directory.php?action=edit&ID=$ID");
        }
?>
<html>
<head>
<title><? echo $webs[kunde_bezeichnung] ?>: Redaktionssystem</title>
<meta http-equiv="Content-Type" content="text/html; charset=<? echo $charset ?>">
<link rel=stylesheet type="text/css" href="redaktion.css">
<meta name="description" content="Redaktionssystem">
<meta name="author" content="Webagentur Niewerth">
<meta name="robots" content="noindex">
</head>
<body bgcolor="#<? echo $webs[bgcolor_seite]; ?>" leftmargin="20" topmargin="10" marginwidth="20" marginheight="10" text="#000000">
<form action="<? echo $self ?>" method="post">
<table width="488" border="1" cellspacing="0" cellpadding="3" bordercolorlight="#FFFFFF" bordercolordark="#999999">
  <tr bgcolor="#<? echo $webs[bgcolor_links] ?>"> 
    <td height="23"><font color="#<? echo $webs[font_color_links] ?>"><b>verlinkter 
      Ordner 
      <input type="hidden" name="Father" value="<? echo $Father ?>">
      <input type="hidden" name="ID" value="<? echo $ID ?>">
      </b></font></td>
  </tr>
  <tr bgcolor="#<? echo $webs[bgcolor_links] ?>"> 
    <td align="center"> 
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td align="center" width="50%" height="200"> 
              <input type="submit" value="Verlinkung l&ouml;schen" name="delete_link">
          </td>
          <td align="center" width="50%"> 
              <input type="submit" name="goto_original" value="zu den Ordnerdaten wechseln">
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</form>
</body>