Sha256: 409f5335d84f1d0d41c79399d7615a5e2cf522032b0628aa3b24316a2cc667d9
Contents?: true
Size: 1.27 KB
Versions: 3
Compression:
Stored size: 1.27 KB
Contents
%div{style: "color:green"}=flash[:notice] %style{:media => "screen", :type => "text/css"} body { overflow: hidden; } \#editor { margin: 0; position: absolute; top: 70; bottom: 80; left: 0; right: 0; } \#links { margin: 0; position: absolute; top: 550; bottom: 0; left: 0; right: 0; } \#send { margin: 0; position: absolute; top: 510; bottom: 40; left: 800; right: 0; } %div %p DSL %p=h(@repo) %p=h(@repo.uri) if @repo.uri %pre#editor=@script %script{:charset => "utf-8", :src => "src-min-noconflict/ace.js", :type => "text/javascript"} :javascript var editor = ace.edit("editor"); editor.setTheme("ace/theme/twilight"); editor.getSession().setMode("ace/mode/ruby"); document.getElementById('editor').style.fontSize='16px'; function doSubmit(){ document.getElementById("dslInput").value = editor.getSession().getValue(); document.getElementById("dslForm").submit() } %input#send{:onclick => "doSubmit();", :type => "button", :value => "Submit"}/ %div#links %table{border: "1"} %tbody %tr %td %a{:href => "/repository"} Repository %td %a{:href => "/query"} Query %form#dslForm{ action: "", method: "post"} %input#dslInput{name: "script", type: "hidden"}
Version data entries
3 entries across 3 versions & 3 rubygems
Version | Path |
---|---|
publisci-server-0.0.1 | lib/publisci/views/dsl.haml |
publisci-0.1.2 | server/views/dsl.haml |
bio-publisci-0.1.0 | server/views/dsl.haml |