[ Index ] |
|
Code source de LifeType 1.2.4 |
1 {include file="$admintemplatepath/header.template"} 2 {include file="$admintemplatepath/navigation.template" showOpt=newPost title=$locale->tr("send_trackbacks")} 3 <form name="pingThese" method="post" action="admin.php"> 4 <fieldset class="inputField"> 5 <legend>{$locale->tr("send_trackbacks")}</legend> 6 {include file="$admintemplatepath/successmessage.template"} 7 {include file="$admintemplatepath/errormessage.template"} 8 9 <label for="postLink">{$locale->tr("send_trackbacks")}</label> 10 <div class="formHelp">{$locale->tr("send_trackbacks_help")}</div> 11 {if count($postLinks) != 0} 12 {foreach from=$postLinks item=postLink} 13 <input class="checkbox" type="checkbox" id="postLink[{counter}]" name="postLink[{counter}]" value="{$postLink}" /> 14 <a href="{$postLink}">{$postLink}</a><br/> 15 {/foreach} 16 {/if} 17 {if count($trackbackLinks) != 0} 18 {foreach from=$trackbackLinks item=trackbackLink} 19 <input class="checkbox" type="checkbox" id="trackbackLink[{counter}]" name="trackbackLink[{counter}]" value="{$trackbackLink}" checked /> 20 <a href="{$trackbackLink}">{$trackbackLink}</a><br/> 21 {/foreach} 22 {/if} 23 24 </fieldset> 25 <div class="buttons"> 26 <input type="submit" value="{$locale->tr("ping_selected")}" name="PingSelected"/> 27 <input type="hidden" name="op" value="sendTrackbacks"/> 28 <input type="hidden" name="postId" value="{$post->getId()}"/> 29 </div> 30 </form> 31 {include file="$admintemplatepath/footernavigation.template"} 32 {include file="$admintemplatepath/footer.template"}
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |