[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <form action={concat( '/rss/edit_import/', $rss_import.id )|ezurl} method="post"> 3 4 <h1>{'RSS import is locked'|i18n( 'design/standard/rss' )}</h1> 5 6 <p>{'The RSS import %name is currently locked by %user and was last modified on %datetime.'|i18n( 'design/standard/rss',, 7 hash( '%name', $rss_import.name|wash, 8 '%user', concat( '<a href=', $rss_import.modifier.contentobject.main_node.url_alias|ezurl, '>', $rss_import.modifier.contentobject.name|wash,'</a>' ), 9 '%datetime', $rss_import.modified|l10n( shortdatetime ) ) )}</p> 10 11 <p>{'The RSS import will be available for editing once it is stored by the modifier or when it is automatically unlocked on %datetime.'|i18n( 'design/standard/rss',, 12 hash( '%datetime', sum( $rss_import.modified, $lock_timeout )|l10n( shortdatetime ) ) )}</p> 13 14 <div class="buttonblock"> 15 <input class="defaultbutton" type="submit" name="RetryButton" value="{'Retry'|i18n( 'design/standard/rss' )}" /> 16 </div> 17 18 </form>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |