Пример #1
0
        echo $id;
        ?>
" title="<?php 
        echo gettext('Edit this comment.');
        ?>
">
			<img src="images/pencil.png" style="border: 0px;" alt="<?php 
        echo gettext('Edit');
        ?>
" /></a></td>
		<td class="icons">
		<a href="mailto:<?php 
        echo $email;
        ?>
?body=<?php 
        echo commentReply($fullcomment, $author, $image, $albumtitle);
        ?>
" title="<?php 
        echo gettext('Reply:') . ' ' . $email;
        ?>
">
		<img src="images/icon_mail.png" style="border: 0px;" alt="<?php 
        echo gettext('Reply');
        ?>
" /></a>
		</td>
		<td class="icons">
			<a href="javascript:if(confirm('<?php 
        echo gettext('Are you sure you want to delete this comment?');
        ?>
')) { window.location='?action=deletecomment&id=<?php 
Пример #2
0
        echo gettext('Edit this comment.');
        ?>
">
							<img src="<?php 
        echo WEBPATH . '/' . ZENFOLDER;
        ?>
/images/pencil.png" style="border: 0px;" alt="<?php 
        echo gettext('Edit');
        ?>
" /></a></td>
					<td class="page-list_icon">
						<a href="mailto:<?php 
        echo $email;
        ?>
?body=<?php 
        echo commentReply($obj, $author, $fullcomment);
        ?>
" title="<?php 
        echo gettext('Reply:') . ' ' . $email;
        ?>
">
							<img src="<?php 
        echo WEBPATH . '/' . ZENFOLDER;
        ?>
/images/icon_mail.png" style="border: 0px;" alt="<?php 
        echo gettext('Reply');
        ?>
" /></a>
					</td>
					<td class="page-list_icon">
						<a href="javascript:if(confirm('<?php