2020-05-20 23:13:28 +02:00
|
|
|
<afx-app-window data-id = "blogger-cv-sec-win" apptitle="Porforlio section" width="450" height="400">
|
2020-05-23 20:09:01 +02:00
|
|
|
<afx-vbox >
|
|
|
|
<div data-height="5"></div>
|
|
|
|
<afx-hbox data-height = "30" >
|
|
|
|
<afx-label data-width= "70" text = "__(Title)"></afx-label>
|
2021-03-15 13:17:09 +01:00
|
|
|
<input type = "text" name="title" input-class = "user-input"></input>
|
2020-05-23 20:09:01 +02:00
|
|
|
</afx-hbox>
|
|
|
|
<afx-hbox data-height = "30" >
|
|
|
|
<afx-label text = "__(Subtitle)" data-width= "70"></afx-label>
|
2021-03-15 13:17:09 +01:00
|
|
|
<input type = "text" name="subtitle" input-class = "user-input"></input>
|
2020-05-23 20:09:01 +02:00
|
|
|
</afx-hbox>
|
|
|
|
<afx-hbox data-height = "30" >
|
|
|
|
<afx-label text = "__(Location)" data-width= "70"></afx-label>
|
2021-03-15 13:17:09 +01:00
|
|
|
<input type = "text" name="location" input-class = "user-input"></input>
|
2020-05-23 20:09:01 +02:00
|
|
|
</afx-hbox>
|
|
|
|
<afx-hbox data-height = "30" >
|
|
|
|
<afx-label text = "__(From)" data-width= "70"></afx-label>
|
2021-03-15 13:17:09 +01:00
|
|
|
<input type = "text" name="start" input-class = "user-input"></input>
|
2020-05-23 20:09:01 +02:00
|
|
|
<afx-label text = "To:" style="text-align:center;" data-width= "70"></afx-label>
|
2021-03-15 13:17:09 +01:00
|
|
|
<input type = "text" name="end" input-class = "user-input"></input>
|
2020-05-23 20:09:01 +02:00
|
|
|
</afx-hbox>
|
|
|
|
<afx-label data-height = "30" text = "Content" style = "margin-left:5px;"></afx-label>
|
|
|
|
<div data-id="editor-container">
|
|
|
|
<textarea name="content" data-id = "contentarea" ></textarea>
|
|
|
|
</div>
|
|
|
|
<afx-hbox data-height = "35">
|
|
|
|
<div></div>
|
|
|
|
<afx-switch data-id = "section-publish" data-width="30"></afx-switch>
|
|
|
|
<afx-button iconclass = "fa fa-save" data-id = "bt-cv-sec-save" data-width="60" text = "__(Save)"></afx-button>
|
|
|
|
</afx-hbox>
|
|
|
|
</afx-vbox>
|
|
|
|
</afx-app-window>
|