Displaying 2 results from an estimated 2 matches for "the_title".
2006 Apr 10
8
Advice on Similar Views with Helpers
...that it needs, and it would place "User
Administration" in the cell it should go in, and all the content in
another one. So something like...
<table border="0" cellpadding="0" cellspacing="0">
<tr><td class="admin_title"><%= the_title %></td></tr>
<tr><td class="admin_content"><%= @content_for_partial %></td></tr>
</table>
This is a very simplistic example, but my tables are fairly complex with
spacers, different classes, styles, etc.
I bring this up because I just...
2012 Mar 16
2
plotting border over map
...library(rgdal)
library(maps)
library(gplots)
library(clim.pact)
library(fields)
source("/R/PlotGridded2DMap.R")
source("/R/image.plot.fix.R")
source("/R/image.plot.plt.fix.r")
seasonal_plot<-function(input,lonll=-180,latll=-90,lonres=5.,latres=3.75,write_file=TRUE,The_title=NULL){
if(is.null(The_title)){
for (ki in 1:length(input)){
The_title[[ki]]<-sprintf("XCH4 CH4 (ppb)",ki)
}
}
if(!is.list(input)){input=list(input)}
lon.ll <- lonll #lower left corner of grid
lat.ll <- latll #lower left c...