generated from INTER-Mediator/IMApp-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdebug.html
More file actions
76 lines (72 loc) · 2.92 KB
/
debug.html
File metadata and controls
76 lines (72 loc) · 2.92 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<!--
/*
* INTER-Mediator
* Copyright (c) INTER-Mediator Directive Committee (http://inter-mediator.org)
* This project started at the end of 2009 by Masayuki Nii msyk@msyk.net.
*
* INTER-Mediator is supplied under MIT License.
* Please see the full license for details:
* https://github.com/INTER-Mediator/INTER-Mediator/blob/master/dist-docs/License.txt
*/
-->
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>INTER-Mediator - Samples</title>
<meta http-equiv="content-type" content="text/html;charset=UTF-8"/>
<link href="../themes/default/css/style.css" rel="stylesheet" type="text/css"/>
</head>
<body style="margin: 8px">
<h1>INTER-Mediator Samples</h1>
<p>Copyright (c) 2010-2026 INTER-Mediator Directive Committee, All rights reserved.</p>
<p>This project started at the end of 2009 by Masayuki Nii msyk@msyk.net.</p>
<p>Please access web site <a href="http://inter-mediator.org">http://inter-mediator.org</a> to get details.
This page is for to access easily to sample pages.</p>
<h2>For Debugging</h2>
<h3>MySQL</h3>
<ul>
<a href="Sample_forDebugging/search_MySQL.html">search1</a>
<a href="Sample_forDebugging/calctest1.html">calctest1</a>
<a href="Sample_forDebugging/postonlytest.html">postonly</a>
<a href="Sample_webpage/fileuploadPost_jQuery_MySQL.html">postonly with file uploading</a>
<br/>
<a href="Sample_forDebugging/contexttest.html">context-test</a>
<a href="Sample_forDebugging/deltest_MySQL.html">logical delete</a>
<br/>
<a href="Sample_forDebugging/genericrepeater.html">generic enclosure/repeater</a>
<br/>
<a href="Sample_forDebugging/masterdetailsample.html">master/detail for study meeting</a>
<br/>
<a href="Sample_easyToUnderstand/JustPost_MySQL.html">JustPost</a>
<br/>
<a href="Sample_forDebugging/datatest.html">Binding</a>
<br/>
<a href="Sample_forDebugging/datetime.html">DateTime</a>
<br/>
<a href="Sample_webpage/fileuploadMulti_MySQL.html">MultiFile upload</a>
<br>
<a href="Sample_forDebugging/datatest.html">Data test</a>
<br>
<a href="Sample_forDebugging/lcconditions.html">Local Context Conditions</a>
<br>
<a href="Sample_forDebugging/add-ext-class.html">Additional Class Loading</a>
<br>
<a href="Sample_form/mail_test_MySQL.html">Mail Sending Test</a>
<br>
<a href="Sample_forDebugging/numerics.html">Float and Double</a>
<br>
<a href="Sample_forDebugging/longlist.html">Long List</a>
<a href="Sample_forDebugging/longlist-md.html">Long List-master/detail</a>
<a href="Sample_forDebugging/longlist-md-div.html">Long List-master/div_detail</a>
</ul>
<h2>Demo Script</h2>
<p>
<a href="Demo-Script/demo-script.txt">Script</a>
<a href="Demo-Script/demo1.html">Demo1</a>
<a href="Demo-Script/demo2.html">Demo2</a>
<a href="Demo-Script/demo3.html">Demo3</a>
</p>
</body>
</html>