[ 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/toolbar/line/ -> searchbox.tpl (source)

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  {section show=$first}
   3  <ul>
   4  {/section}
   5  <li class="toolbar-item {$placement}">
   6  <div class="label">{"Search: "|i18n("design/standard/toolbar/search")}</div><div class="search-line"><form action={"/content/search/"|ezurl} method="get"><input class="searchinput" type="text" size="10" name="SearchText" value="" />
   7  <input type="image" class="searchimage" src={"1x1.gif"|ezimage} />
   8  {section show=$relative_check|eq( 'yes' )}
   9  {section show=is_set( $module_result.content_info.node_id )}
  10      {let node_id=$module_result.content_info.node_id}
  11      {section show=$node_id|ne( 2 )}
  12      <div class="optionblock">
  13          <input type="radio" class="radiobutton" name="SubTreeArray[]" value="" /><label for="search-global">{'Global'|i18n( 'design/standard/toolbar/search' )}</label>
  14          <input type="radio" class="radiobutton" name="SubTreeArray[]" value="{$node_id}" checked="checked" /><label for="search-here">{'From here'|i18n( 'design/standard/toolbar/search' )}</label>
  15      </div>
  16      {/section}
  17      {/let}
  18  {/section}
  19  {/section}
  20  </form></div>
  21  </li>
  22  {section show=$last}
  23  </ul>
  24  {/section}


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