Form:Inscription: Difference between revisions

From Cives
Jump to navigationJump to search
No edit summary
No edit summary
Line 117: Line 117:
     </tr>
     </tr>


<style> #imgTable img, #slikce img{ width: 24px; height: 48px;}</style>
<style>
#imgTable img, #slikce img{ width: 24px; height: 48px;}
img#int1{
    width: 16px;
    margin-left: -8px !important;
    margin-right: -8px !important;
}img#int2{
    width: 16px;
    margin-left: -6px !important;
    margin-right: -3px !important;
}
</style>


</table>
</table>
Line 152: Line 163:
function handleImageClick(letter) {
function handleImageClick(letter) {
     var slika = document.createElement("img");
     var slika = document.createElement("img");
     slika.id = letter + '.png';
     slika.id = letter;
     slika.src = 'venetianLetters/' + letter + '.png';
     slika.src = 'venetianLetters/' + letter + '.png';
     document.getElementById("slikce").appendChild(slika);
     document.getElementById("slikce").appendChild(slika);

Revision as of 20:23, 15 April 2024

This is the "Inscription" form. To create a page with this form, enter the page name below; if a page with that name already exists, you will be sent to a form to edit that page.