<?xml version="1.0" encoding="UTF-8"?>
<tcf>
	<title>New Redirect</title>

	<variable-list>
		<variable
				name="target"
				prompt="Original File"
				type="filechooser"
				dependency="yes"
				path="/"
				alt="Select the file/folder on the production server to point the short url to. This can be a root relative path or absolute path."></variable>
		<variable
				name="dirname"
				prompt="Short Name"
				type="text"
				alt="A single word to represent your shortened url. (example. shortname)."></variable>
	</variable-list>

	<template-list>
		<template 
				prompt-prefix="Redirect File"
				publish="yes"
				preferred-redirect="yes"
				group="Everyone"
				force-destination="yes"
				destination="/go/{dirname}"
				display-filename="no"
				filename="index"
				extension="asp">redirect.tmpl</template>
	</template-list>
</tcf>