send_feedback_form can be used by anyone.
[cocanwiki.git] / templates / contact_show.html
index 3381b83..a7e6799 100644 (file)
@@ -54,8 +54,8 @@ your page to enable the form.
 
 <pre>
 &lt;html&gt;
-&lt;form method="post" action="/_contact"&gt;
-&lt;input type="hidden" name="id" value="::id::"/&gt;
+&lt;form method="post" action="/_contact" enctype="multipart/form-data"&gt;
+&lt;input type="hidden" name="id" value="::name_html::"/&gt;
 &lt;table class="left_table"&gt;
 &lt;tr&gt; &lt;th&gt; Name: &lt;/th&gt;
      &lt;td&gt; &lt;input name="Name" size="50" /&gt; &lt;/td&gt; &lt;/tr&gt;
@@ -81,19 +81,23 @@ your page to enable the form.
 <li> <a href="/_recent">Recent&nbsp;changes</a> </li>
 </ul>
 
+<div id="menu_div">
 <ul id="bottommenu" class="menu">
 <li class="first"> <a href="/">Home&nbsp;page</a> </li>
 ::table(sitemenu)::<li> <a href="/::url_html_tag::">::label_html::</a> </li>
 ::end::
 <li> <a href="/_sitemap">Sitemap</a> </li>
 </ul>
+</div>
 
+<div id="footer_div">
 <hr/>
 
 <ul id="footer" class="menu">
 <li class="first"> <a href="/copyright">Copyright &copy; ::year::</a> </li>
 <li> Powered by <a href="http://sandbox.merjis.com/">::cocanwiki_package_html:: ::cocanwiki_version_html::</a> </li>
 </ul>
+</div>
 
 </body>
 </html>
\ No newline at end of file