factor/extra/webapps/wee-url/shorten.xml

11 lines
237 B
XML
Raw Normal View History

<?xml version='1.0' ?>
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
<t:form t:action="$wee-url">
<p>Shorten URL: <t:field t:name="url" t:size="40" /></p>
2008-11-17 08:17:05 -05:00
<button type="submit">Shorten</button>
</t:form>
</t:chloe>