<tr> <td class="txtLabel" style="padding: 5px; width:84px;" align="right">Host:</td> <td class="txtValue" align="left" nowrap="nowrap"><?php echo $desc['hostName']; ?> </td> <td class="txtLabel" align="left" nowrap="nowrap">Port: <?php echo $desc['port']; ?> </td> </tr> <tr> <td class="txtLabel" style="padding: 5px;" align="right" valign="top">Description:</td> <td class="txtValue" colspan="2" align="left"> <?php echo formatDesc($desc['description']); ?> </td> </tr> <tr> <td class="txtLabel" style="padding: 5px;" align="right" nowrap="nowrap">O.S.:</td> <td class="txtValue" colspan="2" align="left"><?php echo $desc['OS']; ?> </td> </tr> <tr> <td class="txtLabel" style="padding: 5px;" align="right" nowrap="nowrap">CPU:</td> <td class="txtValue" colspan="2" align="left"><?php echo $desc['CPU']; ?>
<p><?php echo image_tag(S3Voota::getImagesUrl() . '/propuestas/cc_' . $form['imagen']->getValue(), 'alt="' . __('Imagen de %1%', array('%1%' => $form['titulo']->getValue())) . '"'); ?> </p> <?php } ?> </div> <div class="description"> <h3><?php echo __('Sobre la propuesta'); ?> </h3> <?php echo formatDesc($form['descripcion']->getValue()); ?> <?php if ($form['doc']->getValue()) { ?> <p><?php echo __('Documento'); ?> : <a class="document" href="<?php echo S3Voota::getImagesUrl() . '/docs/' . $form['doc']->getValue(); ?> "><?php echo $form['doc']->getValue(); ?> </a> (<?php $s = new S3Voota();
<tr> <td class="txtLabel" style="padding: 5px; width:84px;" align="right"> Host: </td> <td class="txtValue" align="left" nowrap="nowrap"><?php echo $server['hostName']; ?> </td> <td class="txtLabel" align="left" nowrap="nowrap"> Port: <?php echo $server['port']; ?> </td> </tr> <tr> <td class="txtLabel" style="padding: 5px;" align="right" valign="top"> Description: </td> <td class="txtValue" colspan="2" align="left"> <?php echo formatDesc($server['description']); ?> </td> </tr> <tr> <td class="txtLabel" style="padding: 5px;" align="right" nowrap="nowrap"> O.S.: </td> <td class="txtValue" colspan="2" align="left"><?php echo $server['OS']; ?> </td> </tr> <tr> <td class="txtLabel" style="padding: 5px;" align="right" nowrap="nowrap"> CPU: </td> <td class="txtValue" colspan="2" align="left"><?php echo $server['CPU']; ?>
function formatPresentacion($str, $ender = "") { return formatDesc($str, $ender); }