-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathotch-fn.php
62 lines (46 loc) · 2.71 KB
/
otch-fn.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<link rel="stylesheet" href="main.css">
<form name="calc" action="" method="POST">
<div class="image">
<!--<img src="images/kassa.jpeg" alt="">-->
<br><br>
<div id="changeview">
<div id="tagname"> ОТЧЁТЫ ФН</div>
</div>
<br><br><br><br>
</div>
<div class="btns">
<input type="button" name="seven" value="7" OnClick="calc.input.value += '7'">
<input type="button" name="eight" value="8" OnClick="calc.input.value += '8'">
<input type="button" name="nine" value="9" OnClick="calc.input.value += '9'">
<input type="button" name="pv" value="ПВ" style="background: #434755; color: white;">
<input type="button" name="arrow" value="↑" style="background: #5EABEA; color: white;">
<input type="button" name="rezh" value="РЕЖ" style="background: #F2FF00;">
<br>
<input type="button" name="four" value="4" OnClick="calc.input.value += '4'">
<input type="button" name="five" value="5" OnClick="calc.input.value += '5'">
<input type="button" name="six" value="6" OnClick="calc.input.value += '6'">
<input type="button" name="vz" value="ВЗ"style="background: #434755; color: white;" onclick="removeMess1(this) ">
<input type="button" name="procent" value="%"style="background: #434755; color: white;">
<input type="button" name="clear" value="С" style="background: #FF2727; color: white;" OnClick="calc.input.value = ''">
<br>
<input type="button" name="one" value="1" OnClick="calc.input.value += '1'">
<input type="button" name="two" value="2" OnClick="calc.input.value += '2'">
<input type="button" name="three" value="3" OnClick="calc.input.value += '3'">
<input type="button" name="add" value="+" style="background: #818790;" onclick="location.href='nefisk-otch.php'">
<input type="button" id="minus" name="sub" value="-"style="background: #818790;"onclick="location.href='index.php'">
<input type="button" name="pi" value="ПИ"style="background: green; color: white;">
<br>
<input type="button" name="zero" value="0" OnClick="calc.input.value += '0'">
<input type="button" name="zero" value="00" OnClick="calc.input.value += '00'">
<input type="button" name="dot" value="." OnClick="calc.input.value += '.'">
<input type="button" name="mul" value="x"style="background: #818790;" OnClick="calc.input.value += '*'">
<input type="button" name="kod" value="КОД"style="background: green; color: white;">
<input type="button" name="it" value="ИТ"style="background: #5EABEA; color: white;">
</div>
</form>
<!--
<script>
function removeMess1(th) {
document.getElementById('changeview').innerHTML='<div class="screentext"> ПРОГРАММИРОВ. БАЗ</div>';
}
</script>-->