<?php
/* +----------------------------------------------------------------------+
| Netautor Professional Application Server |
+----------------------------------------------------------------------+
| Copyright (C) 1998-2005 digiconcept GmbH. <www.digiconcept.net> |
+----------------------------------------------------------------------+
| This file is subject to license, that is bundled with this package |
| in the file LICENSE.TXT, and is available at through the |
| world-wide-web at http://www.netautor.com/license/ |
| |
| If you did not receive a copy of the license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| hide@address.com so we can mail you a copy. |
+----------------------------------------------------------------------+
| Authors: Stefan Rottensteiner <hide@address.com> |
| Marek Kadziela <hide@address.com> |
| Gregor Wollner |
| Christian Unger |
| Helli Kleinhans |
+----------------------------------------------------------------------+
| @version $Revision: 1.12 $ |
+----------------------------------------------------------------------+*/
/**
* Process execution mask.
*/
require_once('../../include/init.inc');
if(!$GLOBALS['USER']->check_feature('Admin') && !$GLOBALS['USER']->check_feature('ac_workflow'))
{
$GLOBALS['USER']->login_call();
}
$GLOBALS['LOCALE']->textdomain('proc');
?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>/digiconcept/netautor/process/execute</title>
<meta name ="generator" content="Netautor Professional">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta name ="robots" content="noindex">
<link href="../../include/netautor.css" rel="stylesheet" type="text/css" src="../../include/netautor.css">
</head>
<body class="brown">
<table width="780" border="0" cellspacing="0" cellpadding="4">
<form action="procs_message.php" target="_self">
<tr>
<td width="180" align="left" valign="top" class="text">
<img src="../../grafik/pixel.gif" width="180" height="1"><br>
</td>
<td width="600" align="left" valign="top" class="text">
<center>
<span class="head">
<?php echo( $GLOBALS['LOCALE']->gettext('process_execute') );?><br>
</span>
<br>
<input type="button" value="<?php echo( $GLOBALS['LOCALE']->gettext('button_close') );?>" class="clear" onClick="javascript:parent.document.getElementById('f_workflow').rows='*,0,24';top.scrollFrames('procsmessage,procssearch');"><br>
</center>
<img src="../../grafik/pixel.gif" width="1" height="7"><br>
<img src="../../grafik/spacer_grey.gif" width="592" height="15"><br>
<img src="../../grafik/pixel.gif" width="1" height="5"><br>
<?php
if(!empty($configfile)) include('../../scan/proc.php');
?>
<br><br>
<img src="../../grafik/pixel.gif" width="592" height="1"><br>
</td>
</tr>
</table>
<br>
</form>
</body>
</html>