| 1 |
<?php |
<?php |
| 2 |
/** |
/** |
| 3 |
* @package Mambo |
* @package Mambo |
|
* @copyright Refer to copyright.php |
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL |
|
| 4 |
* @author Mambo Foundation Inc see README.php |
* @author Mambo Foundation Inc see README.php |
| 5 |
|
* @copyright Mambo Foundation Inc. |
| 6 |
|
* See COPYRIGHT.php for copyright notices and details. |
| 7 |
|
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see |
| 8 |
|
* LICENSE.php |
| 9 |
|
* Mambo is free software; you can redistribute it and/or |
| 10 |
|
* modify it under the terms of the GNU General Public License |
| 11 |
|
* as published by the Free Software Foundation; version 2 of the |
| 12 |
|
* License. |
| 13 |
*/ |
*/ |
| 14 |
|
|
| 15 |
/** ensure this file is being included by a parent file */ |
/** ensure this file is being included by a parent file */ |
| 116 |
|
|
| 117 |
function character_data ($parser, $data) { |
function character_data ($parser, $data) { |
| 118 |
if ($this->errors->getMaxLevel() >= _MOS_ERROR_FATAL) return; |
if ($this->errors->getMaxLevel() >= _MOS_ERROR_FATAL) return; |
| 119 |
$this->chardata .= trim($data); |
$this->chardata .= $data; |
| 120 |
} |
} |
| 121 |
|
|
| 122 |
function element_mosinstall ($attrs) { |
function element_mosinstall ($attrs) { |
| 422 |
?> |
?> |
| 423 |
<tr> |
<tr> |
| 424 |
<td width="30%" valign="top" align="right"> |
<td width="30%" valign="top" align="right"> |
| 425 |
<b><?php if ($redstar) echo '<font color="red">*</font>'; echo $title; if ($maxsize) echo "</b> <br /><i>$maxsize</i> "; ?></b> |
<strong><?php if ($redstar) echo '<font color="red">*</font>'; echo $title; if ($maxsize) echo "</strong> <br /><em>$maxsize</em> "; ?></strong> |
| 426 |
</td> |
</td> |
| 427 |
<?php |
<?php |
| 428 |
} |
} |
| 460 |
?> |
?> |
| 461 |
<tr> |
<tr> |
| 462 |
<td width="30%" valign="top" align="right"> |
<td width="30%" valign="top" align="right"> |
| 463 |
<b><?php echo $title; ?></b> |
<strong><?php echo $title; ?></strong> |
| 464 |
</td> |
</td> |
| 465 |
<?php |
<?php |
| 466 |
$this->tickBox($object,$property); |
$this->tickBox($object,$property); |
| 564 |
?> |
?> |
| 565 |
<tr> |
<tr> |
| 566 |
<td width="30%" valign="top" align="right"> |
<td width="30%" valign="top" align="right"> |
| 567 |
<b><?php echo $title; ?></b> |
<strong><?php echo $title; ?></strong> |
| 568 |
</td> |
</td> |
| 569 |
<td valign="top"> |
<td valign="top"> |
| 570 |
<?php |
<?php |