#include <infodrom.style>
#include <linux.style>

<page title="Upcoming Events Calendar">

<h1 align=center>Upcoming Events Calendar</h1>

<style type="text/css">
label {
  display: block;
  font-weight: bold;
  font-size: 13px;
  width: 85px;
  text-align: left;
  padding-left: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #1aa2fe;
  color: white;
}
input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #1aa2fe;
}
input.button {
  width: auto;
  display: inline;
  font-size: 13px;
  font-weight: bold;
  padding: 2px;
  background-color: #d7d7d7;
}
input.button:hover {
  border: 1px solid black;
  background-color: #bfbfbf;
}
div.outer {
  padding-left: 10%;
  padding-right: 10%;
}
div.inner {
  background: #e6e8fa;
  border: 1px solid #000000;
  padding: 20px;
}
</style>

<div class=outer>
<div class=inner>
<form method="post" action="submitit.php">
<label for="name">Name</label>
<input type="text" size="48" maxlength="64" id="name" name="name"><br class=none>
<label for="email">E-Mail</label>
<input type="email" size="48" maxlength="64" id="email" name="email"><br class=none>
<label for="event">Event</label>
<input type="text" size="48" maxlength="64" id="event" name="event"><br class=none>
<label for="event">City</label>
<input type="text" size="48" maxlength="64" id="city" name="city"><br class=none>
<label for="event">Country</label>
<input type="text" size="48" maxlength="64" id="country" name="country"><br class=none>
<label for="date">Date</label>
<input type="text" size="48" maxlength="64" id="date" name="date"><br class=none>
<label for="url">URL</label>
<input type="text" size="48" maxlength="150" id="url" name="url"><br class=none>
<label for="description">Description</label>
<input type="text" size="48" maxlength="164" id="description" name="description"><br class=none>
<div align="center" style="margin-bottom: -30px;">
<input type="submit" class=button value="Submit"> &nbsp; <input type="reset" class=button value="Reset">
</div>
</form>
</div>
</div>

<p>Download <a href="calendar.ics">iCal</a> or <a href="calendar.rdf">RSS</a> calendar file.</p>

</page>

# Local variables:
# mode: indented-text
# mode: auto-fill
# end:
