X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=templates%2Fcontact_show.html;h=507f255129bdfacd90050d950df334af4d6f8ef0;hb=89e8d5757ca111d16ce3dfcc1ce4f2c00a119c85;hp=3381b8383576390fd9023dba8058772a2cbb8596;hpb=b1b95dabf1c1e96f7dc2d24b579e983ec072af89;p=cocanwiki.git diff --git a/templates/contact_show.html b/templates/contact_show.html index 3381b83..507f255 100644 --- a/templates/contact_show.html +++ b/templates/contact_show.html @@ -2,12 +2,12 @@ Contact form: ::name_html:: - + -

Contact form: ::name_html::

+

Contact form: ::name_html::

@@ -54,8 +54,8 @@ your page to enable the form.
 <html>
-<form method="post" action="/_contact">
-<input type="hidden" name="id" value="::id::"/>
+<form method="post" action="/_contact" enctype="multipart/form-data">
+<input type="hidden" name="id" value="::name_html::"/>
 <table class="left_table">
 <tr> <th> Name: </th>
      <td> <input name="Name" size="50" /> </td> </tr>
@@ -75,25 +75,6 @@ your page to enable the form.
 
 
- - - - -
- - - +::include(footer.html):: \ No newline at end of file