*** empty log message ***
This commit is contained in:
parent
fd7d616a61
commit
b479e82348
8 changed files with 234 additions and 243 deletions
|
@ -5,7 +5,7 @@
|
|||
* @author Thomas Schulz <ths@4bconsult.de>
|
||||
* @author Alexey Borzov <borz_off@cs.msu.su>
|
||||
*
|
||||
* $Id: SmartyDynamic_example.php,v 1.1 2005/02/03 16:55:35 sebastian Exp $
|
||||
* $Id: SmartyDynamic_example.php,v 1.2 2005/02/08 11:06:17 sebastian Exp $
|
||||
*/
|
||||
|
||||
require_once 'HTML/QuickForm.php';
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
* @author Bertrand Mansion <bmansion@mamasam.com>
|
||||
* @author Thomas Schulz <ths@4bconsult.de>
|
||||
*
|
||||
* $Id: SmartyStatic_example.php,v 1.1 2005/02/03 16:55:35 sebastian Exp $
|
||||
* $Id: SmartyStatic_example.php,v 1.2 2005/02/08 11:06:17 sebastian Exp $
|
||||
*/
|
||||
|
||||
require_once 'HTML/QuickForm.php';
|
||||
|
|
|
@ -38,7 +38,7 @@ if (is_array($_REQUEST['popup'])){
|
|||
|
||||
};
|
||||
|
||||
$Smarty->assign('statusbar', $uiBrowser->getStationInfo());
|
||||
$Smarty->assign('statusbar', $uiBrowser->getStationInfo($ui_fmask['systemPrefs']));
|
||||
|
||||
if ($uiBrowser->userid) {
|
||||
$Smarty->assign('showMenuTop', TRUE);
|
||||
|
@ -85,7 +85,7 @@ if ($uiBrowser->userid) {
|
|||
case "upload_2":
|
||||
$Smarty->assign('structure', $uiBrowser->getStructure($uiBrowser->id, $_REQUEST['act']=='getHomeDir' ? TRUE : FALSE));
|
||||
$Smarty->assign('showPath', FALSE);
|
||||
|
||||
|
||||
$Smarty->assign('mDataForm', $uiBrowser->getMetaDataForm($uiBrowser->id, $ui_fmask['mData'], FALSE, $uiBrowser->getInfo($id, 'array')));
|
||||
$Smarty->assign('showMetaDataForm', TRUE);
|
||||
break;
|
||||
|
@ -140,7 +140,7 @@ if ($uiBrowser->userid) {
|
|||
break;
|
||||
|
||||
case "getInfo":
|
||||
$Smarty->assign('fInfo', $uiBrowser->getInfo($uiBrowser->id));
|
||||
$Smarty->assign('fInfo', $uiBrowser->getInfo($uiBrowser->id, 'text'));
|
||||
$Smarty->assign('showFile', TRUE);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue