echo $photo->vote;
    ?>
 people have requested an action on this issue:</h3>
    <div class="row">
      <div class="span4">
        <div class="thumbnail">
        <img src="<?php 
    echo site_url('util/img/' . $photo->id);
    ?>
" alt="" />
          <div class="caption">
            <?php 
    echo auto_typography($photo->keterangan);
    ?>
            <p>Posted: <?php 
    echo get_relative_time($photo->tanggal . ' 00:00:00');
    ?>
 by <strong><?php 
    echo htmlspecialchars($photo->nama);
    ?>
</strong></p>

            <p>
              <a target="_blank" href="https://twitter.com/share" class="twitter-share-button" data-lang="en"><span class="icon-twitter-sign"></span> Tweet</a>
              <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
               | 
               <a target="_blank" href="https://facebook.com/sharer.php?u=<?php 
    echo current_url();
    ?>
"><span class="icon-facebook-sign"></span> Share</a>
            </p>
                if (!empty($rb_points)) {
                    ?>
						If any problems, roll back to
						<select name="tag" id="step6a_tag">
							<?php 
                    foreach ($rb_points as $point) {
                        ?>
								<option value="RP-<?php 
                        echo $point->rlpt_id;
                        ?>
">
									<?php 
                        echo ($point->point_type == 'prod_rollback' ? 'Safe Rollback Point' : 'Rollout Point') . ' (' . count($point->files) . ' files) by ' . $point->created_by;
                        ?>
									(<?php 
                        echo get_relative_time($point->creation_date);
                        ?>
)
								</option>
							<?php 
                    }
                    ?>
						</select>
						<input type="submit" value="Go"/>
					<?php 
                } else {
                    ?>
						<i>No rollback points as these projects have not yet had a rollout.</i>
					<?php 
                }
                ?>