about summary refs log tree commit diff stats
path: root/data/maps/the_perceptive/rooms/Main Area.txtpb
blob: 90bfb410d1057f6b32b986104e1afa75241709c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
name: "Main Area"
ports {
  name: "CC"
  display_name: "Entrance"
  path: "Components/Warps/worldport"
  destination { x: 3 y: 0 z: 13 }
  rotation: 90
  # TODO: shuffle entrances with dependent keyholders
  no_shuffle: true
}
background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<HTML>
	<HEAD>
		<TITLE><!--SITENAME--> InstaDisc Central Server</TITLE>
		<LINK REL="stylesheet" TYPE="text/css" HREF="theme/uniform.css">
	</HEAD>

	<BODY>
		<CENTER>
			<H1>InstaDisc Registration</H1>

			<P>If you would like to sign up for our InstaDisc service, please fill out the form below.
		</CENTER>

		<FORM CLASS="uniform" ACTION="./register.php?submit=" METHOD="POST">

			<!--BEGIN ERROR-->
			<DIV ID="errorMsg">Uh oh! Validation errors!<P>
				<OL>
			<!--END ERROR-->

			<!--BEGIN ERRORS-->
					<LI><A HREF="#error<!--ERRORS.NAME-->"><!--ERRORS.MSG--></A></LI>
			<!--END ERRORS-->

			<!--BEGIN ERROR-->
				</OL>
			</DIV>
			<!--END ERROR-->

			<FIELDSET CLASS="inlineLabels">
				<LEGEND>User Details</LEGEND>

				<DIV CLASS="ctrlHolder<!--USERNAME_ERR-->">
					<!--BEGIN USERNAME_ERRS-->
						<P ID="error<!--USERNAME_ERRS.NAME-->" CLASS="errorField"><EM>*</EM>
							<!--USERNAME_ERRS.MSG-->
						</P>
					<!--END USERNAME_ERRS-->

					<LABEL FOR="username"><EM>*</EM> Username: </LABEL>
					<INPUT TYPE="text" ID="username" NAME="username" CLASS="textInput" VALUE="<!--USERNAME-->">			
				</DIV>

				<DIV CLASS="ctrlHolder<!--PASSWORD_ERR-->">
					<!--BEGIN PASSWORD_ERRS-->
						<P ID="error<!--PASSWORD_ERRS.NAME-->" CLASS="errorField"><EM>*</EM>
							<!--PASSWORD_ERRS.MSG-->
						</P>
					<!--END PASSWORD_ERRS-->

					<LABEL FOR="password"><EM>*</EM> Password: </LABEL>
					<INPUT TYPE="password" ID="password" NAME="password" CLASS="textInput" VALUE="<!--PASSWORD-->">
				</DIV>

				<DIV CLASS="ctrlHolder<!--EMAIL_ERR-->">
					<!--BEGIN EMAIL_ERRS-->
						<P ID="error<!--EMAIL_ERRS.NAME-->" CLASS="errorField"><EM>*</EM>
							<!--EMAIL_ERRS.MSG-->
						</P>
					<!--END EMAIL_ERRS-->

					<LABEL FOR="email"><EM>*</EM> Email: </LABEL>
					<INPUT TYPE="text" ID="email" NAME="email" CLASS="textInput" VALUE="<!--EMAIL-->">			
				</DIV>
			</FIELDSET>

			<DIV CLASS="buttonHolder">
				<INPUT TYPE="submit" NAME="submit" VALUE="Submit">
			</DIV>
		</FORM>
	</BODY>
</HTML>