[ Index ]
 

Code source de eZ Publish 3.9.0

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

title

Body

[fermer]

/design/admin/templates/ezinfo/ -> about.tpl (source)

   1  {* DO NOT EDIT THIS FILE! *}
   2  
   3  <div class="context-block">
   4  {* DESIGN: Header START *}<div class="box-header"><div class="box-tc"><div class="box-ml"><div class="box-mr"><div class="box-tl"><div class="box-tr">
   5  <h1 class="context-title">{'eZ publish information: %version'|i18n( 'design/admin/ezinfo/about',, hash( '%version', $ezinfo ) )|wash}</h1>
   6  {* DESIGN: Mainline *}<div class="header-mainline"></div>
   7  {* DESIGN: Header END *}</div></div></div></div></div></div>
   8  {* DESIGN: Content START *}<div class="box-bc"><div class="box-ml"><div class="box-mr"><div class="box-bl"><div class="box-br"><div class="box-content">
   9  
  10  <div class="context-attributes">
  11  
  12  <h2>eZ publish</h2>
  13  
  14  <h3>{'What is eZ publish?'|i18n( 'design/admin/ezinfo/about' )}</h3>
  15  {if is_set( $what_is_ez_publish )}
  16      <p>{$what_is_ez_publish}</p>
  17  {/if}
  18  
  19  <h3>{'Licence'|i18n( 'design/admin/ezinfo/about' )}</h3>
  20  {if is_set( $license )}
  21      <p>{$license}</p>
  22  {/if}
  23  
  24  {if and( is_set( $contributors ), is_array( $contributors ), count( $contributors )|ge( 1 ) )}
  25      <h3>{'Contributors'|i18n( 'design/admin/ezinfo/about' )}</h3>
  26      <p>
  27          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
  28          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
  29          contribution under the same license as the file that the contribution is included in. The list of contributors includes the
  30          contributors&apos;s name, optional contact info and a list of files that they have either contributed or contributed work to.
  31      </p>
  32      <ul>
  33          {foreach $contributors as $contributor}
  34               <li>{$contributor['name']|wash} : {$contributor['files']|wash}</li>
  35          {/foreach}
  36      </ul>
  37  {/if}
  38  
  39  <h3>{'Copyright Notice'|i18n( 'design/admin/ezinfo/about' )}</h3>
  40  <p>
  41      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
  42      software follows.
  43  </p>
  44  
  45  {if and( is_set( $third_party_software ), is_array( $third_party_software ), count( $third_party_software )|ge( 1 ) )}
  46      <h2>{'Third-Party Software'|i18n( 'design/admin/ezinfo/about' )}</h2>
  47      <p>
  48          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
  49          software includes the license for the software in question and the directory or files that contain the third-party software.
  50      </p>
  51  
  52      <ul>
  53          {foreach $third_party_software as $software_key => $software}
  54            <li>{$software}</li>
  55          {/foreach}
  56      </ul>
  57  {/if}
  58  
  59  <h2>{'Extensions'|i18n( 'design/admin/ezinfo/about' )}</h2>
  60  <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>
  61  {if is_set( $extensions )}
  62      {foreach $extensions as $ext_name => $extension}
  63          {if is_array( $extension )}
  64              <ul>
  65                  <li>
  66                      {foreach $extension as $ext_key => $ext_info}
  67                          {$ext_key|wash}:
  68                          {if not( is_array( $ext_info ) )}
  69                              {$ext_info}<br />
  70                          {else}
  71                              <ul>
  72                                  <li>
  73                                      {foreach $ext_info as $ext_info_key => $ext_info_value}
  74                                          {$ext_info_key|wash} : {$ext_info_value|wash}<br />
  75                                      {/foreach}
  76                                  </li>
  77                              </ul>
  78                          {/if}
  79                      {/foreach}
  80                  </li>
  81              </ul>
  82          {/if}
  83      {/foreach}
  84  {/if}
  85  
  86  </div>
  87  {* DESIGN: Control bar END *}</div></div></div></div></div></div>
  88  </div>


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