Recent Posts
None | 30 sec ago
None | 44 sec ago
None | 56 sec ago
None | 1 min ago
Java | 1 min ago
None | 1 min ago
PHP | 1 min ago
None | 2 min ago
None | 2 min ago
Java | 2 min ago
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By cfalzone on the 10th of Nov 2009 06:34:52 PM
Download |
Raw |
Embed |
Report
#pullContent("+structureInode:12345" "0" "text1")
#set($firstLetter = "")
#set($first = true)
#foreach($content in $list)
#if($content.title.substring(0, 2).equals($firstLetter)
#if($first)
#set($first = false)
#else
<p><a href="#top">Back to top</a></p>
#end
<h4><a name="${content.title.substring(0, 2)}" id="${content.title.substring(0, 2)}"></a>${content.title.substring(0, 2)}</h4>
#set($firstLetter = $content.title.substring(0, 2))
#end
<!-- Do what you need for the listing -->
#end
<p><a href="#top">Back to top</a></p>
Submit a correction or amendment below.
Make A New Post