[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/design/standard/templates/setup/ -> registration_email.tpl (source)

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  {set-block variable=subject}
   3  eZ publish {$version.text} site registration - {$site_type.title}
   4  {/set-block}
   5  Comments:
   6  {$comments}
   7  
   8  Site info:
   9  
  10    Site package  - {$site_type.identifier}
  11    Title         - {$site_type.title}
  12    URL           - {$site_type.url}
  13    Admin URL     - {$site_type.admin_url}
  14    Access type   - {$site_type.access_type}
  15    Access value  - {$site_type.access_type_value}
  16  {*  Functionality - {$site_type.extra_functionality|implode( ', ' )*}
  17  
  18  
  19  {section show=$webserver}
  20  Webserver info:
  21  Version - {$webserver.version}
  22  {/section}
  23  
  24  
  25  PHP info:
  26  Version - {$phpversion.found}
  27  
  28  OS info
  29  Name - {$os.name}
  30  
  31  {section show=$system.is_valid}
  32  CPU Type - {$system.cpu_type}
  33  CPU Speed - {$system.cpu_speed} {$system.cpu_unit}
  34  Memory Size - {$system.memory_size} ({$system.memory_size|si( byte )})
  35  
  36  {/section}
  37  
  38  Database info:
  39  Type - {$database_info.info.name}
  40  Driver - {$database_info.info.driver}
  41  
  42  
  43  Email info:
  44  Transport - {section show=eq($email_info.type,1)}sendmail{section-else}SMTP{/section}
  45  
  46  
  47  Image conversion:
  48  
  49  {section show=$imagemagick_program.result}
  50  ImageMagick was found and used.
  51  Path - {$imagemagick_program.path}
  52  Executable - {$imagemagick_program.program}
  53  {/section}
  54  
  55  
  56  {section show=$imagegd_extension.result}
  57  ImageGD extension was found and used.
  58  {/section}
  59  
  60  
  61  Regional info:
  62  Primary - {$regional_info.primary_language}
  63  
  64  {section show=$regional_info.languages}
  65  Additional - {section name=Language loop=$regional_info.languages}{$:item}{delimiter}, {/delimiter}{/section}
  66  {/section}
  67  
  68  
  69  Critical tests
  70  
  71  {section name=Critical loop=$tests_run}
  72  
  73  {$:key} - {section show=$:item}Success{section-else}Failure{/section}
  74  
  75  {/section}
  76  
  77  
  78  Other tests:
  79  
  80  {section name=Other loop=$optional_tests}
  81  
  82  {$:item[1]} - {section show=eq($:item[0],1)}Success{section-else}Failure{/section}
  83  
  84  {/section}


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7