JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added tar.php. metaform working
[wfpl.git] / metaform / preview.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5   <title>Meta Form</title>
6 </head>
7
8 <body>
9   <h1>Preview</h1>
10   <div style="border: 2px solid black; padding: 13px">
11 ~preview~
12   </div>
13     <p><form action="~form_name~.tgz" method="get"><input type="hidden" name="form_name" value="~form_name.attr~" /><input type="hidden" name="fields" value="~fields.attr~" /><input type="submit" name="download_tar" value="Download tar ball" /></form></p>
14
15   <form action="~metaform_name~" method="get">
16         <p><input type="hidden" name="form_name" value="~form_name.attr~" /><input type="hidden" name="fields" value="~fields.attr~" /><input type="submit" name="edit" value="Back to editing" /></p>
17
18     <p><input type="submit" name="view_sql" value="View SQL" /></p>
19
20     <p><input type="submit" name="view_php" value="View PHP" /></p>
21
22     <p><input type="submit" name="view_template" value="View template" /></p>
23
24     <p><input type="submit" name="view_email" value="View e-mail" /></p>
25
26   </form>
27 </body>
28 </html>