[ Index ]
 

Code source de IMP H3 (4.1.5)

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/templates/compose/ -> expand.inc (source)

   1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
   2  <html>
   3  <head><title></title></head>
   4  <body>
   5  <script type="text/javascript">
   6  <!--
   7  <?php if (isset($address)): ?>
   8  <?php if (is_a($address, 'PEAR_Error')): ?>
   9  window.parent.document.getElementById('expanding<?php echo htmlspecialchars($field_name) ?>').innerHTML='<?php echo addslashes(sprintf(_("The field \"%s\" can't be expanded."), htmlspecialchars($field_name))) ?>';
  10  <?php elseif (is_array($address)): ?>
  11  window.parent.document.getElementById('expanding<?php echo htmlspecialchars($field_name) ?>').innerHTML='<?php echo addslashes(sprintf(_("More than one address found for field \"%s\"."), htmlspecialchars($field_name))) ?>';
  12  <?php else: ?>
  13  window.setTimeout('var status = window.parent.document.getElementById(\'expanding<?php echo htmlspecialchars($field_name) ?>\'); status.style.visibility = \'hidden\';window.parent.document.<?php echo htmlspecialchars($form_name . '.' . $field_name) ?>.value = \'<?php echo addslashes(addslashes($address)) ?>\';', 10);
  14  <?php endif; ?>
  15  <?php endif; ?>
  16  window.parent.busyExpanding = false;
  17  //-->
  18  </script>
  19  </body>
  20  </html>


Généré le : Thu Nov 29 12:30:07 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics