Esempio n. 1
0
            echo $url;
            ?>
"><?php 
            echo intVal($arRes['ID']);
            ?>
</a></td>
				<td><?php 
            echo $html;
            ?>
</td>
				<td><?php 
            echo htmlspecialcharsex($date);
            ?>
</td>
				<td><nobr><?php 
            echo htmlspecialcharsex(CSticker::GetUserName($arRes['CREATED_BY']));
            ?>
</nobr></td>
				<td class="bxst-list-it-link<?php 
            if ($bCompleted) {
                echo ' bxstl-completed';
            }
            ?>
">
					<?php 
            if (strlen($arRes['PAGE_TITLE']) > 0) {
                ?>
					<a href="<?php 
                echo $url;
                ?>
" title="<?php 
Esempio n. 2
0
 function GetStickerInfo($createdBy, $dateCreate, $modBy, $dateMod)
 {
     $str = GetMessage("FMST_CREATED") . ": <b>" . htmlspecialcharsEx(CSticker::GetUserName($createdBy)) . "</b> " . CSticker::GetUsableDate($dateCreate) . "<br/>" . GetMessage("FMST_UPDATED") . ": <b>" . htmlspecialcharsEx(CSticker::GetUserName($modBy)) . "</b> " . CSticker::GetUsableDate($dateMod);
     return $str;
 }