Sha256: a0232c46ca74c0a2427e830fa2b166261df7d30243e22e053d3d5d5a8972e83c
Contents?: true
Size: 831 Bytes
Versions: 3
Compression:
Stored size: 831 Bytes
Contents
%p{style: "color:green"}=flash[:notice] %div %h2 Import RDF %p %form#input_form{ action: "", method: "post", enctype: 'multipart/form-data'} %p %strong Enter RDF %br %textarea{name: "rdf_string", :class => "text", cols: "80", rows: "20"}=@rdf %br Format %br %select{:form => "input_form", :name => "rdf_format"} %option{:value => "ttl"} Turtle / N3 %option{:value => "rdfxml"} RDF-XML %p %strong Or Upload a File %br %input{type: "file", name: "upload_file"} %p %input{:type => "submit", :value => "Import", :class => "button"} %p %table{border: "1"} %tbody %tr %td %a{:href => "/repository"} Repository %td %a{:href => "/dsl"} DSL %td %a{:href => "/query"} Query
Version data entries
3 entries across 3 versions & 3 rubygems
Version | Path |
---|---|
publisci-server-0.0.1 | lib/publisci/views/import.haml |
publisci-0.1.2 | server/views/import.haml |
bio-publisci-0.1.0 | server/views/import.haml |