Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Styling is needed for this part #35

Open
StijnPinkhof opened this issue Nov 3, 2021 · 0 comments
Open

Styling is needed for this part #35

StijnPinkhof opened this issue Nov 3, 2021 · 0 comments

Comments

@StijnPinkhof
Copy link
Collaborator

<?php wp_nonce_field('submit_content', 'my_nonce_field'); ?>
<h2> Here you can upload your files to WikiISCEB ! </h2>
<br>
<p> Only <b>PDF</b> files are allowed!</p>
<ul>
<li> You can change the name of the file </li>
<li> Upload multiple files at once </li>
<li> Select the corresponding course </li>
<li> Select summary/exercises/exam types </li>
</ul>
<br>
<label for="filesInput" class="custom-file-upload">
<i class="fa fa-upload" monospace="true"></i> Upload files
</label>
<input id="filesInput" multiple onchange='updateList()' type='file' name='wiki_file[]' accept='.pdf' class="isceb-wiki-upload-input" />
<div id="fileList"></div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant