[ Index ]

PHP Cross Reference of phpwcms V1.4.3 _r380 (23.11.09)

title

Body

[close]

/include/inc_tmpl/content/ -> cnt16.inc.php (source)

   1  <?php
   2  /*************************************************************************************
   3     Copyright notice
   4     
   5     (c) 2002-2009 Oliver Georgi (oliver@phpwcms.de) // All rights reserved.
   6   
   7     This script is part of PHPWCMS. The PHPWCMS web content management system is
   8     free software; you can redistribute it and/or modify it under the terms of
   9     the GNU General Public License as published by the Free Software Foundation;
  10     either version 2 of the License, or (at your option) any later version.
  11    
  12     The GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html
  13     A copy is found in the textfile GPL.txt and important notices to the license 
  14     from the author is found in LICENSE.txt distributed with these scripts.
  15    
  16     This script is distributed in the hope that it will be useful, but WITHOUT ANY 
  17     WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  18     PARTICULAR PURPOSE.  See the GNU General Public License for more details.
  19   
  20     This copyright notice MUST APPEAR in all copies of the script!
  21  *************************************************************************************/
  22  
  23  // ----------------------------------------------------------------
  24  // obligate check for phpwcms constants
  25  if (!defined('PHPWCMS_ROOT')) {
  26     die("You Cannot Access This Script Directly, Have a Nice Day.");
  27  }
  28  // ----------------------------------------------------------------
  29  
  30  
  31  //ecard
  32  
  33  $imgx = 0;
  34  $img_thumbs = '';
  35  $caption_box = '';
  36  
  37  if(!isset($content["ecard"])) {
  38  
  39      $content["ecard"] = array(
  40      
  41          "subject"    => '',
  42          "selector"    => 0,
  43          "onover"    => '',
  44          "onclick"    => '',
  45          "onout"        => '',
  46          "select"    => array(),
  47          'images'    => array(),
  48          "pos"        => 0,
  49          "width"        => '',
  50          "height"    => '',
  51          "form"        => false,
  52          "send"        => '',
  53          "mail"        => '',
  54          'col'        => 1,
  55          'space'        => '',
  56          'zoom'    => 0
  57          
  58      );
  59  
  60  }
  61  
  62  ?><tr>
  63      <td align="right" class="chatlist"><?php echo $BL['be_cnt_subject'] ?>:&nbsp;</td>
  64      <td><input name="cecard_subject" type="text" id="cecard_subject" class="f11b" style="width: 440px" value="<?php echo html_specialchars($content["ecard"]["subject"]) ?>" size="40" maxlength="250"></td>
  65  </tr>
  66  <tr><td colspan="2"><img src="img/leer.gif" alt="" width="1" height="6"></td></tr>
  67  <tr><td colspan="2"><img src="img/lines/l538_70.gif" alt="" width="538" height="1"></td></tr>
  68  <tr><td colspan="2"><img src="img/leer.gif" alt="" width="1" height="6"></td></tr>
  69  <tr>
  70    <td align="right" class="chatlist"><?php echo $BL['be_cnt_ecardform_selector'] ?>:&nbsp;</td>
  71    <td valign="top"><table border="0" cellpadding="0" cellspacing="0" bgcolor="#E7E8EB" summary="">
  72        <tr>
  73          <td><input name="cecard_selector" type="radio" value="0" <?php is_checked(0, $content["ecard"]["selector"]); ?>></td>
  74          <td class="v10"><?php echo $BL['be_cnt_ecardform_radiobutton'] ?>&nbsp;</td>
  75          <td><input name="cecard_selector" type="radio" value="1" <?php is_checked(1, $content["ecard"]["selector"]); ?>></td>
  76          <td class="v10"><?php echo $BL['be_cnt_ecardform_javascript'] ?>&nbsp;&nbsp;&nbsp;</td>
  77        </tr>
  78      </table></td>
  79  </tr>
  80  <tr><td colspan="2"><img src="img/leer.gif" alt="" width="1" height="4"></td></tr>
  81  <tr>
  82      <td align="right" class="chatlist"><?php echo $BL['be_cnt_ecardform_over'] ?>:&nbsp;</td>
  83      <td><input name="cecard_onover" type="text" id="cecard_over" class="f11" style="width: 440px" value="<?php echo html_specialchars($content["ecard"]["onover"]) ?>" size="40" /></td>
  84  </tr>
  85  <tr><td colspan="2"><img src="img/leer.gif" alt="" width="1" height="2"></td></tr>
  86  <tr>
  87      <td align="right" class="chatlist"><?php echo $BL['be_cnt_ecardform_click'] ?>:&nbsp;</td>
  88      <td><input name="cecard_onclick" type="text" id="cecard_onclick" class="f11" style="width: 440px" value="<?php echo html_specialchars($content["ecard"]["onclick"]) ?>" size="40" /></td>
  89  </tr>
  90  <tr><td colspan="2"><img src="img/leer.gif" alt="" width="1" height="2"></td></tr>
  91  <tr>
  92      <td align="right" class="chatlist"><?php echo $BL['be_cnt_ecardform_out'] ?>:&nbsp;</td>
  93      <td><input name="cecard_onout" type="text" id="cecard_onout" class="f11" style="width: 440px" value="<?php echo html_specialchars($content["ecard"]["onout"]) ?>" size="40" /></td>
  94  </tr>
  95  <tr><td colspan="2"><img src="img/leer.gif" alt="" width="1" height="6"></td></tr>
  96  <tr><td colspan="2"><img src="img/lines/l538_70.gif" alt="" width="538" height="1"></td></tr>
  97  <tr><td colspan="2"><img src="img/leer.gif" alt="" width="1" height="6"></td></tr>
  98  <tr>
  99    <td align="right" valign="top" class="chatlist"><img src="img/leer.gif" alt="" width="1" height="13"><?php echo $BL['be_cnt_image'] ?>:&nbsp;</td>
 100    <td valign="top"><table border="0" cellpadding="0" cellspacing="0" summary="">
 101        <tr>
 102          <td valign="top"><select name="cimage_list[]" size="<?php echo  isset($content["ecard"]["select"]) && count($content["ecard"]["select"]) ? count($content["ecard"]["select"])+5 : 5 ?>" multiple class="f11" id="cimage_list" style="width: 200px;">
 103  <?php
 104  if(is_array($content['ecard']['images']) && count($content['ecard']['images'])) {
 105  
 106      // browse images and list available
 107      // will be visible only when aceessible
 108      foreach($content['ecard']['images'] as $key => $value) {
 109      
 110          $caption_box .= html_specialchars($content['ecard']['images'][$key][6])."\n";
 111      
 112          $thumb_image = get_cached_image(
 113                          array(    "target_ext"    =>    $content['ecard']['images'][$key][3],
 114                                  "image_name"    =>    $content['ecard']['images'][$key][2] . '.' . $content['ecard']['images'][$key][3],
 115                                  "thumb_name"    =>    md5(    $content['ecard']['images'][$key][2].
 116                                                              $phpwcms["img_list_width"].
 117                                                              $phpwcms["img_list_height"].
 118                                                              $phpwcms["sharpen_level"]
 119                                                          )
 120                                )
 121                              );
 122  
 123          if($thumb_image != false) {
 124          
 125              // image found
 126              echo '<option value="' . $content['ecard']['images'][$key][0] . '">';
 127              $img_name = html_specialchars($content['ecard']['images'][$key][1]);
 128              echo $img_name . "</option>\n";
 129  
 130              if($imgx == 4) {
 131                  $img_thumbs .= '<br><img src="img/leer.gif" alt="" border="0" width="1" height="2"><br>';
 132                  $imgx = 0;
 133              }
 134              if($imgx) {
 135                  $img_thumbs .= '<img src="img/leer.gif" alt="" border="0" width="2" height="1">';
 136              }
 137              $img_thumbs .= '<img src="'.PHPWCMS_IMAGES . $thumb_image[0] .'" border="0" '.$thumb_image[3].' alt="'.$img_name.'" title="'.$img_name.'">';
 138  
 139              $imgx++;
 140          }
 141  
 142      }
 143  
 144  }
 145  
 146  ?>
 147            </select></td>
 148          <td valign="top"><img src="img/leer.gif" alt="" width="5" height="1"></td>                                           <!-- browser_image.php //-->
 149          <td valign="top"><a href="javascript:;" title="<?php echo $BL['be_cnt_openimagebrowser'] ?>" onclick="tmt_winOpen('filebrowser.php?opt=3&amp;target=nolist','imageBrowser','width=380,height=300,left=8,top=8,scrollbars=yes,resizable=yes',1)"><img src="img/button/open_image_button.gif" alt="" width="20" height="15" border="0"></a><br />
 150            <img src="img/leer.gif" alt="" width="1" height="4"><br />
 151            <a href="javascript:;" title="<?php echo $BL['be_cnt_sortup'] ?>" onclick="moveOptionUp(document.articlecontent.cimage_list);"><img src="img/button/image_pos_up.gif" alt="" width="10" height="9" border="0"></a><a href="javascript:;" title="<?php echo $BL['be_cnt_sortdown'] ?>" onclick="moveOptionDown(document.articlecontent.cimage_list);"><img src="img/button/image_pos_down.gif" alt="" width="10" height="9" border="0"></a><br />
 152            <img src="img/leer.gif" alt="" width="1" height="4"><br />
 153            <a href="javascript:;" onclick="removeSelectedOptions(document.articlecontent.cimage_list);" title="<?php echo $BL['be_cnt_delimage'] ?>"><img src="img/button/del_image_button1.gif" alt="" width="20" height="15" border="0"></a></td>
 154        </tr>
 155      </table><?php
 156  
 157  if(isset($img_thumbs) && $img_thumbs) { 
 158      echo '<table border="0" cellspacing="0" cellpadding="0">
 159          <tr><td style="padding-bottom:3px;"><img src="img/leer.gif" width="1" height="5"><br>'.$img_thumbs.'</td></tr>
 160          </table>';
 161  }
 162  
 163  ?></td>
 164  </tr>
 165  <tr>
 166    <td colspan="2"><img src="img/leer.gif" alt="" width="1" height="5"></td>
 167  </tr>
 168  <tr>
 169    <td align="right" class="chatlist"><?php echo $BL['be_cnt_alignment'] ?>:&nbsp;</td>
 170    <td><select name="cecard_pos" class="f10" id="cecard_pos">
 171                  <option value="0" <?php is_selected(0, $content["ecard"]["pos"]) ?>><?php echo $BL['be_cnt_left'].' ('.$BL['be_cnt_default'].')' ?></option>
 172                  <option value="1" <?php is_selected(1, $content["ecard"]["pos"]) ?>><?php echo $BL['be_cnt_center'] ?></option>
 173                  <option value="2" <?php is_selected(2, $content["ecard"]["pos"]) ?>><?php echo $BL['be_cnt_right'] ?></option>
 174                </select></td>
 175  </tr>
 176  <tr>
 177    <td colspan="2"><img src="img/leer.gif" alt="" width="1" height="5"></td>
 178  </tr>
 179  <tr>
 180    <td align="right" class="chatlist"><?php echo $BL['be_cnt_maxw'] ?>:&nbsp;</td>
 181    <td valign="top"><table border="0" cellpadding="0" cellspacing="0" summary="">
 182        <tr>
 183          <td><input name="cecard_width" type="text" class="f11b" id="cecard_width" style="width: 50px;" size="3" maxlength="3" onKeyUp="if(!parseInt(this.value*1)) this.value='';" value="<?php echo $content["ecard"]["width"] ?>"></td>
 184          <td class="chatlist">&nbsp;&nbsp;<?php echo $BL['be_cnt_maxh'] ?>:&nbsp;</td>
 185          <td><input name="cecard_height" type="text" class="f11b" id="cecard_height" style="width: 50px;" size="3" maxlength="3" onKeyUp="if(!parseInt(this.value*1)) this.value='';" value="<?php echo $content["ecard"]["height"] ?>"></td>
 186          <td class="chatlist">&nbsp;&nbsp;px</td>
 187        </tr>
 188      </table></td>
 189  </tr>
 190  <tr>
 191    <td colspan="2"><img src="img/leer.gif" alt="" width="1" height="5"></td>
 192  </tr>
 193  <tr>
 194    <td align="right" class="chatlist"><?php echo $BL['be_cnt_column'] ?>:&nbsp;</td>
 195    <td valign="top"><table border="0" cellpadding="0" cellspacing="0" summary="">
 196        <tr>
 197          <td><select name="cecard_col" class="f10" id="cecard_col">
 198  <?php
 199  // list select menu for max image columns
 200  for($max_image_col = 1; $max_image_col <= 25; $max_image_col++) {
 201  
 202      echo '<option value="'.$max_image_col.'" ';
 203      is_selected($max_image_col, $content['ecard']['col']);
 204      echo '>'.$max_image_col."</option>\n";
 205    
 206  }
 207  
 208  ?>
 209            </select></td>
 210          <td class="chatlist">&nbsp;&nbsp;<?php echo $BL['be_cnt_imagespace'] ?>:&nbsp;</td>
 211          <td><input name="cecard_space" type="text" class="f11b" id="cecard_space" style="width: 40px;" size="2" maxlength="2" onKeyUp="if(!parseInt(this.value*1)) this.value='';" value="<?php echo $content["ecard"]["space"] ?>"></td>
 212          <td class="chatlist">&nbsp;&nbsp;px&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
 213          <td bgcolor="#E7E8EB">&nbsp;</td>
 214          <td bgcolor="#E7E8EB"><input name="cecard_zoom" type="checkbox" id="cecard_zoom" value="1" <?php is_checked(1, $content["ecard"]["zoom"]); ?>></td>
 215          <td bgcolor="#E7E8EB" class="v10">&nbsp;<?php echo $BL['be_cnt_enlarge'] ?>&nbsp;</td>
 216          <td bgcolor="#E7E8EB"><img src="img/leer.gif" alt="" width="6" height="15"></td>
 217        </tr>
 218      </table></td>
 219  </tr>
 220  <tr>
 221    <td colspan="2"><img src="img/leer.gif" alt="" width="1" height="5"></td>
 222  </tr>
 223  <tr>
 224    <td align="right" valign="top" class="chatlist"><img src="img/leer.gif" alt="" width="1" height="13"><?php echo $BL['be_cnt_ecardtext'] ?>:&nbsp;</td>
 225    <td valign="top"><textarea name="cecard_caption" cols="40" rows="<?php echo (($imgx+2 >= 3) ? $imgx+2 : 3); ?>" wrap="off" class="f11" id="cecard_caption" style="width:440px"><?php echo  isset($caption_box) ? $caption_box : '' ?></textarea></td>
 226  </tr>
 227  <tr><td colspan="2"><img src="img/leer.gif" alt="" width="1" height="6"></td></tr>
 228  <tr><td colspan="2"><img src="img/lines/l538_70.gif" alt="" width="538" height="1"></td></tr>
 229  <tr><td colspan="2"><img src="img/leer.gif" alt="" width="1" height="4"></td></tr>
 230  <tr>
 231    <td align="right" valign="top" class="chatlist">&nbsp;</td>
 232    <td valign="top" class="chatlist">HTML: ###ECARD_SUBJECT###, ###SENDER_NAME###,
 233      ###SENDER_EMAIL###,<br>
 234    ###RECIPIENT_NAME###, ###RECIPIENT_EMAIL###,<br>###SENDER_MESSAGE###, ###ECARD_CHOOSER###,<br>&lt;!--FORM_ERROR_START--&gt; &lt;!--FORM_ERROR_END--&gt;</td>
 235  </tr>
 236  <tr>
 237    <td colspan="2"><img src="img/leer.gif" alt="" width="1" height="2"></td>
 238  </tr>
 239  <?php
 240  
 241  // fill in the default template if form value is empty
 242  //<form action="<?php echo html_specialchars($_SERVER['REQUEST_URI']) ? >" method="post" name="send_ecard" style="margin: 0 0 0 0; padding: 0 0 0 0;">
 243  
 244  if(!$content["ecard"]["form"]) {
 245      $content["ecard"]["form"]  = '<div align="center" style="margin:0 0 0 0;padding:10px 0 10px 0;">###ECARD_CHOOSER###</div>'."\n";
 246      $content["ecard"]["form"] .= '<table border="0" align="center" cellpadding="4" cellspacing="0" style="font-size:11px;font-family:Verdana,Arial,sans-serif;">'."\n";
 247      $content["ecard"]["form"] .= "<!--FORM_ERROR_START-->\n";
 248      $content["ecard"]["form"] .= '<tr><td colspan="5" style="margin:0 0 0 0;padding:0 0 0 0;"><table border="0" cellspacing="0" cellpadding="0">'."\n";
 249      $content["ecard"]["form"] .= '<tr><td valign="top"><img src="img/symbole/achtung.gif" width="13" height="11" />&nbsp;</td>'."\n";
 250      $content["ecard"]["form"] .= '<td valign="top"><strong style="color:#CC3300;">'.$BL['be_cnt_ecardform_err'].'</strong></td>'."\n";
 251      $content["ecard"]["form"] .= "</tr></table></td></tr>\n";
 252      $content["ecard"]["form"] .= '<tr><td colspan="5"><img src="img/leer.gif" width="1" height="2" /></td></tr>'."\n";
 253      $content["ecard"]["form"] .= "<!--FORM_ERROR_END-->\n";
 254      $content["ecard"]["form"] .= "<tr>\n";
 255      $content["ecard"]["form"] .= '<td colspan="2" bgcolor="#99CC00"><strong style="color:#FFFFFF;">&nbsp;'.$BL['be_cnt_ecardform_sender'].'</strong></td>'."\n";
 256      $content["ecard"]["form"] .= '<td rowspan="5"><img src="img/leer.gif" width="3" height="1" /></td>'."\n";
 257      $content["ecard"]["form"] .= '<td colspan="2" bgcolor="#99CC00"><strong style="color:#FFFFFF;">&nbsp;'.$BL['be_cnt_ecardform_recipient'].'</strong></td>'."\n";
 258      $content["ecard"]["form"] .= "</tr><tr>\n";
 259      $content["ecard"]["form"] .= '<td colspan="2" bgcolor="#F8FFDF" style="margin:0 0 0 0;padding:2px 0 0 0;"><img src="img/leer.gif" width="1" height="1" /></td>'."\n";
 260      $content["ecard"]["form"] .= '<td colspan="2" bgcolor="#F8FFDF" style="margin:0 0 0 0;padding:2px 0 0 0;"><img src="img/leer.gif" width="1" height="1" /></td>'."\n";
 261      $content["ecard"]["form"] .= "</tr>\n";
 262      $content["ecard"]["form"] .= "<tr>\n";
 263      $content["ecard"]["form"] .= '<td bgcolor="#F8FFDF">&nbsp;'.$BL['be_cnt_ecardform_name'].':</td>'."\n";
 264      $content["ecard"]["form"] .= '<td bgcolor="#F8FFDF"><input name="###SENDER_NAME###" type="text" style="font-size:12px; width:150px;margin-right:3px;" value="###SENDER_NAME###" size="25" /></td>'."\n";
 265      $content["ecard"]["form"] .= '<td bgcolor="#F8FFDF">&nbsp;'.$BL['be_cnt_ecardform_name'].':</td>'."\n";
 266      $content["ecard"]["form"] .= '<td bgcolor="#F8FFDF"><input name="###RECIPIENT_NAME###" type="text" style="font-size:12px; width:150px;margin-right:3px" value="###RECIPIENT_NAME###" size="25" /></td>'."\n";
 267      $content["ecard"]["form"] .= "</tr>\n";
 268      $content["ecard"]["form"] .= "<tr>\n";
 269      $content["ecard"]["form"] .= '<td bgcolor="#F8FFDF">&nbsp;'.$BL['be_profile_label_email'].'<span style="color:#CC3300;">*</span>:</td>'."\n";
 270      $content["ecard"]["form"] .= '<td bgcolor="#F8FFDF"><input name="###SENDER_EMAIL###" type="text" style="font-size:12px; width:150px;" value="###SENDER_EMAIL###" size="25" /></td>'."\n";
 271      $content["ecard"]["form"] .= '<td bgcolor="#F8FFDF">&nbsp;'.$BL['be_profile_label_email'].'<span style="color:#CC3300;">*</span>:</td>'."\n";
 272      $content["ecard"]["form"] .= '<td bgcolor="#F8FFDF"><input name="###RECIPIENT_EMAIL###" type="text" style="font-size:12px; width:150px;" value="###RECIPIENT_EMAIL###" size="25" /></td>'."\n";
 273      $content["ecard"]["form"] .= "</tr>\n";
 274      $content["ecard"]["form"] .= "<tr>\n";
 275      $content["ecard"]["form"] .= '<td colspan="2" bgcolor="#F8FFDF" style="margin:0 0 0 0;padding:2px 0 0 0;"><img src="img/leer.gif" width="1" height="1" /></td>'."\n";
 276      $content["ecard"]["form"] .= '<td colspan="2" bgcolor="#F8FFDF" style="margin:0 0 0 0;padding:2px 0 0 0;"><img src="img/leer.gif" width="1" height="1" /></td>'."\n";
 277      $content["ecard"]["form"] .= "</tr>\n";
 278      $content["ecard"]["form"] .= '<tr><td colspan="5"><img src="img/leer.gif" width="1" height="3" /></td></tr>'."\n";
 279      $content["ecard"]["form"] .= '<tr bgcolor="#99CC00"><td colspan="5"><strong style="color:#FFFFFF;">&nbsp;'.$BL['be_cnt_ecardform_msgtext'].'</strong></td></tr>'."\n";
 280      $content["ecard"]["form"] .= '<tr bgcolor="#F8FFDF"><td colspan="5" style="margin:0 0 0 0;padding:2px 0 0 0;"><img src="img/leer.gif" width="1" height="1" /></td></tr>'."\n";
 281      $content["ecard"]["form"] .= '<tr align="center" bgcolor="#F8FFDF">'."\n";
 282      $content["ecard"]["form"] .= '<td colspan="5"><textarea name="###SENDER_MESSAGE###" cols="50" rows="6" id="ecard_sender_msg" style="width:98%;font-family:Verdana,Arial,Helvetica,sans-serif;font-size:12px;">###SENDER_MESSAGE###</textarea></td></tr>'."\n";
 283      $content["ecard"]["form"] .= '<tr bgcolor="#F8FFDF"><td colspan="5" style="margin:0 0 0 0;padding:4px 0 0 0;"><img src="img/leer.gif" width="1" height="1" /></td></tr>'."\n";
 284      $content["ecard"]["form"] .= '<tr align="center" bgcolor="#F8FFDF"><td colspan="5"><input name="###BUTTON###" type="submit" value="'.$BL['be_cnt_ecardform_button'].'" style="font-size:12px;" /></td></tr>'."\n";
 285      $content["ecard"]["form"] .= '<tr bgcolor="#F8FFDF"><td colspan="5"><img src="img/leer.gif" width="1" height="1" /></td></tr>'."\n";
 286      $content["ecard"]["form"] .= '</table>';
 287  //</form>
 288  }
 289  
 290  ?>
 291  <tr>
 292    <td align="right" valign="top" class="chatlist"><img src="img/leer.gif" alt="" width="1" height="13"><?php echo $BL['be_cnt_ecardform'] ?>:&nbsp;</td>
 293    <td valign="top"><textarea name="cecard_form" rows="15" wrap="VIRTUAL" class="code" id="cecard_form" style="width: 440px"><?php echo html_specialchars($content["ecard"]["form"]); ?></textarea></td>
 294  </tr>
 295  <tr><td colspan="2"><img src="img/leer.gif" alt="" width="1" height="6"></td></tr>
 296  <tr><td colspan="2"><img src="img/lines/l538_70.gif" alt="" width="538" height="1"></td></tr>
 297  <tr><td colspan="2"><img src="img/leer.gif" alt="" width="1" height="4"></td></tr>
 298  <tr>
 299    <td align="right" valign="top" class="chatlist">&nbsp;</td>
 300    <td valign="top" class="chatlist">HTML: ###ECARD_SUBJECT###, ###RECIPIENT_NAME###,
 301      ###RECIPIENT_EMAIL###, ###SENDER_MESSAGE###, ###ECARD_TITLE###, ###ECARD_IMAGE###</td>
 302  </tr>
 303  <tr>
 304    <td colspan="2"><img src="img/leer.gif" alt="" width="1" height="2"></td>
 305  </tr>
 306  <tr>
 307    <td align="right" valign="top" class="chatlist"><img src="img/leer.gif" alt="" width="1" height="13"><?php echo $BL['be_cnt_ecardsend'] ?>:&nbsp;</td>
 308    <td valign="top"><textarea name="cecard_send" rows="5" wrap="VIRTUAL" class="code" id="cecard_send" style="width: 440px"><?php echo html_specialchars($content["ecard"]["send"]); ?></textarea></td>
 309  </tr>
 310  <tr><td colspan="2"><img src="img/leer.gif" alt="" width="1" height="6"></td></tr>
 311  <tr><td colspan="2"><img src="img/lines/l538_70.gif" alt="" width="538" height="1"></td></tr>
 312  <tr><td colspan="2"><img src="img/leer.gif" alt="" width="1" height="4"></td></tr>
 313  <tr>
 314    <td align="right" valign="top" class="chatlist">&nbsp;</td>
 315    <td valign="top" class="chatlist">HTML: ###ECARD_SUBJECT###, ###SENDER_NAME###,
 316      ###SENDER_EMAIL###, ###RECIPIENT_NAME###, ###RECIPIENT_EMAIL###, ###SENDER_MESSAGE###,
 317      ###ECARD_IMAGE###, ###ECARD_TITLE###</td>
 318  </tr>
 319  <tr>
 320    <td colspan="2"><img src="img/leer.gif" alt="" width="1" height="2"></td>
 321  </tr>
 322  <tr>
 323    <td align="right" valign="top" class="chatlist"><img src="img/leer.gif" alt="" width="1" height="13"><?php echo $BL['be_cnt_ecardtmpl'] ?>:&nbsp;</td>
 324    <td valign="top"><textarea name="cecard_mail" rows="15" wrap="VIRTUAL" class="code" id="cecard_mail" style="width: 440px"><?php echo  html_specialchars($content["ecard"]["mail"]) ?></textarea></td>
 325  </tr>
 326  <tr><td colspan="2"><img src="img/leer.gif" alt="" width="1" height="4"></td></tr>
 327  <tr><td colspan="2"><img src="img/lines/l538_70.gif" alt="" width="538" height="1"></td></tr>
 328  <tr><td colspan="2"><img src="img/leer.gif" alt="" width="1" height="4"></td></tr>


Generated: Wed Dec 30 05:55:15 2009 Cross-referenced by PHPXref 0.7