POST TIME:2021-05-23 00:47
{dede:productimagelist}
<a href="[field:imgsrc/]" title="[field:text/]"><img src="[field:imgsrc/]" width="120" height="90" /></a>
{/dede:productimagelist}
|
$ctp->LoadSource($innerText);
|
$GLOBALS['autoindex'] = 0;
|
$revalue .= $ctp->GetResult();
|
$GLOBALS['autoindex']++;
|
[field:global name=autoindex/]
|
{dede:productimagelist}
<span id="[field:global name=autoindex/]"><img src="[field:imgsrc/]" alt="www.dede58.com" width="200" height="300" /></span>
{/dede:productimagelist}
|
foreach($dtp->CTags as $ctag)
{
if($ctag->GetName()=="img")
|
if(!isset($refObj->addTableRow['imgurls'])) return ;
|
$aid = $refObj->ArcID;
$row = $refObj->dsql->GetOne("SELECT title FROM `dede_archives` WHERE `id` = '$aid';");
$title = $row['title'];
|
$row['text'] = $ctag->GetAtt('text');
|
$row['title'] = $title;
|
[field:title/]
|
{dede:productimagelist}
<li><a href="javascript:ChangePic('[field:imgsrc/]', '#bigpicimg');" title="[field:text/]_www.dede58.com" rel="facebox"><img src="[field:imgsrc/]" width="120" height="90" alt="[field:title/]" /></a></li>
{/dede:productimagelist}
|