<?xml version="1.0" encoding="utf-8"?>
<?pcf-stylesheet path="/_resources/xsl/frontpage-tile.xsl" extension="html"?>
<!DOCTYPE document SYSTEM "http://commons.omniupdate.com/dtd/standard.dtd">

<document xmlns:ouc="http://omniupdate.com/XSL/Variables">
	
	<ouc:div label="tilecontent"  group="Everyone" button-text="Edit Tile Content"  break="break">
		<ouc:editor wysiwyg-class="ou-tileeditor" csspath="/_resources/ou/editor/tileeditor.css" cssmenu="/_resources/ou/editor/styles.txt" width="955" />				
		<table class="ou-uieditor" style="width: 400px;">
			<tbody>
				<tr>
					<td><strong>Icon</strong></td>
					<td class="tile-preview">
						<img id="tile-icon" src="" />
					</td>
				</tr>
				<tr>
					<td><strong>Caption</strong></td>
					<td id="tile-caption"><!--%echo var="tileCaption" --></td>
				</tr>
				<tr>
					<td><strong>Link</strong></td>
					<td>
						<a id="tile-link" href="#">Right-click, and select <strong>Insert/Edit Link</strong></a>
					</td>
				</tr>
			</tbody>
		</table>	
	</ouc:div>
	
</document>
