[ 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/ezinfo/ -> about.tpl (source)

   1  {* DO NOT EDIT THIS FILE! *}
   2  <h1>{'eZ publish information: %version'|i18n( 'design/standard/ezinfo/about',, hash( '%version', $ezinfo ) )|wash}</h1>
   3  
   4  <div class="objectheader">
   5      <h2>{'What is eZ publish?'|i18n( 'design/standard/ezinfo/about' )}</h2>
   6  </div>
   7  <div class="object">
   8      {if is_set( $what_is_ez_publish )}
   9         <p>{$what_is_ez_publish}</p>
  10      {/if}
  11  </div>
  12  
  13  <div class="objectheader">
  14      <h2>{'Licence'|i18n( 'design/standard/ezinfo/about' )}</h2>
  15  </div>
  16  <div class="object">
  17      {if is_set( $license )}
  18         <p>{$license}</p>
  19      {/if}
  20  </div>
  21  
  22  {if and( is_set( $contributors ), is_array( $contributors ), count( $contributors )|ge( 1 ) )}
  23  <div class="objectheader">
  24      <h2>{'Contributors'|i18n( 'design/standard/ezinfo/about' )}</h2>
  25  </div>
  26  <div class="object">
  27  <p>
  28      The following is a list of <a href='http://ez.no/ezpublish'>eZ publish</a> contributors who have licensed their work for use by <a href='http://ez.no/'>eZ systems AS</a> under the terms and conditions of
  29      the eZ Contributor Licensing Agreement. As permitted by this agreement with the contributors, <a href='http://ez.no/'>eZ systems AS</a> is redistributing the
  30      contribution under the same license as the file that the contribution is included in. The list of contributors includes the
  31      contributors&apos;s name, optional contact info and a list of files that they have either contributed or contributed work to.
  32  </p>
  33  
  34  <ul>
  35      {foreach $contributors as $contributor}
  36           <li>{$contributor['name']|wash} : {$contributor['files']|wash}</li>
  37      {/foreach}
  38  </ul>
  39  {/if}
  40  </div>
  41  
  42  <div class="objectheader">
  43      <h2>{'Copyright Notice'|i18n( 'design/standard/ezinfo/about' )}</h2>
  44  </div>
  45  <div class="object">
  46      <p>
  47          Copyright &copy; 1999-2006 <a href='http://ez.no/'>eZ systems AS</a>, with portions copyright by other parties. A complete list of all contributors and third-party
  48          software follows.
  49      </p>
  50  </div>
  51  
  52  {if and( is_set( $third_party_software ), is_array( $third_party_software ), count( $third_party_software )|ge( 1 ) )}
  53      <div class="objectheader">
  54          <h2>{'Third-Party Software'|i18n('design/standard/ezinfo/about')}</h2>
  55      </div>
  56      <div class="object">
  57          <p>
  58              The following is a list of the third-party software that is distributed with this copy of <a href='http://ez.no/ezpublish'>eZ publish</a>. The list of third party
  59              software includes the license for the software in question and the directory or files that contain the third-party software.
  60          </p>
  61  
  62          <ul>
  63              {foreach $third_party_software as $software_key => $software}
  64                <li>{$software|wash}</li>
  65              {/foreach}
  66          </ul>
  67      </div>
  68  {/if}
  69  
  70  <div class="objectheader">
  71      <h2>{'Extensions'|i18n('design/standard/ezinfo/about')}</h2>
  72  </div>
  73  <div class="object">
  74      <p>The following is a list of the extensions that have been loaded at run-time by this copy of <a href='http://ez.no/ezpublish'>eZ publish</a>.</p>
  75      {if is_set( $extensions )}
  76          {foreach $extensions as $ext_name => $extension}
  77              {if is_array( $extension )}
  78                  <ul>
  79                      <li>
  80                          {foreach $extension as $ext_key => $ext_info}
  81                              {$ext_key|wash}:
  82                              {if not( is_array( $ext_info ) )}
  83                                  {$ext_info}<br />
  84                              {else}
  85                                  <ul>
  86                                      <li>
  87                                          {foreach $ext_info as $ext_info_key => $ext_info_value}
  88                                              {$ext_info_key|wash} : {$ext_info_value|wash}<br />
  89                                          {/foreach}
  90                                      </li>
  91                                  </ul>
  92                              {/if}
  93                          {/foreach}
  94                      </li>
  95                  </ul>
  96              {/if}
  97          {/foreach}
  98      {/if}
  99  </div>
 100  


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