root/afridex/singleright_bar.php @ 6

Revision 1, 2.3 kB (checked in by admin, 18 years ago)
Line 
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&lt;!-- begin Afridex embed code --&gt;
22&lt;style&gt;
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&lt;/style&gt;
30&lt;div id="afridex"&gt;
31&lt;img src="<?php print get_post_meta($post->ID, "Image", true); ?>" style="width:75px;" /&gt;
32
33&lt;h1&gt;&lt;a href="<?php print the_permalink(); ?>"&gt;<?php echo get_post_meta($post->ID, "Company", true); ?>&lt;/a&gt;&lt;/h1&gt;&lt;sup&gt;&lt;a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;q=<?php echo get_post_meta($post->ID, "City1", true); ?>,<?php echo get_post_meta($post->ID, "Country1", true); ?>"&gt;[Map]&lt;/a&gt;&lt;/sup&gt;&lt;br /&gt;
34URL - &lt;a href="<?php echo get_post_meta($post->ID, "Website1", true); ?>"><?php echo get_post_meta($post->ID, "Website1", true); ?>&lt;/a&gt;&lt;br /&gt;
35Email - &lt;a href="mailto:<?php echo get_post_meta($post->ID, "Email1", true); ?>"&gt;<?php echo get_post_meta($post->ID, "Email1", true); ?>&lt;/a&gt;&lt;br /&gt;
36&lt;a href="<?php print get_post_meta($post->ID, "Hcard1", true); ?>"&gt;&lt;img src="http://appfrica.net/afridex/img/hcard.gif"&gt;&lt;/a&gt;
37&lt;p&gt;<?php print the_excerpt(); ?>&lt;/p&gt;
38
39Information Provided by the <a href="http://afridex.net">Afridex</a>
40&lt;/div&gt;
41
42&lt;!-- end Afridex embed code --&gt;
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>
Note: See TracBrowser for help on using the browser.