<?xml version="1.0" encoding="utf-8" ?>
<!--
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
 * 
 * Licensed under the terms of the GNU Lesser General Public License:
 * 		http://www.opensource.org/licenses/lgpl-license.php
 * 
 * For further information visit:
 * 		http://www.fckeditor.net/
 * 
 * "Support Open Source software. What about a donation today?"
 * 
 * File Name: fcktemplates.xml
 * 	This is the sample templates definitions file. It makes the "templates" 
 * 	command completely customizable.
 * 	See FCKConfig.TemplatesXmlPath in the configuration file.
 * 
 * File Authors:
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<Templates imagesBasePath="fck_template/images/">
	<Template title="About Me" image="template1.gif">
		<Description>One main image with a title and text that surround the image with a place for email.</Description>
		<Html>
			<![CDATA[
<table width="100%" border="0" cellspacing="0" cellpadding="5">
  <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="5">
      <tr>
        <td width="100"><img src="/core_images/image-pholder.jpg" width="150" height="200" /></td>
        <td valign="top">Place holder text area content, add individual team member information here... Place holder text area content, add individual team member information here... Place holder text area content, add individual team member information here... Place holder text area content, add individual team member information here... Place holder text area content, add individual team member information here... Place holder text area content, add individual team member information here... Place holder text area content, add individual team member information here... </td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td height="5"></td>
  </tr>
  <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td>name</td>
    <td>email</td>
    <td>phone</td>
  </tr>
</table>
</td>
  </tr>
</table>
			]]>
		</Html>
	</Template>
	<Template title="About Us" image="template2.gif">
		<Description>A template that defines two colums for multiple team members and photos.</Description>
		<Html>
			<![CDATA[
<table width="100%" border="0" cellspacing="0" cellpadding="5">
  <tr>
	<td width="100"><img src="image-pholderII.jpg" width="150" height="160" /></td>
	<td valign="top">Place holder text area content, add individual team member information here... Place holder text area content, add individual team member information here... Place holder text area content, add individual team member information here... Place holder text area content, add individual team member information here... Place holder text area content, add individual team member information here... </td>
  </tr>
  <tr><td colspan="2">name</td></tr>
  <tr><td colspan="2">email</td></tr>
  <tr><td colspan="2">phone</td></tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="5">
  <tr>	
	<td valign="top">Place holder text area content, add individual team member information here... Place holder text area content, add individual team member information here... Place holder text area content, add individual team member information here... Place holder text area content, add individual team member information here... Place holder text area content, add individual team member information here... </td>
	<td width="100"><img src="image-pholderII.jpg" width="150" height="160" /></td>
  </tr>
  <tr><td colspan="2"><div align="right">name</div></td></tr>
  <tr><td colspan="2"><div align="right">email</div></td></tr>
  <tr><td colspan="2"><div align="right">phone</div></td></tr>
</table>
			]]>
		</Html>
	</Template>
	<Template title="Meet the Team" image="template3.gif">
		<Description>A title with some text and a table. Team member images and email areas.</Description>
		<Html>
			<![CDATA[
<table width="100%" border="0" cellspacing="0" cellpadding="5">
  <tr>
    <td width="100"><img src="image-pholderII.jpg" width="150" height="160" /></td>
	<td width="200" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="5">
      <tr>
        <td>name</td>
      </tr>
      <tr>
        <td>email</td>
      </tr>
      <tr>
        <td>phone</td>
      </tr>
    </table></td>
	<td valign="top">Place holder text area content, add individual team member information here... Place holder text area content, add individual team member information here... Place holder text area content, add individual team member information here... Place holder text area content, add individual team member information here... Place holder text area content, add individual team member information here... Place holder text area content, add individual team member information here... </td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="5">
  <tr>
    <td valign="top">Place holder text area content, add individual team member information here... Place holder text area content, add individual team member information here... Place holder text area content, add individual team member information here... Place holder text area content, add individual team member information here... Place holder text area content, add individual team member information here... Place holder text area content, add individual team member information here... </td>
	<td width="200" valign="top">
	<table width="100%" border="0" cellspacing="0" cellpadding="5">
      <tr><td>name</td></tr>
      <tr><td>email</td></tr>
      <tr><td>phone</td></tr>
    </table>
	</td>
	<td width="100"><img src="image-pholderII.jpg" width="150" height="160" /></td>
  </tr>
</table>
			]]>
		</Html>
	</Template>
</Templates>
