1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-01-06 01:50:26 +00:00

Uncommitted markup

This commit is contained in:
handlerug 2021-06-21 11:52:38 +07:00
parent 26099e7dda
commit 5e154cce01
No known key found for this signature in database
GPG Key ID: 38009F0605051491
2 changed files with 14 additions and 14 deletions

View File

@ -77,11 +77,11 @@
<form method="post" class="edit-form" <form method="post" class="edit-form"
action="/upload-text/{%s hyphaName %}"> action="/upload-text/{%s hyphaName %}">
<textarea name="text" class="edit-form__textarea" autofocus>{%s textAreaFill %}</textarea> <textarea name="text" class="edit-form__textarea" autofocus>{%s textAreaFill %}</textarea>
<br/><br/> <br><br>
<label for="text">Describe your changes:</label><br> <label for="text">Describe your changes:</label><br>
<input id="text" type="text" name="message" class="edit-form__message" placeholder="(optional)"> <input id="text" type="text" name="message" class="edit-form__message">
<br/><br/> <br><br>
<input type="submit" name="action" class="btn btn_accent edit-form__save" value="Save"/> <input type="submit" name="action" class="btn btn_accent edit-form__save" value="Save">
<input type="submit" name="action" class="btn edit-form__preview" value="Preview"> <input type="submit" name="action" class="btn edit-form__preview" value="Preview">
<a href="/hypha/{%s hyphaName %}" class="btn btn_weak">Cancel</a> <a href="/hypha/{%s hyphaName %}" class="btn btn_weak">Cancel</a>
</form> </form>
@ -100,11 +100,11 @@
<form method="post" class="edit-form" <form method="post" class="edit-form"
action="/upload-text/{%s hyphaName %}"> action="/upload-text/{%s hyphaName %}">
<textarea name="text" class="edit-form__textarea" autofocus>{%s textAreaFill %}</textarea> <textarea name="text" class="edit-form__textarea" autofocus>{%s textAreaFill %}</textarea>
<br/><br/> <br><br>
<label for="text">Describe your changes:</label><br> <label for="text">Describe your changes:</label><br>
<input id="text" type="text" name="message" class="edit-form__message" value="{%s message %}"> <input id="text" type="text" name="message" class="edit-form__message" value="{%s message %}">
<br/><br/> <br><br>
<input type="submit" name="action" class="btn btn_accent edit-form__save" value="Save"/> <input type="submit" name="action" class="btn btn_accent edit-form__save" value="Save">
<input type="submit" name="action" class="btn edit-form__preview" value="Preview"> <input type="submit" name="action" class="btn edit-form__preview" value="Preview">
<a href="/hypha/{%s hyphaName %}" class="btn btn_weak">Cancel</a> <a href="/hypha/{%s hyphaName %}" class="btn btn_weak">Cancel</a>
</form> </form>

View File

@ -204,11 +204,11 @@ func StreamEditHTML(qw422016 *qt422016.Writer, rq *http.Request, hyphaName, text
qw422016.E().S(textAreaFill) qw422016.E().S(textAreaFill)
//line views/mutators.qtpl:79 //line views/mutators.qtpl:79
qw422016.N().S(`</textarea> qw422016.N().S(`</textarea>
<br/><br/> <br><br>
<label for="text">Describe your changes:</label><br> <label for="text">Describe your changes:</label><br>
<input id="text" type="text" name="message" class="edit-form__message" placeholder="(optional)"> <input id="text" type="text" name="message" class="edit-form__message">
<br/><br/> <br><br>
<input type="submit" name="action" class="btn btn_accent edit-form__save" value="Save"/> <input type="submit" name="action" class="btn btn_accent edit-form__save" value="Save">
<input type="submit" name="action" class="btn edit-form__preview" value="Preview"> <input type="submit" name="action" class="btn edit-form__preview" value="Preview">
<a href="/hypha/`) <a href="/hypha/`)
//line views/mutators.qtpl:86 //line views/mutators.qtpl:86
@ -290,15 +290,15 @@ func StreamPreviewHTML(qw422016 *qt422016.Writer, rq *http.Request, hyphaName, t
qw422016.E().S(textAreaFill) qw422016.E().S(textAreaFill)
//line views/mutators.qtpl:102 //line views/mutators.qtpl:102
qw422016.N().S(`</textarea> qw422016.N().S(`</textarea>
<br/><br/> <br><br>
<label for="text">Describe your changes:</label><br> <label for="text">Describe your changes:</label><br>
<input id="text" type="text" name="message" class="edit-form__message" value="`) <input id="text" type="text" name="message" class="edit-form__message" value="`)
//line views/mutators.qtpl:105 //line views/mutators.qtpl:105
qw422016.E().S(message) qw422016.E().S(message)
//line views/mutators.qtpl:105 //line views/mutators.qtpl:105
qw422016.N().S(`"> qw422016.N().S(`">
<br/><br/> <br><br>
<input type="submit" name="action" class="btn btn_accent edit-form__save" value="Save"/> <input type="submit" name="action" class="btn btn_accent edit-form__save" value="Save">
<input type="submit" name="action" class="btn edit-form__preview" value="Preview"> <input type="submit" name="action" class="btn edit-form__preview" value="Preview">
<a href="/hypha/`) <a href="/hypha/`)
//line views/mutators.qtpl:109 //line views/mutators.qtpl:109