summaryrefslogtreecommitdiff
path: root/portal/template/index.html
blob: 1952fe89954c90a7cda87956a65169752a853f9b (plain)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!-- BEGIN page_title_block -->
func_lang("The world's most advanced open source database")
<!-- END page_title_block -->
        <div id="pgFrontContainer">
          <div id="pgFrontMain">
            <div id="pgFrontFeature">
              <div id="pgFrontFeatureContent">
                <h1 id="txtFrontFeatureHeading">
                  func_lang("PostgreSQL minor version bug-fixes released!")
                </h1>
 
                <p>
                func_lang("The PostgreSQL Global Development Group announces updates for all active branches of the PostgreSQL object-relational database system, including versions 9.1.1, 9.0.5, 8.4.9, 8.3.16 and 8.2.22. This release fixes a long list of bugs, including several potential crash and data-corruption issues.")
                </p>
                <div id="txtFrontFeatureLink">
                  <br/>
                  <img src="/layout/images/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/about/news.1355" title="Release Announcement">func_lang("Release Announcement")</a><br />
                  <img src="/layout/images/blt_blu_arrow.png" width="6" height="6" alt="" /><a href="/download" title="Download">func_lang("Download")</a><br />
		</div>
              </div>
            </div>
            <div id="pgFrontUSSContainer">
              <div id="pgFrontUser">
                <div id="pgFrontUserInner">
                  <div id="pgFrontUserWrap">
                    <h2><img src=func_image('hdr_featureduser.png') width="104" height="10" alt="Featured User" /></h2>
                    <div id="pgFrontUserContent">
                      <!-- INCLUDE about/quotes-index.html -->
                      <div id="txtFrontUserLink">
                          <img src="/layout/images/blt_blu_arrow.png" width="6" height="5" alt="" /><a href="/about/casestudies">func_lang("Case Studies")</a><span class="txtDivider">|</span><a href="/about/quotesarchive" title="See more quotes">func_lang("More Quotes")</a><span class="txtDivider">|</span><a href="/about/users" title="See featured users">func_lang("Featured Users")</a>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div id="pgFrontRightContainer">
          <div id="pgFrontLatestReleases">
            <h2><img src=func_image('hdr_latestreleases.png') width="120" height="10" alt="Latest Releases" /></h2>
            <div id="pgFrontLatestReleasesWrap">
<!-- BEGIN front_release_loop -->
              <b>{version}</b> &middot; {reldate} &middot; <a href="/docs/{majorver}/static/{relnotes}">Notes</a>
              <br />
