CIS: CIWorker works; now we need communication via web services
[living-lab-site.git] / application / views / catalog / search_results_view.php
index 38f036d..30b7aac 100644 (file)
@@ -1,6 +1,6 @@
 <div class="search_results">
        <h1><?php echo $this->lang->line('ui_search_results_for')
-               . " &laquo;$search_query&raquo;" ?></h1>
+               . " <em>&laquo;" . htmlentities($search_query) . "&raquo;</em>" ?></h1>
                
        <p><?php echo "$count ". $this->lang->line('ui_results'); ?></p>
 
@@ -28,7 +28,7 @@
                        ?>
                </div>
                <div class="video-username">
-                       <?php echo $this->lang->line('ui_from') . ' TODO' //TODO ?>
+                       <?php echo $this->lang->line('ui_from') ?> <a href="<?php echo site_url("user/profile/{$video['username']}") ?>"><?php echo $video['username'] ?></a>
                </div>
        </div>
        <?php endforeach ?>