mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-05-26 20:17:58 +05:30
eee
This commit is contained in:
@@ -24,19 +24,19 @@
|
|||||||
<form>
|
<form>
|
||||||
<p>
|
<p>
|
||||||
<label for="stuName">Name: </label>
|
<label for="stuName">Name: </label>
|
||||||
<input type="text" id="stuName" placeholder="Enter your name">
|
<input type="text" id="stuName" placeholder="Enter your name" onchange="genCode()">
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<label for="srn">SRN: </label>
|
<label for="srn">SRN: </label>
|
||||||
<input type="text" id="srn" placeholder="Enter your SRN">
|
<input type="text" id="srn" placeholder="Enter your SRN" onchange="genCode()">
|
||||||
</p><br><br>
|
</p><br><br>
|
||||||
|
|
||||||
<template id="vals">
|
<template id="vals">
|
||||||
<div class="value">
|
<div class="value">
|
||||||
<label class="lbl1" for="x">X: </label>
|
<label class="lbl1" for="x">X: </label>
|
||||||
<input type="text" class="fld1" id="x"> 
|
<input type="text" class="fld1" id="x" onchange="genCode()"> 
|
||||||
<label class="lbl2" for="y">Y: </label>
|
<label class="lbl2" for="y">Y: </label>
|
||||||
<input type="text" class="fld2" id="y"> 
|
<input type="text" class="fld2" id="y" onchange="genCode()"> 
|
||||||
<button type="button" class="del">×</button>
|
<button type="button" class="del">×</button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user