Changes to templates to include e-mail as a link
[biacv.git] / templates / default_xhtml / main.tpl
index 75fac62..229c479 100644 (file)
                </tr>
        </table>
        
+       <!-- Profile highlights -->
+       <h2>Profile highlights</h2>
+       <ul>
+       ${profile}
+       </ul>
+       
        <!-- Career objectives -->
        <h2>Career Objectives</h2>
        <h3>Short Term Objectives</h3>
                </tr>
                <tr>
                        <td><b>Email address</b></td>
-                       <td>${email}</td>       
+                       <td><a href="mailto:${email}">${email}</a></td> 
                </tr>
        </table>