1a59a13dbce96e372b33e89c7acbe3b8dd6797fc
[infodrom.org/www.infodrom.org] / src / Linux / submit.wml
1 #include <infodrom.style>
2 #include <linux.style>
3
4 <page title="Upcoming Events Calendar">
5
6 <h1 align=center>Upcoming Events Calendar</h1>
7
8 <style type="text/css">
9 label {
10   display: block;
11   font-weight: bold;
12   font-size: 13px;
13   width: 85px;
14   text-align: left;
15   padding-left: 5px;
16   padding-top: 0px;
17   padding-bottom: 0px;
18   background-color: #1aa2fe;
19   color: white;
20 }
21 input {
22   display: block;
23   width: 100%;
24   margin-bottom: 10px;
25   border: 1px solid #1aa2fe;
26 }
27 input.button {
28   width: auto;
29   display: inline;
30   font-size: 13px;
31   font-weight: bold;
32   border: 1px solid #000000;
33   padding: 2px;
34 }
35 div.outer {
36   padding-left: 10%;
37   padding-right: 10%;
38 }
39 div.inner {
40   background: #e6e8fa;
41   border: 1px solid #000000;
42   padding: 20px;
43 }
44 </style>
45
46 <div class=outer>
47 <div class=inner>
48 <form method="post" action="submitit.php3">
49 <label for="name">Name</label>
50 <input type="text" size="48" maxlength="64" id="name" name="name"><br class=none>
51 <label for="email">E-Mail</label>
52 <input type="email" size="48" maxlength="64" id="email" name="email"><br class=none>
53 <label for="event">Event</label>
54 <input type="text" size="48" maxlength="64" id="event" name="event"><br class=none>
55 <label for="url">URL</label>
56 <input type="text" size="48" maxlength="150" id="url" name="url"><br class=none>
57 <label for="description">Description</label>
58 <input type="text" size="48" maxlength="164" id="description" name="description"><br class=none>
59 <div align="center" style="margin-bottom: -30px;">
60 <input type="submit" class=button value="Submit"> &nbsp; <input type="reset" class=button value="Reset">
61 </div>
62 </form>
63 </div>
64 </div>
65
66 <p>Download <a href="calendar.ics">iCal</a> or <a href="calendar.rdf">RSS</a> calendar file.</p>
67
68 </page>
69
70 # Local variables:
71 # mode: indented-text
72 # mode: auto-fill
73 # end: