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">
|
<fieldset class="attachment-area">
|
||||||
<legend>Anhänge</legend>
|
<legend>Anhänge</legend>
|
||||||
<input type="text" autocomplete="on" name="file_title[]" placeholder="Title"/>
|
{{#*inline "attachment" }}
|
||||||
<input type="file" accept=".pdf" name="file[]"/>
|
<div>
|
||||||
<br />
|
<input type="text" autocomplete="on" name="file_title[]" placeholder="Title"/>
|
||||||
|
<input type="file" accept=".pdf" name="file[]"/>
|
||||||
|
<div/>
|
||||||
|
{{/inline}}
|
||||||
|
{{> attachment }}
|
||||||
<hr />
|
<hr />
|
||||||
<input type="text" autocomplete="on" name="file_title[]" placeholder="Title"/>
|
{{> attachment }}
|
||||||
<input type="file" accept=".pdf" name="file[]"/>
|
|
||||||
<br />
|
|
||||||
<hr />
|
<hr />
|
||||||
<input type="text" autocomplete="on" name="file_title[]" placeholder="Title"/>
|
{{> attachment }}
|
||||||
<input type="file" accept=".pdf" name="file[]"/>
|
|
||||||
<br />
|
|
||||||
<hr />
|
<hr />
|
||||||
<input type="text" autocomplete="on" name="file_title[]" placeholder="Title"/>
|
{{> attachment }}
|
||||||
<input type="file" accept=".pdf" name="file[]"/>
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<fieldset class="link-area">
|
<fieldset class="link-area">
|
||||||
<legend>Links<sup>2</sup></legend>
|
<legend>Links<sup>2</sup></legend>
|
||||||
<input type="text" autocomplete="on" name="link_title[]" placeholder="Online-Stellenausschreibung" />
|
{{#*inline "link" }}
|
||||||
<input type="url" autocomplete="url" name="link_url[]" pattern="https://.+" placeholder="{{base.routes.index}}" />
|
<div>
|
||||||
<br />
|
<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 />
|
<hr />
|
||||||
<input type="text" autocomplete="on" name="link_title[]" placeholder="Online-Stellenausschreibung" />
|
{{> link }}
|
||||||
<input type="url" autocomplete="url" name="link_url[]" pattern="https://.+" placeholder="{{base.routes.index}}" />
|
|
||||||
<br />
|
|
||||||
<hr />
|
<hr />
|
||||||
<input type="text" autocomplete="on" name="link_title[]" placeholder="Online-Stellenausschreibung" />
|
{{> link }}
|
||||||
<input type="url" autocomplete="url" name="link_url[]" pattern="https://.+" placeholder="{{base.routes.index}}" />
|
|
||||||
<br />
|
|
||||||
<hr />
|
<hr />
|
||||||
<input type="text" autocomplete="on" name="link_title[]" placeholder="Online-Stellenausschreibung" />
|
{{> link }}
|
||||||
<input type="url" autocomplete="url" name="link_url[]" pattern="https://.+" placeholder="{{base.routes.index}}" />
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<div class="notes">
|
<div class="notes">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue