// Code generated by qtc from "http_mutators.qtpl". DO NOT EDIT. // See https://github.com/valyala/quicktemplate for details. //line templates/http_mutators.qtpl:1 package templates //line templates/http_mutators.qtpl:1 import ( qtio422016 "io" qt422016 "github.com/valyala/quicktemplate" ) //line templates/http_mutators.qtpl:1 var ( _ = qtio422016.Copy _ = qt422016.AcquireByteBuffer ) //line templates/http_mutators.qtpl:1 func StreamEditHTML(qw422016 *qt422016.Writer, hyphaName, textAreaFill, warning string) { //line templates/http_mutators.qtpl:1 qw422016.N().S(`

Edit `) //line templates/http_mutators.qtpl:3 qw422016.E().S(hyphaName) //line templates/http_mutators.qtpl:3 qw422016.N().S(`

`) //line templates/http_mutators.qtpl:4 qw422016.N().S(warning) //line templates/http_mutators.qtpl:4 qw422016.N().S(`

Cancel
`) //line templates/http_mutators.qtpl:13 } //line templates/http_mutators.qtpl:13 func WriteEditHTML(qq422016 qtio422016.Writer, hyphaName, textAreaFill, warning string) { //line templates/http_mutators.qtpl:13 qw422016 := qt422016.AcquireWriter(qq422016) //line templates/http_mutators.qtpl:13 StreamEditHTML(qw422016, hyphaName, textAreaFill, warning) //line templates/http_mutators.qtpl:13 qt422016.ReleaseWriter(qw422016) //line templates/http_mutators.qtpl:13 } //line templates/http_mutators.qtpl:13 func EditHTML(hyphaName, textAreaFill, warning string) string { //line templates/http_mutators.qtpl:13 qb422016 := qt422016.AcquireByteBuffer() //line templates/http_mutators.qtpl:13 WriteEditHTML(qb422016, hyphaName, textAreaFill, warning) //line templates/http_mutators.qtpl:13 qs422016 := string(qb422016.B) //line templates/http_mutators.qtpl:13 qt422016.ReleaseByteBuffer(qb422016) //line templates/http_mutators.qtpl:13 return qs422016 //line templates/http_mutators.qtpl:13 }