S h i v wrote:
> A simple query - how to create the right side list of links that
> appear at the below links:
>         http://www.opensolaris.org/os/about
>         http://www.opensolaris.org/os/about/faq/general_faq
> 
> I would like to use it for the UG page.

It's not TML but HTML.

  http://www.opensolaris.org/os/about

<div style="float: right">
<div class="Callout">
<div class="CalloutTitle">Resources</div>
<div class="CalloutBody">
<dl>
<dt><a href="/os/licensing/">Licensing Info</a></dt>
<dd>Details on CDDL and other licenses used by the project.</dd>
<dt><a href="/os/community/onnv/devref_toc/">Developer's Guide</a></dt>
<dd>You just won't believe how vastly hugely mind-bogglingly big it is.</dd>
<dt><a href="/os/communities/participation/">Improving OpenSolaris</a></dt>
<dd>Quick start for developers</dd>
<dt><a href="/os/about/contact/">Contacts</a></dt>
<dd>These are the people in your neighborhood...</dd>
</dl>
</div>
</div>
</div>


  http://www.opensolaris.org/os/about/faq/general_faq


<td style="border-left: 2px solid #ccc">
<strong>Other FAQs</strong>
   <ul>
     <li><a href="/os/about/faq/getting_started_developers/">Getting 
Started FAQ</a> </li>
     <li><a href="/os/about/faq/website_faq/">Website FAQ</a></li>
     <li><a href="/os/about/faq/licensing_faq">CDDL FAQ</a></li>
     <li><a href="/os/about/faq/binary_licensing_faq">Binary License 
FAQ</a></li>
     <li><a href="/os/about/faq/trademark_faq/">Trademark/Logo Usage 
FAQ</a> </li>
    </ul>
</td>
> 
> regards
> Shiv
> _______________________________________________
> website-discuss mailing list
> [email protected]
> 


-- 
Derek Cicero
Program Manager
Solaris Kernel Group, Software Division
_______________________________________________
website-discuss mailing list
[email protected]

Reply via email to