features, cleanup and bug fixes #26
1 changed files with 20 additions and 22 deletions
reduce the duplication in the submission page template
commit
7aad8acd46
|
|
@ -18,38 +18,36 @@
|
|||
|
||||
<fieldset class="attachment-area">
|
||||
<legend>Anhänge</legend>
|
||||
<input type="text" autocomplete="on" name="file_title[]" placeholder="Title"/>
|
||||
<input type="file" accept=".pdf" name="file[]"/>
|
||||
<br />
|
||||
{{#*inline "attachment" }}
|
||||
<div>
|
||||
<input type="text" autocomplete="on" name="file_title[]" placeholder="Title"/>
|
||||
<input type="file" accept=".pdf" name="file[]"/>
|
||||
<div/>
|
||||
{{/inline}}
|
||||
{{> attachment }}
|
||||
<hr />
|
||||
<input type="text" autocomplete="on" name="file_title[]" placeholder="Title"/>
|
||||
<input type="file" accept=".pdf" name="file[]"/>
|
||||
<br />
|
||||
{{> attachment }}
|
||||
<hr />
|
||||
<input type="text" autocomplete="on" name="file_title[]" placeholder="Title"/>
|
||||
<input type="file" accept=".pdf" name="file[]"/>
|
||||
<br />
|
||||
{{> attachment }}
|
||||
<hr />
|
||||
<input type="text" autocomplete="on" name="file_title[]" placeholder="Title"/>
|
||||
<input type="file" accept=".pdf" name="file[]"/>
|
||||
{{> attachment }}
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="link-area">
|
||||
<legend>Links<sup>2</sup></legend>
|
||||
<input type="text" autocomplete="on" name="link_title[]" placeholder="Online-Stellenausschreibung" />
|
||||
<input type="url" autocomplete="url" name="link_url[]" pattern="https://.+" placeholder="{{base.routes.index}}" />
|
||||
<br />
|
||||
{{#*inline "link" }}
|
||||
<div>
|
||||
<input type="text" autocomplete="on" name="link_title[]" placeholder="Online-Stellenausschreibung" />
|
||||
<input type="url" autocomplete="url" name="link_url[]" pattern="https://.+" placeholder="{{base.routes.index}}" />
|
||||
<div/>
|
||||
{{/inline}}
|
||||
{{> link }}
|
||||
<hr />
|
||||
<input type="text" autocomplete="on" name="link_title[]" placeholder="Online-Stellenausschreibung" />
|
||||
<input type="url" autocomplete="url" name="link_url[]" pattern="https://.+" placeholder="{{base.routes.index}}" />
|
||||
<br />
|
||||
{{> link }}
|
||||
<hr />
|
||||
<input type="text" autocomplete="on" name="link_title[]" placeholder="Online-Stellenausschreibung" />
|
||||
<input type="url" autocomplete="url" name="link_url[]" pattern="https://.+" placeholder="{{base.routes.index}}" />
|
||||
<br />
|
||||
{{> link }}
|
||||
<hr />
|
||||
<input type="text" autocomplete="on" name="link_title[]" placeholder="Online-Stellenausschreibung" />
|
||||
<input type="url" autocomplete="url" name="link_url[]" pattern="https://.+" placeholder="{{base.routes.index}}" />
|
||||
{{> link }}
|
||||
</fieldset>
|
||||
|
||||
<div class="notes">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue