document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <div class="view">
  2.     <?php echo CHtml::link( CHtml::encode($data->title), $this->createUrl(\'page/view\', array( \'title\' => $data->title ) ) ); ?>
  3.     (Rev.: <?php echo CHtml::encode($data->revision); ?>)
  4.     <i><?php echo date( \'Y-m-d H:i\', CHtml::encode($data->created) ); ?></i>
  5. </div>
');