forked from FENIX-Platform/fenix-ui-metadata-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (24 loc) · 1.14 KB
/
index.html
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
<html>
<head>
<title>FAOSTAT Metadata Editor Test</title>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<link href='//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css' rel='stylesheet'>
<link href='//code.cloudcms.com/alpaca/1.5.14/bootstrap/alpaca.min.css' rel='stylesheet'>
<script data-main='js/main' src='js/libs/require.js'></script>
</head>
<body>
<!--<div id='placeholder'>-->
<!--</div>-->
<form id="form1" runat="server" action="http://faostat3.fao.org/mdfaostat/getFullMD/default.aspx" method="post">
big md
<textarea id="MD" name="MD" cols="40" rows="40"></textarea>
lite mg
<textarea id="liteMD" name="liteMD" cols="40" rows="40"></textarea>
<br/>
<input type="text" id="domainCode" name="domainCode" value="GE"/>
<input type="text" id="lang" name="lang" value="EN"/>
<input type="text" id="User" name="User" value="[email protected]"/>
<input type="submit" value="carica Json"/>
</form>
</body>
</html>