File: mgl_cgi.html

package info (click to toggle)
mathgl 8.0.3%2Bds.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 248,004 kB
  • sloc: cpp: 87,365; ansic: 3,299; javascript: 3,284; pascal: 1,562; python: 52; sh: 51; makefile: 47; f90: 22
file content (21 lines) | stat: -rw-r--r-- 839 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>

<html><head><meta name="viewport" content="width=device-width, initial-scale=1.0">
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<title>MGL script preview (SVG)</title>
<link rel="stylesheet" href="../styles.css"></head><body onload="init()" onunload="save()">
<div class="topnav" id="myTopnav"></div><div class="main">

<div style="width:620px;display:inline-block">
<p>Enter script below</p>
<form action='/cgi-bin/mgl.cgi' method='POST' target='result'>
<textarea name='mgl' rows='18' cols='80'>box</textarea><br/>
<button type='submit'> Draw </button></form><br>
</div>

<div style="width:620px;display:inline-block">
<iframe src="" name="result" style="border:none;height:420px;width:620px;" ></iframe>
</div>

</div><script type="text/javascript" src="../accordion.js"></script>
</body></html>