forked from BurstJack/AT-compiler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontract_view_ll.php
More file actions
24 lines (23 loc) · 774 Bytes
/
contract_view_ll.php
File metadata and controls
24 lines (23 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<button id="compmc" type="button" class="btn btn-primary" onclick="compile_mc();">
Compile to mc
</button>
<button id="compbc" type="button" class="btn btn-primary" onclick="compile_bc();">
Compile to bc
</button>
<button id="evaluate" type="button" class="btn btn-primary" onclick="evaluate_bc();">
Evaluate bc
</button>
<button type="button" class="btn btn-danger hide" id="edit" onclick="enable();">
Edit contract
</button>
<button type="button" class="btn btn-success" id="save" onclick="disable();">
Save the contract
</button>
<!---
<button type="button" class="btn btn-success" id="disable" onclick="disable();">
disable
</button>
<button type="button" class="btn btn-success" id="enable" onclick="enable();">
enable
</button>
--->