Update guestbook notices to list
This commit is contained in:
		
					parent
					
						
							
								b0cccfac6e
							
						
					
				
			
			
				commit
				
					
						e1da508542
					
				
			
		
					 1 changed files with 6 additions and 2 deletions
				
			
		|  | @ -35,8 +35,12 @@ | ||||||
|             </tr> |             </tr> | ||||||
|         </table> |         </table> | ||||||
|     </form> |     </form> | ||||||
|     <p>You can submit an entry <u>once every hour</u>.</p> |     <p>A few things to note:</p> | ||||||
|     <p>Your IP address <u>will</u> be logged but <u>will not</u> be publically displayed.</p> |     <ul> | ||||||
|  |         <li>You can submit an entry <u>once every hour</u>.</li> | ||||||
|  |         <li>Your IP address <u>will</u> be logged but <u>will not</u> be publically displayed.</li> | ||||||
|  |         <li>Any entries that appear to be spam <u>will</u> be removed.</li> | ||||||
|  |     </ul> | ||||||
|     <hr/> |     <hr/> | ||||||
|     @php |     @php | ||||||
|         $entries = DB::select('SELECT name, timestamp, message FROM guestbook_entries ORDER BY id DESC'); |         $entries = DB::select('SELECT name, timestamp, message FROM guestbook_entries ORDER BY id DESC'); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Frankie B
				Frankie B