This repository has been archived on 2023-12-31. You can view files and clone it, but cannot push or open issues or pull requests.
meritkollen/html/include/createCourse_end.php
2019-11-06 15:01:37 +01:00

11 lines
527 B
PHP

<?php
echo "
</form>
<a type='button' class='add_row mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--primary mdl-button--raised' style='color:#fff;display:block; width:85%; margin:10px auto 0;' onClick='updateGrade();'>Lägg till Kurs</a>
<form onSubmit='return false;' style='display:table; margin:auto;'>
<h5>Meritpoäng:</h5>
<input class='meritpoint' style='width:29px; position:static;' value='0' type='number' step='0.5' min='0' max='2.5'>
</form>
<span class='score_span' style='margin-left:0px;'></span>
";