Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenburger committed Jun 8, 2011
1 parent c41711e commit ba7bb86
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 1 deletion.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions views/MISC/alice-dsl-contact-form.html.haml
@@ -0,0 +1,15 @@
- @title = "Alice DSL Contact Form"
%article.images
%h1 Alice DSL Contact Form
%p
How to annoy your paying customers.
%p
This is when you try to contact the German Alice DSL (Telefónica) Internet provider:
%ul
- i = 0
- Dir.glob File.dirname('__FILE__') + '/public/images/alice-dsl-contact-form/*.png' do |image|
%li
%h2 Step #{i += 1}
%img(src="../images/alice-dsl-contact-form/#{File.basename(image)}")
%p I’m not able to fill in all details so I had to stop here.
%iframe#like(src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.hagenburger.net%2FMISC%2Falice-dsl-contact-form.html&layout=box_count&show_faces=true&width=90&action=like&colorscheme=dark&height=65" scrolling="no" frameborder="0" allowTransparency="true")
3 changes: 2 additions & 1 deletion views/javascripts/application.js.coffee
Expand Up @@ -117,7 +117,8 @@ if post.length == 1

# TO ALL THOSE GUYS WHO ARE TOO DUMP TO DOWNLOAD JQUERY AND USE MY CODE ;)

if location.hostname != 'localhost' and location.hostname != 'www.hagenburger.net'
host = location.hostname
if host != 'localhost' and host != 'www.hagenburger.net' and host != 'nh.fornax.uberspace.de'
location.href = "http://www.hagenburger.net/"


Expand Down

0 comments on commit ba7bb86

Please sign in to comment.