2015-08-04 10:03:44 -04:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								{{!
							 | 
						
					
						
							
								
									
										
										
										
											2015-08-05 07:45:16 -04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								 postform.mustache -- the form for posting
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								 template parameters:
							 | 
						
					
						
							
								
									
										
										
										
											2015-08-04 10:03:44 -04:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								 - post_url ( the url of the post form )
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								 - reference ( the post we are replying to, or empty string if it's an op )
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								 - button ( the text for the reply button )
							 | 
						
					
						
							
								
									
										
										
										
											2016-02-01 11:06:01 -05:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								 - files ( bool, do we allow attachments ? )
							 | 
						
					
						
							
								
									
										
										
										
											2016-02-21 16:51:56 -05:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								 - csrf ( csrf token )
							 | 
						
					
						
							
								
									
										
										
										
											2015-08-04 10:03:44 -04:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								 }}
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								 <form action="{{post_url}}" enctype="multipart/form-data" name="post" method="post">
							 | 
						
					
						
							
								
									
										
										
										
											2016-02-21 16:51:56 -05:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								 {{{csrf}}}
							 | 
						
					
						
							
								
									
										
										
										
											2016-04-30 12:25:15 -04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								 <input type="hidden" name="reference" value="{{reference}}" id="postform_reference"/>
							 | 
						
					
						
							
								
									
										
										
										
											2015-08-06 10:30:54 -04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								 <div id="postform-outer">
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								   <div id="postform-inner">
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								     <table class="postform">
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								       <tbody>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								         <tr>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								           <th>
							 | 
						
					
						
							
								
									
										
										
										
											2016-02-28 13:40:16 +01:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								             {{#i18n.Translations}}{{name}}{{/i18n.Translations}}
							 | 
						
					
						
							
								
									
										
										
										
											2015-08-06 10:30:54 -04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								           </th>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								           <td>
							 | 
						
					
						
							
								
									
										
										
										
											2016-05-03 12:17:08 -04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								             <span>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								               <input type="text" name="name" value="" id="postform_name" />
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								               <span id="postform_msg"></span>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								             </span>
							 | 
						
					
						
							
								
									
										
										
										
											2016-04-30 16:03:39 -04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								           </td>
							 | 
						
					
						
							
								
									
										
										
										
											2015-08-06 10:30:54 -04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								         </tr>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								         <tr>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								           <th>
							 | 
						
					
						
							
								
									
										
										
										
											2016-02-28 13:40:16 +01:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								             {{#i18n.Translations}}{{subject}}{{/i18n.Translations}}
							 | 
						
					
						
							
								
									
										
										
										
											2015-08-06 10:30:54 -04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								           </th>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								           <td>
							 | 
						
					
						
							
								
									
										
										
										
											2016-05-01 10:42:06 -04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								             <input type="text" name="subject" value="" id="postform_subject" />
							 | 
						
					
						
							
								
									
										
										
										
											2016-04-30 16:03:39 -04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								             <input type="submit" value="{{button}}" class="button" id="postform_submit" />
							 | 
						
					
						
							
								
									
										
										
										
											2015-08-06 10:30:54 -04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								           </td>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								         </tr>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								         <tr>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								           <th>
							 | 
						
					
						
							
								
									
										
										
										
											2016-02-28 13:40:16 +01:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								             {{#i18n.Translations}}{{comment}}{{/i18n.Translations}}
							 | 
						
					
						
							
								
									
										
										
										
											2015-08-06 10:30:54 -04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								           </th>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								           <td>
							 | 
						
					
						
							
								
									
										
										
										
											2015-11-07 23:20:32 +01:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								             <textarea id="postform_message" name="message" cols=40 rows=5></textarea>
							 | 
						
					
						
							
								
									
										
										
										
											2015-08-06 10:30:54 -04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								           </td>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								         </tr>
							 | 
						
					
						
							
								
									
										
										
										
											2016-02-01 11:06:01 -05:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								         {{#files}}
							 | 
						
					
						
							
								
									
										
										
										
											2016-02-29 08:14:19 -05:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								           <tr>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								           <th>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								             {{#i18n.Translations}}{{file}}{{/i18n.Translations}}
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								           </th>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								           <td>
							 | 
						
					
						
							
								
									
										
										
										
											2016-02-29 08:35:26 -05:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								             <input class="postform_attachment" id="postform_attachments" type="file" name="attachment_uploaded" multiple />
							 | 
						
					
						
							
								
									
										
										
										
											2015-08-06 10:30:54 -04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								           </td>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								         </tr>
							 | 
						
					
						
							
								
									
										
										
										
											2016-02-01 11:06:01 -05:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								         {{/files}}
							 | 
						
					
						
							
								
									
										
										
										
											2015-11-09 13:59:54 -05:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								         <tr>
							 | 
						
					
						
							
								
									
										
										
										
											2016-02-01 11:06:01 -05:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								          <th>
							 | 
						
					
						
							
								
									
										
										
										
											2016-02-28 13:40:16 +01:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								             {{#i18n.Translations}}{{dubs}}{{/i18n.Translations}}
							 | 
						
					
						
							
								
									
										
										
										
											2015-11-09 13:59:54 -05:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								           </th>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								           <td>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								             <input type="checkbox" name="dubs" />
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								           </td>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								         </tr>
							 | 
						
					
						
							
								
									
										
										
										
											2015-08-06 10:30:54 -04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								         <tr>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								           <th>
							 | 
						
					
						
							
								
									
										
										
										
											2016-02-28 13:40:16 +01:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								             {{#i18n.Translations}}{{captcha}}{{/i18n.Translations}}
							 | 
						
					
						
							
								
									
										
										
										
											2015-08-06 10:30:54 -04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								           </th>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								           <td>
							 | 
						
					
						
							
								
									
										
										
										
											2015-08-08 13:19:31 -04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								             <img id="captcha_img" src="{{prefix}}captcha/img" alt="captcha" />
							 | 
						
					
						
							
								
									
										
										
										
											2015-08-06 10:30:54 -04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								           </td>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								         </tr>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								         <tr>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								           <th>
							 | 
						
					
						
							
								
									
										
										
										
											2016-02-28 13:40:16 +01:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								             {{#i18n.Translations}}{{solution}}{{/i18n.Translations}}
							 | 
						
					
						
							
								
									
										
										
										
											2015-08-06 10:30:54 -04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								           </th>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								           <td>
							 | 
						
					
						
							
								
									
										
										
										
											2016-11-02 09:06:28 -04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								             <input type="text" name="captcha" autocomplete="off" id="captcha_solution" height="175" width="350"/>
							 | 
						
					
						
							
								
									
										
										
										
											2015-08-06 10:30:54 -04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								           </td>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								         </tr>
							 | 
						
					
						
							
								
									
										
										
										
											2016-10-07 08:26:50 -04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								         <!-- <tr>
							 | 
						
					
						
							
								
									
										
										
										
											2016-05-17 08:24:46 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								           <th>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								             {{#i18n.Translations}}{{cuckoo_pow}}{{/i18n.Translations}}
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								           </th>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								           <td>
							 | 
						
					
						
							
								
									
										
										
										
											2016-05-17 16:33:14 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								             <input type="text" name="pow" autocomplete="off" id="miner_result" /><input id="start_miner" class="button" type="button" value="{{#i18n.Translations}}{{start_mining}}{{/i18n.Translations}}"/>
							 | 
						
					
						
							
								
									
										
										
										
											2016-05-17 08:24:46 +02:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								           </td>
							 | 
						
					
						
							
								
									
										
										
										
											2016-10-07 08:26:50 -04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								         </tr> -->
							 | 
						
					
						
							
								
									
										
										
										
											2015-08-06 10:30:54 -04:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								       </tbody>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								     </table>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								   </div>
							 | 
						
					
						
							| 
								
							 | 
							
								
							 | 
							
								
							 | 
							
							
								 </div>
							 | 
						
					
						
							
								
									
										
										
										
											2015-08-04 10:03:44 -04:00
										 
									 
								 
							 | 
							
								
							 | 
							
								
							 | 
							
							
								 </form>
							 | 
						
					
						
							
								
									
										
										
										
											2015-11-07 23:20:32 +01:00
										 
									 
								 
							 | 
							
								
									
										
									
								
							 | 
							
								
							 | 
							
							
								 
							 |