~ifolder-dev/simias/trunk-packaging

« back to all changes in this revision

Viewing changes to tools/gsoap/gsoap-linux-2.7/samples/webserver/.svn/text-base/calcget.html.svn-base

  • Committer: Jorge O. Castro
  • Date: 2007-12-03 06:56:46 UTC
  • Revision ID: jorge@ubuntu.com-20071203065646-mupcnjcwgm5mnhyt
* Remove a bunch of .svn directories we no longer need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
 
3
 
<html>
4
 
 
5
 
        <head>
6
 
                <meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
7
 
                <meta name="generator" content="Adobe GoLive 6">
8
 
                <title>Simple Calculator Web Service Using HTTP GET</title>
9
 
        </head>
10
 
 
11
 
        <body bgcolor="#ffffff">
12
 
                <form action="calc" method="get" name="Calc">
13
 
                        <input type="text" name="a" value="1" size="8" tabindex="1"><select name="o" size="1" tabindex="4">
14
 
                                <option value="a">+</option>
15
 
                                <option value="s">-</option>
16
 
                                <option value="m">*</option>
17
 
                                <option value="d">/</option>
18
 
                        </select><input type="text" name="b" value="2" size="8" tabindex="3">=<input type="submit" name="submit" tabindex="4">
19
 
                </form>
20
 
        </body>
21
 
 
22
 
</html>