Public Gists by palexander

Gravatar
Tue Nov 03 13:06:42 -0800 2009
1
2
3
# The redirect controller allows for routes-based redirects
# as we move old content to new URL locations.
 
Gravatar
Fri Oct 30 10:08:45 -0700 2009
1
2
3
##
# Get the context for a search term and highlight the term itself
# text: string containing the search term and additional information
Gravatar
Tue Oct 27 22:57:34 -0700 2009
1
2
3
<div id="not_browsable_content" style="display:none;">
<p>Text for display in modal Thickbox.</p>
</div>
Gravatar
Tue Oct 27 22:49:48 -0700 2009
1
2
3
jQuery(document).ready(function(){
var url = "/#TB_inline?height=400&width=600&inlineId=not_browsable_content&modal=true"
        tb_show("", url);