Changes to templates to include e-mail as a link
[biacv.git] / templates / default_xhtml / main.tpl
index 65eda93..229c479 100644 (file)
                table.education { width: 100% }
                .education thead { background-color: #eeeeee; }
                ul { list-style-type: square; }
-               h1 { text-align: center; font-family: sans-serif; font-size: 210%; color: darkblue; }
-               h2 { border-bottom: solid; font-family:  sans-serif; font-size: 140% }
-               h3 { font-family:  sans-serif; font-size:  120% }
+               h1 { text-align: center; font-family: sans-serif; font-size: 210%; color: darkblue; font-variant: small-caps; }
+               h2 { border-bottom: solid; font-family:  sans-serif; font-size: 140%; font-variant: small-caps; }
+               h3 { font-family:  sans-serif; font-size:  110%; }
                td { vertical-align: top; }
                .miscinfo { text-align: center; font-size: 110%; font-style: italic; }
                .signature { font-size: 120%; font-variant: small-caps; }
-               .designation {font-size: 110%; font-variant: small-caps; }
+               dt { font-weight: bold; }
        </style>
 </head>
 <body>
                </tr>
        </table>
        
+       <!-- Profile highlights -->
+       <h2>Profile highlights</h2>
+       <ul>
+       ${profile}
+       </ul>
+       
        <!-- Career objectives -->
        <h2>Career Objectives</h2>
        <h3>Short Term Objectives</h3>
@@ -85,7 +91,7 @@
        <table class="contact">
                <tr>
                        <td><b>Residential address</b></td>
-                       <td>${street}, <br />${area},<br /><b>${city} - ${areacode}</b></td>
+                       <td>${street}, <br />${area},<br />${city} - ${areacode}<br /><b>${country}</b></td>
                </tr>
                <tr>
                        <td><b>Landline</b></td>
                </tr>
                <tr>
                        <td><b>Email address</b></td>
-                       <td>${email}</td>       
+                       <td><a href="mailto:${email}">${email}</a></td> 
                </tr>
        </table>