Current File : //var/wcp4/demo1812/public_html/tmp/templates/common/compiled/editor_table.html.compiled
# This file is a compiled version of a template that can be run much faster
# than reparsing the file, yet accomplishes the same thing. You should not
# attempt to modify this file as any changes you make would be lost as soon as
# the original template file is modified.
# Generated: Tue Aug 19 14:52:31 2003
# Editor: vim:syn=perl
local $^W;
{
    parse_date => 1061275951,
    deps => ["REL\:editor_dialog\.css"],
    parser_version => 2.078,
    file_type => 'REL',
    code => \&GT::Template::parsed_template
};
sub GT::Template::parsed_template {

local $^W; # Get rid of warnings. unfortunately, this won't work for Perl 5.6's -W switch
my $self = shift;
my $return = '';
my $escape = $self->{opt}->{escape};
my $strict = $self->{opt}->{strict};
my $tmp;
$return .= q{<html>
<head><title>Create Table</title>
<style>};
{; #Including /var/wcp4/northford/public_html/file/private/templates/common/editor_dialog.css
  $return .= q{/* ==================================================================
 * Gossamer Threads Module Library - http://gossamer-threads.com/
 *
 *	dialog
 *	Author  : Scott Beck
 *	$Id: editor_dialog.css,v 1.2 2002/02/02 00:33:05 bao Exp $
 *
 * Copyright (c) 2000 Gossamer Threads Inc.  All Rights Reserved.
 * ==================================================================
 *
 * Description: Style sheet for dialog pop-ups.
 */

BODY \{
	font-family      : "MS Sans Serif";
	font-size        : 8pt;
	background-color : buttonface;
	margin           : 0;
\}

TD \{
	font-family      : "MS Sans Serif";
	font-size        : 8pt;
\}

.sample \{
        font-family      : "MS Sans Serif";
        border-left      : buttonshadow solid 1px;
        border-bottom    : buttonhighlight solid 1px;
        border-right     : buttonhighlight solid 1px;
        border-top       : buttonshadow solid 1px;
        overflow         : hidden;
        background-color : buttonface;
\}

.button \{
	font-family      : "MS Sans Serif";
	background-color : buttonface;
	font-size        : 8pt;
	width            : 80px;
\}

select \{
	font-family      : "MS Sans Serif";
	font-size        : 8pt;
	background-color : window;
	border-bottom    : buttonhighlight solid 2px; 
	border-left      : buttonshadow solid 2px; 
	border-right     : buttonhighlight solid 2px; 
	border-top       : buttonshadow solid 2px;
	overflow         : hidden;
	cursor           : default;
\}

.textbox \{
        font-family      : "MS Sans Serif";
        font-size        : 8pt;
        background-color : window;
        cursor           : default;
\}

.select_list \{
	font-family      : "MS Sans Serif";
	font-size        : 8pt;
	background-color : window;
	border-bottom    : buttonhighlight solid 2px; 
	border-left      : buttonshadow solid 2px; 
	border-right     : buttonhighlight solid 2px; 
	border-top       : buttonshadow solid 2px;
	width            : 350px;
	height           : 153px;
	overflow         : hidden;
	cursor           : default;
\}

.select_list_inner \{
	font-family      : "MS Sans Serif";
	font-size        : 8pt;
	background-color : window;
	border-bottom    : buttonhighlight solid 2px; 
	border-left      : buttonshadow solid 2px; 
	border-right     : buttonhighlight solid 2px; 
	border-top       : buttonshadow solid 2px;
	width            : 361px;
	height           : 153px;
	overflow         : scroll;
	cursor           : default;
\}

.select_title \{
	font-family      : "MS Sans Serif";
	font-size        : 8pt;
	background-color : buttonface;
	border-bottom    : buttonshadow solid 1px; 
	border-top       : buttonhighlight solid 1px;
	border-left      : buttonhighlight solid 1px; 
	border-right     : buttonshadow solid 1px; 
	padding          : 2px;
	margin           : 0px;
	cursor           : default;
\}

.select_option \{
	font-family      : "Fixedsys";
	font-size        : 8px;
	cursor           : default;
\}

.select_title_outer \{
	font-family      : "MS Sans Serif";
	font-size        : 8pt;
	cursor           : default;
\}

.select_option_selected \{
	font-family      : "Fixedsys";
	font-size        : 8px;
	background-Color : highlight;
	color            : white;
	cursor           : default;
\}
};
} # Done include
$return .= q{</style>
<script language=JScript>
<!--
returnValue='';
function done () \{
	var tbl = \{\};
	tbl.NumRows    = document.all.numrows.value;
	tbl.NumCols    = document.all.numcols.value;
	tbl.CellPadding= document.all.padding.value;
	tbl.CellSpacing= document.all.spacing.value;
	tbl.Width	   = document.all.width.value;
	tbl.Unit	   = document.all.unit.value;
	tbl.Border	   = document.all.border.value;
	returnValue = tbl;
	window.close();
\}
// -->
</script>
</head>
<body>
<table cellspacing=0 align=center width=80% align=center>
 <tr>
  <td>Rows:</td>
  <td><input type=text size=3 name=numrows maxlength=3 value=3></td>
  <td>Cell Padding:</td>
  <td><input type=text size=3 name=padding maxlength=3 value=1></td>
 <tr>
  <td>Columns:</td>
  <td><input type=text size=3 name=numcols maxlength=3 value=3></td>
  <td>Cell spacing:</td>
  <td><input type=text size=3 name=spacing maxlength=3 value=1></td>
 <tr>
  <td>Width</td>
  <td colspan=3><input type=text size=3 maxlength=3 name=width value="100"> 
	<select name=unit>
		<option value="%">Percent</option>
		<option value="px">Pixels</option>
	</select>
  </td>
 <tr>
  <td>Border:</td>
  <td colspan=3><input type=text size=3 maxlength=1 name=border value=1></td>
</table>
<hr>
<div align=right>
	<BUTTON class=button ONCLICK="done();">OK</BUTTON> &nbsp;
	<BUTTON class=button ONCLICK="window.close();">Cancel</BUTTON>
</div>
};
return \$return;
}