| 1 | <div id="singleright_bar"> |
|---|
| 2 | |
|---|
| 3 | <div class="related-contacts"> |
|---|
| 4 | <?php wp23_related_posts(); ?> |
|---|
| 5 | </div> |
|---|
| 6 | <div class="related-contacts"> |
|---|
| 7 | <?php if (function_exists('get_recent_trackbacks')) { ?> |
|---|
| 8 | <h3><?php _e('Incoming Links'); ?></h3> |
|---|
| 9 | <ul><li> |
|---|
| 10 | <?php get_recent_trackbacks(); ?></li> |
|---|
| 11 | </ul> |
|---|
| 12 | <?php } ?> |
|---|
| 13 | </div> |
|---|
| 14 | |
|---|
| 15 | <div id="user-notes"> |
|---|
| 16 | <?php comments_template(); ?> |
|---|
| 17 | </div> |
|---|
| 18 | <div id="user-notes"> |
|---|
| 19 | <h2>Embed <?php echo get_post_meta($post->ID, "Company", true); ?>'s Profile</h2> |
|---|
| 20 | <p><textarea name="comment" id="comment" cols="32" rows="15" tabindex="4" style="font-size:1.2em;"> |
|---|
| 21 | <!-- begin Afridex embed code --> |
|---|
| 22 | <style> |
|---|
| 23 | #afridex { font-family:helvetica; font-size:1em; border:1px solid #ccc; padding:5px 5px 5px 5px; margin:5px 5px 5px 5px: color:#333; line-height:1.1em; display:block; width:350px; } |
|---|
| 24 | #afridex img { border:3px solid #333; } |
|---|
| 25 | #afridex h1 { font-size:1.35em; font-weight:strong; } |
|---|
| 26 | #afridex a { color:#71000; } |
|---|
| 27 | #afridex a:active { color:#71000; text-decoration:underline; } |
|---|
| 28 | #afridex p { text-align:justify; font-size:75%; } |
|---|
| 29 | </style> |
|---|
| 30 | <div id="afridex"> |
|---|
| 31 | <img src="<?php print get_post_meta($post->ID, "Image", true); ?>" style="width:75px;" /> |
|---|
| 32 | |
|---|
| 33 | <h1><a href="<?php print the_permalink(); ?>"><?php echo get_post_meta($post->ID, "Company", true); ?></a></h1><sup><a href="http://maps.google.com/maps?f=q&hl=en&q=<?php echo get_post_meta($post->ID, "City1", true); ?>,<?php echo get_post_meta($post->ID, "Country1", true); ?>">[Map]</a></sup><br /> |
|---|
| 34 | URL - <a href="<?php echo get_post_meta($post->ID, "Website1", true); ?>"><?php echo get_post_meta($post->ID, "Website1", true); ?></a><br /> |
|---|
| 35 | Email - <a href="mailto:<?php echo get_post_meta($post->ID, "Email1", true); ?>"><?php echo get_post_meta($post->ID, "Email1", true); ?></a><br /> |
|---|
| 36 | <a href="<?php print get_post_meta($post->ID, "Hcard1", true); ?>"><img src="http://appfrica.net/afridex/img/hcard.gif"></a> |
|---|
| 37 | <p><?php print the_excerpt(); ?></p> |
|---|
| 38 | |
|---|
| 39 | Information Provided by the <a href="http://afridex.net">Afridex</a> |
|---|
| 40 | </div> |
|---|
| 41 | |
|---|
| 42 | <!-- end Afridex embed code --> |
|---|
| 43 | </textarea></p><p style="color:#ccc;">Instructions: Copy and past the above text into the web page or blog post you'd like it to appear on.</p></div> |
|---|