]> git.sur5r.net Git - contagged/blobdiff - templates/entry_show.tpl
Fixed authentication problem in import
[contagged] / templates / entry_show.tpl
index a626377e66abd020e461544a1ecdf0817d354f80..36de36c18f4d52482670c6f40b919d21ef2390f0 100644 (file)
@@ -5,7 +5,7 @@
 {if $entry.photo != ''}
     <a href="img.php?dn={$entry.dn|escape:url}&amp;.jpg" rel="imagebox"
        title="{$entry.givenname|h} {$entry.name|h}"><img src="img.php?dn={$entry.dn|escape:url}"
-       align="right" class="photo" width="130" /></a>
+       align="right" class="photo" width="130" alt="" /></a>
 {/if}
 <h1>
     <img src="pix/{$entry.type|h}.png" border="0" width="22" height="22"
 {if $entry.country}
               {$entry.country|h}
 {/if}
-              </br /><br />
+              <br /><br />
             </td>
           </tr>
 {if $entry.phone}
           <tr>
             <th>{$lang.phone}:</th>
-            <td>{$entry.phone|h}</td>
+            <td><a href="callto://{$entry.phone|escape:phone}">{$entry.phone|h}</a></td>
           </tr>
 {/if}
 {if $entry.switchboard}
 {if $entry.homephone}
           <tr>
             <th>{$lang.homephone}:</th>
-            <td>{$entry.homephone|h}</td>
+            <td><a href="callto://{$entry.homephone|escape:phone}">{$entry.homephone|h}</a></td>
           </tr>
 {/if}
 {if $entry.mobile}
           <tr>
             <th>{$lang.mobile}:</th>
-            <td>{$entry.mobile|h}</td>
+            <td><a href="callto://{$entry.mobile|escape:phone}">{$entry.mobile|h}</a></td>
           </tr>
 {/if}
 {if $entry.birthday}
 {if $entry.url}
           <tr>
             <th>{$lang.url}:</th>
-            <td><a href="{$entry.url|http}" target="_blank">{$entry.url|h}</a></td>
+            <td>{$entry.url|http}</td>
           </tr>
 {/if}
 {if $entry.mail}