SourceForge.JP: Open Source Software

LoginCreate AccountHelp[auto][en][zh][de][fr][ko][es][pt]

Browse Subversion Repository

View of /trunk/Edinet/tools/sec/views/zip.haml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 95 - (download) (annotate)
Sat Aug 29 05:29:50 2009 UTC (5 months, 1 week ago) by katoy
File size: 1229 byte(s)
郵便番号検索する例を sintatra + haml + extjs3.0 環境で。

!!! XML
!!! Strict

%html{:xmlns => "http://www.w3.org/1999/xhtml"}
  %head
    %title ComboBox - 郵便番号検索
    %meta{:"http-equiv" => "Content-Type", :content => "text/html", :charset => "utf-8"}
    %link{:href => "ext-3.0.0/resources/css/ext-all.css", :rel => "stylesheet", :type => "text/css" }
    %script{:type => "text/javascript", :src => "ext-3.0.0/adapter/ext/ext-base.js"}
    %script{:type => "text/javascript", :src => "ext-3.0.0/ext-all.js"}
    %script{:type => "text/javascript", :src => "zip.js"}

    %link{:rel => "shortcut icon", :type => "image/ico", :href => "favicon.ico" }
    %style{:type => "text/css"}.ext-ie .x-form-text {position:static !important;}

  %body
    %div{:style => "width:400px; padding: 10px;"}
      %div{:style => "border:thin solid #000000;"}
        %center
          %h3 郵便番号検索
        %div{:style => "padding: 10px;"}
          %input{:type => "text", :name => "search", :id => "search"}
          %hr
          〒
          %input{ :type => "text", :name => "zip", :id=>"zip", :maxlength => "7",
                  :readonly => "readonly" }
          %input{ :type => "text", :name => "address", :id => "address",
                  :readonly => "readonly" }

Back to Project
Back to SourceForge.jp
  SourceForge.jp (Powered by ViewVC)
Powered by ViewVC 1.0.5
ViewVC Help