Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9bf0c2dc7bc8419234c51b95a29ad86afc36f4f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<div id="rightcolumn">
  <div class="sideitem">
    <h6>Buy The Book</h6>
    <p>
    <a href="http://equinoxosgi.org"> <img
      src="http://eclipse.org/equinox/images/osgi-and-equinox-cover.png"
      style="position: relative; left: 33px; top: 2pt;" /></a>
    </p>
  </div>

  <div class="sideitem">
    <h6>
      Equinox News <a
        href="http://pipes.yahoo.com/pipes/pipe.run?_id=29fa792a21689d660776bb62478167c9%26_render=rss"
        class="rssIcon"><img
        src="http://eclipse.org/rt/images/feed.png" alt="feed" /></a>
    </h6>
    <div id="rssFeed"></div>
    <script type="text/javascript">
      $( document ).ready( function () {
          $( '#rssFeed' ).rssfeed( 'http%3A%2F%2Fpipes.yahoo.com%2Fpipes%2Fpipe.run%3F_id%3D29fa792a21689d660776bb62478167c9%26_render%3Drss',
            { limit: 5, header : false, titletag : "h5", date : true, content : false } );
          } );
</script>
    </div>

    <div style="position: relative; margin-bottom: 10px;">
      <a href="http://eclipse.org/eclipsert/"><img alt="EclipseRT"
        src="http://eclipse.org/equinox/images/EclipseRT.png"
        style="position: relative; left: 55px; top: 0pt;" /></a>
    </div>

  </div>

Back to the top