<!-- END front_release_loop -->
            </div>
	    <div id="pgFrontLatestReleasesNote"><b><a href="/download">Download</a></b> | <a href="/versions.rss" title="func_lang('Versions RSS Feed')"><img class="pgRSSImage" src="/layout/images/ico_rss.png" width="28" height="13" alt="func_lang('Versions RSS Feed')" /></a><br /><a href="/support/versioning">Why should I upgrade?</a></div>
          </div>
          <div id="pgFrontShortcuts">
            <h2><img src=func_image('hdr_shortcuts.png') width="85" height="10" alt="Shortcuts" /></h2>
            <div id="pgFrontShortcutsWrap">
              <ul id="pgFrontShortcutsList">
                <li>
                  <a href="/support/security.html">func_lang("Security")</a>
                </li>
                <li>
                  <a href="/community/international">func_lang("International Sites")</a>
                </li>
                <li>
                  <a href="/community/lists">func_lang("Mailing Lists")</a>
                </li>
                <li>
                  <a href="http://www.pgfoundry.org/">func_lang("pgFoundry")</a>
                </li>
                <li>
                  <a href="http://wiki.postgresql.org/">func_lang("Wiki")</a>
                </li>
                <li>
                  <a href="/support/submitbug">func_lang("Report a Bug")</a>
                </li>
                <li>
                  <a href="/docs/faq/">func_lang("FAQs")</a>
                </li>
              </ul>
            </div>
          </div>
          <div id="pgFrontSupportUs">
            <h2><img src=func_image('hdr_supportus.png') width="81" height="10" alt="Support Us" /></h2>
            <div id="pgFrontSupportUsWrap">
              <div id="txtFrontSupportUsText">
                func_lang("PostgreSQL is free. Please support our work by making a <a href=\"/about/donate\">donation</a>").
              </div>
            </div>
          </div>
        </div>
       <div id="pgFrontBottomContainer">
         <div id="pgFrontNews" class="txtNewsEvent">
           <a href="/about/newsarchive">  
           <img src=func_image('hdr_latestnews.png') width="90" height="10" alt="Latest News" />
           </a>
           <div class="pgNewsEventsWrap">
             <!-- INCLUDE about/news-index-loop.html -->
             <div>
               <img class="pgArrowImage" src="/layout/images/blt_blu_arrow.png" width="6" height="5" alt="" />
               <ul class="pgRSSBottomList">
                 <li>
                   <a href="/about/newsarchive" title="func_lang('More News')">func_lang("More")</a>
                 </li>
                 <li>
                  <a href="{master_server}/about/submitnews">func_lang("Submit News")</a>
                 </li>
                 <li class="last-child">
                   <a href="/news.rss" title="func_lang('News RSS Feed')"><img class="pgRSSImage" src="/layout/images/ico_rss.png" width="28" height="13" alt="func_lang('News RSS Feed')" /></a>
                 </li>
               </ul>
             </div>
           </div>
         </div>
          <div id="pgFrontPlanet">
            <a href="http://planet.postgresql.org">
            <img src=func_image('hdr_planetpg.png') width="140" height="10" alt="Planet PostgreSQL" />
            </a>
            <div id="pgFrontPlanetWrap">
              <!-- BEGIN planet_loop -->
              <p>
                <span class="txtDate">{date}</span><br />
                <a href="{link}">{title}</a>
              </p>
              <!-- END planet_loop -->
              <div>
                <img class="pgArrowImage" src="/layout/images/blt_blu_arrow.png" width="6" height="5" alt="" />
                <ul class="pgRSSBottomList">
                  <li>
                    <a href="http://planet.postgresql.org" title="func_lang('More Blog Posts')">func_lang("More")</a>
                  </li>
                  <li class="last-child">
                    <a href="http://planet.postgresql.org/rss20.xml" title="func_lang('PlanetPostgreSQL RSS Feed')"><img class="pgRSSImage" src="/layout/images/ico_rss.png" width="28" height="13" alt="func_lang('PlanetPostgreSQL RSS Feed')" /></a>
                  </li>
                </ul>
              </div>
            </div>
          </div>
         <div id="pgFrontEvents" class="txtNewsEvent">
           <a href="/about/eventarchive">
           <img src=func_image('hdr_upcomingevents.png') width="123" height="10" alt="Upcoming Events" />
           </a>
           <div class="pgNewsEventsWrap">
               <!-- INCLUDE about/events-index-loop.html -->
           </div>
           <a href="/about/eventarchive">
           <img src=func_image('hdr_upcomingtraining.png') alt="Upcoming training" />
           </a>
           <div class="pgNewsEventsWrap">
             <div id="pgFrontTrainingSummary">
               <!-- INCLUDE about/training-summary.html -->
             </div>
             <div>
               <img class="pgArrowImage" src="/layout/images/blt_blu_arrow.png" width="6" height="5" alt="" />
               <ul class="pgRSSBottomList">
                 <li>
                   <a href="/about/eventarchive" title="func_lang('More Events')">func_lang("More")</a>
                 </li>
                 <li>
                  <a href="{master_server}/about/submitevent">func_lang("Submit Event")</a>
                 </li>
                 <li class="last-child">
                   <a href="/events.rss" title="func_lang('Events RSS Feed')"><img class="pgRSSImage" src="/layout/images/ico_rss.png" width="28" height="13" alt="func_lang('Events RSS Feed')" /></a>
                 </li>
               </ul>
             </div>
           </div>
          </div>
       </div>