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

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   3      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
   4  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$site.http_equiv.Content-language|wash}" lang="{$site.http_equiv.Content-language|wash}">
   5  <head>
   6      <link rel="stylesheet" type="text/css" href={"stylesheets/core.css"|ezdesign} />
   7      <link rel="stylesheet" type="text/css" href={"stylesheets/debug.css"|ezdesign} />
   8  
   9      <title>{'eZ publish redirection - %url'|i18n('design/standard/layout',,hash('%url',$redirect_uri|wash))}</title>
  10  </head>
  11  <body onload="document.forms.Redirect.RedirectButton.focus()">
  12    <form action="{$redirect_uri}" method="post" name="Redirect">
  13    {include uri="design:page_warning.tpl"}
  14    {"Redirecting to %url"|i18n('design/standard/layout',,hash('%url',concat("<b>",$redirect_uri,"</b>")))} <br/>
  15    <input class="standardbutton" type="submit" Name="RedirectButton" value="{'Redirect'|i18n('design/standard/layout')}"/>
  16    </form>
  17  
  18  <!--DEBUG_REPORT-->
  19  
  20  </body>
  21  </html>


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