-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.asp
More file actions
99 lines (91 loc) · 3.22 KB
/
default.asp
File metadata and controls
99 lines (91 loc) · 3.22 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<%@LANGUAGE ="VBScript"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Example Main Page</title>
</head>
<body bgcolor="white" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" link="#FF9900" vlink="#FF9900" alink="#FFFFFF">
<table width="100%" border="0" bgcolor="#FF9900" cellspacing="0" cellpadding="0">
<tr>
<td width="50%">
<div align="center">THIS IS A FRONT PAGE FOR YOUR EVENT.</div>
</td>
<td> </td>
<td width="50%">
<div align="center">YOU CAN CHANGE ALL THE DETAILS HERE USING OUR WEB BASED
UPDATE SYSTEM. </div>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50%"> </td>
<td> </td>
<td width="50%"> </td>
</tr>
</table>
<div align="center"><center>
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="50"> </td>
<td width="680"> </td>
<td> </td>
</tr>
<tr>
<td></td>
<td>
<table width="100%">
<tr>
<td valign=top align="center">
<table width="135" border="1" cellspacing="0" cellpadding="0" bordercolor="#FFFFFF">
<tr bgcolor="#666666" valign="top">
<td><img src="<!--#include file="text/il.htm"--> "width="135" height="205"></td>
</tr>
</table>
</td><a href="login.asp"> Click here to go to Admin Page to make changes to the text below </a>
<p>
<td valign="top">
<table border=0 width="100%">
<tr>
<td class=h12>This is event heading <!--#include file="text/ch.htm"--></td>
</tr>
<tr>
<td class=body1 valign=top>This is event Introduction <!--#include file="text/ci.htm"--></td>
</tr>
<tr>
<td valign=top><font face="Verdana" size="1" color="#FF9900"><B></b></font></td>
</tr>
<tr>
<td class=v8bw valign=top>This is Event details <!--#include file="text/cd.htm"--><br></td>
</tr>
<tr>
<td class=body1 valign=top>This is Event Dates <!--#include file="text/cdate.htm"--></td>
</tr>
<tr>
<td class=body1 valign=top> This is Link to purchase tickets <!--#include file="text/cl.htm"--></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td></td>
</tr>
</table>
<table width="780" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="50"></td>
<td class="v8bw">Conditions of Purchase:</td>
<td></td>
</tr>
<tr>
<td></td>
<td width="680" class=body1><!--#include file="text/ce.htm"-->
</td>
<td width="49"></td>
</tr>
</table>
</center>
</div>
</body>
</html>