Page Layout Templates
 
Corporate Stylesheet
Styled Lists and Tables
JS Menus and Button Styles
E-mail Templates
Graphics


Important Notice

This template set is version 0.91. The following design changes will be made before full release:

  • Change in horizontal global navigation element to be separated from page (served as a js include)

Page Items

Text here

UNDP Intranet Templates

UNDP Intranet 1-Column Template Download here (rightclick)



UNDP Intranet 2-Column Template Download here (rightclick)



UNDP Intranet 3-Column Template
Download here (rightclick)



UNDP Intranet Templates with Tabs

You can also add tabs as navigation items. Please find three templates below.

UNDP Intranet 1-Column Template with Tabs Download here (right click)

UNDP Intranet 2-Column Template with Tabs Download here (right click)

UNDP Intranet 3-Column Template with Tabs Download here (right click)

Code:

To implement tabs please use the following code:

<div class="tabs">
<div class="tab first"><a href="#">First Tab</a></div>
<div class="tab_shadow"><!-- this td draws the shadow -->&nbsp;</div>
<div class="tab"><a href="#">Second Tab</a></div>
<div class="tab_on"><a href="#">Third Tab</a></div>
<br clear=all>
</div>
<div class="tabrule"></div>

Note: To display current "active" tab, please use class="tab_on"

Using the code snippet above will display this: