Advertisement
Guest User

Untitled

a guest
May 6th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 5.67 KB | None | 0 0
  1. #wrapp  
  2.   %nav.navbar.navbar-default.navbar-fixed-top
  3.     .container-fluid
  4.       .navbar-header
  5.         %button.navbar-toggle.collapsed{"aria-expanded" => "false", "data-target" => "#bs-example-navbar-collapse-1", "data-toggle" => "collapse", :type => "button"}
  6.           %span.sr-only Toggle navigation
  7.           %span.icon-bar
  8.           %span.icon-bar
  9.           %span.icon-bar
  10.         %a.navbar-brand{:href => "#", :rel => "home", :title => "Soccertransfair"}
  11.           %img{:src => "http://res.cloudinary.com/dr68ladtn/image/upload/v1461068655/logo_lwgrxf.png", :style => "max-width:150px; margin-top: -7px;", }
  12.       #bs-example-navbar-collapse-1.collapse.navbar-collapse
  13.         %ul.nav.navbar-nav.navbar-right
  14.           %li
  15.             %a{:href => "#"} Home
  16.           %li
  17.             %a{:href => "#"} Suche  Spieler
  18.           %li
  19.             %a{:href => "#"} Suche Verein
  20.           %li#log
  21.             %a{:href => "#"} Nachrichten
  22.           %li
  23.             %a{ :href => "#"} Profil
  24.   .container-fluid
  25.     .row{:style => "background:#034B6F; padding-bottom:10px;"}
  26.       .col-md-12
  27.         %h1.name_page Profil
  28.   .container-fluid{:style => "margin-top:10px; margin-bottom:10px;"}
  29.     .row
  30.       .col-md-2.col-md-offset-1
  31.         %img{:src => "http://res.cloudinary.com/dr68ladtn/image/upload/c_scale,h_656,w_656/v1461938870/ver_image_nemmey.png", :style => "max-width:210px"}
  32.       .col-md-2
  33.         %a{"data-placement" => "right", "data-toggle" => "tooltip", :title => " Videos, Bilder und der sportliche Lebenslauf können nur nach erfolgreichem Matching vom jeweiligem Verein eingesehen werden.", :rel => "tooltip", :href => "#"}
  34.           %img{:src => "http://res.cloudinary.com/dr68ladtn/image/upload/v1462526860/question_zo2rqm.png", :style => "max-width:20px", }
  35.       .col-md-3
  36.         .form-group
  37.           %input#Email1.form-control{:placeholder => "Vereinsname", :type => "text"}
  38.           %input#Password1.form-control{:placeholder => "PLZ", :type => "text"}
  39.           %input#Email1.form-control{:placeholder => "Ort", :type => "text"}
  40.           %input#Password1.form-control{:placeholder => "Adresse", :type => "text"}
  41.           %select.form-control
  42.             %option{:disabled => "", :hidden => "", :selected => "", :value => ""} Liga 1.Team
  43.             %option{:value => "tow"} Ebene1
  44.             %option{:value => "def"} Ebene2
  45.             %option{:value => "mit"} Ebene3
  46.             %option{:value => "off"} Ebene4
  47.       .col-md-3
  48.         %input#Email1.form-control{:placeholder => "Kontaktperson Herren", :type => "text"}
  49.         %input#Password1.form-control{:placeholder => "Kontaktperson Jugend", :type => "text"}
  50.         %input#Email1.form-control{:placeholder => "E-Mail", :type => "email"}
  51.         %input#Password1.form-control{:placeholder => "Telefon", :type => "text"}
  52.         %input#Password1.form-control{:placeholder => "Website", :type => "url"}
  53.     .row
  54.       .col-md-3.col-md-offset-5
  55.         .checkbox{:style => "text-align: left;"}
  56.           %label
  57.             %input{:type => "checkbox"}
  58.               Ich akzeptiere die AGBs
  59.       .col-md-3
  60.         %a.btn.btn-primary.btn-lg.btn-block{:href => "#"}Speichern
  61.     .row{:style => "margin-top:10px"}
  62.       .col-md-11.col-md-offset-1
  63.         %textarea.form-control{:rows => "8", :placeholder => "Beschreibung"}
  64.   .container-fluid
  65.     .row
  66.       .col-md-10.col-md-offset-1
  67.         %table.table.table-bordered.table-striped{:style => "font-size: 15pt;"}
  68.           %tr
  69.             %td.col-md-4
  70.               Bundesliga
  71.             %td.col-md-6
  72.               Mannschaft
  73.             %td.col-md-2
  74.               %a.btn.btn-primary.btn-lg.btn-block{:href => "#"}Löschen
  75.           %tr
  76.             %td
  77.               Bundesliga
  78.             %td
  79.               Mannschaft
  80.             %td
  81.               %a.btn.btn-primary.btn-lg.btn-block{:href => "#"}Löschen
  82.           %tr
  83.             %td
  84.               Bundesliga
  85.             %td
  86.               Mannschaft
  87.             %td
  88.               %a.btn.btn-primary.btn-lg.btn-block{:href => "#"}Löschen
  89.   .container-fluid
  90.     .row
  91.       .col-md-3.col-md-offset-8
  92.         %a.btn.btn-primary.btn-lg.btn-block{"data-target" => "#teams", "data-toggle" => "modal",  :style => "margin:9px 3px;"} Mannschaft hinzufügen
  93.   %footer#footer2
  94.     .container-fluid
  95.       %a.navbar-brand{:href => "#", :rel => "home", :title => "Soccertransfair"}
  96.         %img{:src => "http://res.cloudinary.com/dr68ladtn/image/upload/v1461068655/logo_lwgrxf.png", :style => "max-width:150px; margin-top: -7px;"}
  97.       .row
  98.         .col-md-2.col-md-offset-1
  99.           = link_to 'Impressum', impressum_url , class: "main_link"
  100.           = link_to 'Datenschutzerklärung', daten_url, class: "main_link"  
  101. #teams.modal.fade{"aria-labelledby" => "myModalLabel", :role => "dialog", :tabindex => "-1"}
  102.   .modal-dialog.modal-sm{:role => "document"}
  103.     .modal-content
  104.       .modal-header
  105.         %button.close{"aria-label" => "Close", "data-dismiss" => "modal", :type => "button"}
  106.           %span{"aria-hidden" => "true"} ×
  107.         %strong#myModalLabel.modal-title  Mannschaft hinzufüfgen
  108.       .modal-body
  109.         %form
  110.           .form-group
  111.             %select.form-control
  112.               %option{:disabled => "", :hidden => "", :selected => "", :value => ""} Liga
  113.               %option{:value => "liga"} Bla
  114.               %option{:value => "liga"} Bla
  115.             %select.form-control
  116.               %option{:disabled => "", :hidden => "", :selected => "", :value => ""} Mannschaft
  117.               %option{:value => "team"} Bla
  118.               %option{:value => "team"} Bla
  119.             %button.btn.btn-primary.btn-lg.btn-block{:type => "submit", :style => "margin-top:3px;"} Speichern
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement