one.adp

Delivered as text/html

Related Files

[ hide source ] | [ make this the default ]

File Contents

  <master>
    <property name="doc(title)">@page_title;literal@</property>
    <property name="context">@context;literal@</property>

    <form action="flush" method="post">
      <input type="hidden" name="type" value="one">
      <input type="hidden" name="pattern" value="@pattern@">
      <input type="hidden" name="raw_date" value="@raw_date@">
      <input type="hidden" name="key" value="@safe_key@">
      Cached value at @time@.
      <input type="submit" value="Flush">
    </form>
    <hr>
    <strong>Key:</strong>
    <blockquote>
      <pre>@key;noquote@</pre>
    </blockquote>
    <hr>
    <strong>Value:</strong>
    <blockquote>
      @value;noquote@
    </blockquote>