<?xml version="1.0"?><!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<template>
	<do type="accept" name="do1" label="Home">
		<go href="#home"/>
	</do>
	<do type="accept" name="do2" label="Help">
		<go href="about.wml#help"/>
	</do>
	<do type="prev" name="back" label="Back">
		<prev/>
	</do>
</template>

<card id="home" title="CaptionKit">
<p align="center"><img src="/images/captionkit.wbmp" alt="Pocket CaptionKit" width="80" height="19"/><br/>You can :</p>
<p>
<a href="#browse">&#187;&nbsp;Browse</a><br />
<a href="#search">&#187;&nbsp;Search</a><br/>
<a href="#about">&#187;&nbsp;About</a><br/>
<a href="#help">&#187;&nbsp;Help</a><br />
</p>
</card>

<card id="about" title="Help / About">
<p>CaptionKit sends you the subtitles for internet video.</p>
<p>You can read captions for a presentation on your WAP phone.</p>
</card>
<card id="help" title="Help">
<p><a href="#search">Find</a> a title by keyword and / or content category.</p>
<p>Use the Next / Back buttons to move through the presentation text</p>
</card>

<card id="search" title="Search For Titles" newcontext="true">
	<do type="accept" name="do3" label="Go !">
		<go href="response.php?search=$search&amp;category=$category" method="get">
			<postfield name="search" value="$search"/>
			<postfield name="category" value="$category"/>	
		</go>
	</do>
	<do type="accept" name="Search" label="Search">
		<go href="search.wml"/>
	</do>
	<p>
	<input type="text" title="Find:" size="10" maxlength="24" format="*a" emptyok="true" name="search"/>
	<select name="category" title="Type:" multiple="true" iname="catchoice" ivalue="0;1;2">
		<option value="1">General</option>
		<option value="2">Trailers</option>
		<option value="3">News</option>
		<option value="4">Trailers</option>	
		<option value="5">Business</option>
	</select>
	</p>
</card>

<card id="browse" title="CaptionKit">
	<p>
		<a href="category.php?cat=5">&#187;&nbsp;Business&nbsp;[0]</a><br/>
	<a href="category.php?cat=1">&#187;&nbsp;General&nbsp;[3]</a><br/>
	<a href="category.php?cat=4">&#187;&nbsp;Interviews&nbsp;[5]</a><br/>
	<a href="category.php?cat=3">&#187;&nbsp;News&nbsp;[1]</a><br/>
	<a href="category.php?cat=2">&#187;&nbsp;Trailers&nbsp;[6]</a><br/>
		</p>
</card>
</wml>