Esempio n. 1
0
?>
</td>
</tr>

<tr>
<td class="small1">
<div id="commentHeader<?php 
echo $id;
?>
" style="margin-bottom:5px">
<span id="commentPosted<?php 
echo $id;
?>
">
<span class="small1" style="color:#666666"><?php 
echo printTimestamp($comment->posted, true);
?>
 by <?php 
echo $name . ($commentAdmin ? " | <a href=\"" . scriptUrl . "/" . folderComment . "/" . fileCommentEdit . "?commentId=" . $id . "\">" . $lComment["EditComment"] . "</a>" : "");
?>
</span></span>
</div>
<div id="commentText<?php 
echo $id;
?>
"><?php 
echo nl2br($comment->message);
?>
</div>
</td>
</tr>
Esempio n. 2
0
<td width="40%" class="small1 item<?php 
        echo $i % 2 == 0 ? "Alt" : "";
        ?>
">
<?php 
        echo !empty($user->name) ? $user->name : "&nbsp;";
        ?>
</td>

<td width="20%" class="small1 item<?php 
        echo $i % 2 == 0 ? "Alt" : "";
        ?>
">
<?php 
        echo printTimestamp($user->registered, true);
        ?>
</td>
</tr>
<?php 
    }
    ?>
</table>

<table width="100%">
<tr>
<td>
<input type="submit" name="deleteUsers" value="<?php 
    echo $lButtons["Delete"];
    ?>
" class="button" onclick="var agree=confirm('<?php