<?xml version="1.0" encoding="utf-8"?>

<!--

Use by cgi/request_doc

-->

<workflow xmlns="http://eprints.org/ep3/workflow" xmlns:epc="http://eprints.org/ep3/control">
  <flow>
	<stage ref="main"/>
  </flow>

  <stage name="main">
  	<component type="XHTML" surround="None">
		<div><epc:print expr="$eprint.citation()" /></div>
		<epc:if test="is_set($document)"><div class="ep_block"><table style="margin: 0 auto;"><tr><td valign="center"><epc:print expr="$document.icon()" /></td><td><epc:print expr="$document.citation_link()" /><br /><epc:print expr="human_filesize($document.doc_size())" /></td></tr></table></div></epc:if>
	</component>
  	<component><field ref="requester_email" /></component>
  	<component><field ref="reason" /></component>
<!--

To add a Captcha to document requests add a cfg.d containing:

# http://www.google.com/recaptcha
$c->{recaptcha}->{private_key} = "your private key";
$c->{recaptcha}->{public_key} = "your public key";

Then uncomment the following line to add the captcha to the form:

  	<component surround="None"><field ref="captcha" /></component>
-->
  </stage>

</workflow>
