Advertisement
Guest User

employee contact TPL

a guest
Jun 16th, 2011
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. {$f_6} First Name
  2. {$f_7} Last Name
  3. {$f_15} IdKey
  4. {$f_2} Office Email
  5. {$f_3} Campus Email
  6. {$f_5} Off Campus Email
  7. {$f_4} Office Phone
  8. {$f_12} Cell
  9. {$f_20} Group
  10.  
  11. {HTML()}
  12. <style>
  13. .headers th {
  14. color:red;
  15. }
  16. .main td {
  17. color:green;
  18. }
  19. </style>
  20. <table>
  21. <tr class="headers"><th>First Name</th><th>Identikey</th></tr>
  22. <tr class="main"><td>{$f_6}</td><td>{$f_15}</td></tr>
  23. </table>
  24. {HTML}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement