IB v1.0
This commit is contained in:
@@ -53,6 +53,15 @@ const editorTemplate = `
|
||||
color: #e6fbfb;
|
||||
}
|
||||
|
||||
textarea
|
||||
{
|
||||
border:1px solid #999999;
|
||||
width:98%;
|
||||
margin:5px 0;
|
||||
padding:1%;
|
||||
}
|
||||
|
||||
|
||||
#editorcontainer {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
@@ -71,7 +80,7 @@ const editorTemplate = `
|
||||
<input type="text" name="title" placeholder="Naslov" value="{{.Title}}" />
|
||||
<input name="ID" type="hidden" value="{{.ID}}" />
|
||||
<div id="editorcontainer">
|
||||
<textarea id="editor" name="editor">{{.GemtextContent.String}}</textarea>
|
||||
<textarea id="editor" name="editor" rows="40" columns="80">{{.GemtextContent.String}}</textarea>
|
||||
</div>
|
||||
<input type="submit" value="Sačuvaj" />
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user