about summary refs log tree commit diff stats
path: root/data/maps/the_impressive
Commit message (Expand)AuthorAgeFilesLines
* Changed how door location names are formattedStar Rauchenberger2025-08-307-7/+7
* [Data] Made proxies with the same answer as the panel explicitStar Rauchenberger2025-08-301-0/+1
* Converted puzzle symbols to an enumStar Rauchenberger2025-08-203-4/+4
* Maps have display names nowStar Rauchenberger2025-08-201-0/+1
* Validate that nodes in game files are usedStar Rauchenberger2025-08-181-0/+5
* Added the_impressiveStar Rauchenberger2025-08-149-0/+157
#n74'>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 100 101 102 103 104







































































































                                                                                                                                                        
<HTML>
	<HEAD>
		<TITLE><!--SITENAME--> InstaDisc Series Control</TITLE>
		<LINK REL="stylesheet" TYPE="text/css" HREF="theme/uniform.css">
	</HEAD>

	<BODY>
		<CENTER>
			<H1>InstaDisc Edit Subscription</H1>

			<P>You can edit a subscription here.
		</CENTER>

		<FORM CLASS="uniform" ACTION="./admin.php?id=editsub&amp;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>Series Control Info</LEGEND>

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

					<LABEL FOR="id"><EM>*</EM> Subscription ID: </LABEL>
					<INPUT TYPE="text" ID="id" NAME="id" CLASS="textInput" VALUE="<!--ID-->" READONLY="READONLY">

					<P CLASS="formHint">This is a short, unique string used to identify this subscription in Series Control.</P>
				</DIV>
			</FIELDSET>

			<FIELDSET CLASS="inlineLabels">
				<LEGEND>Subscription Info</LEGEND>

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

					<LABEL FOR="title"><EM>*</EM> Title: </LABEL>
					<INPUT TYPE="text" ID="title" NAME="title" CLASS="textInput" VALUE="<!--TITLE-->">
				</DIV>

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

					<LABEL FOR="url"><EM>*</EM> Subscription URL: </LABEL>
					<INPUT TYPE="text" ID="url" NAME="url" CLASS="textInput" VALUE="<!--URL-->">

					<P CLASS="formHint">This is a unique URL used to identify this subscription on the Client.</P>		
				</DIV>

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

					<LABEL FOR="category"><EM>*</EM> Category: </LABEL>
					<INPUT TYPE="text" ID="category" NAME="category" CLASS="textInput" VALUE="<!--CATEGORY-->">			
				</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">Password: </LABEL>
					<INPUT TYPE="password" ID="password" NAME="password" CLASS="textInput" VALUE="<!--PASSWORD-->">

					<P CLASS="formHint">If this subscription is encrypted, enter it's password here. Otherwise, leave it blank.</P>
				</DIV>
			</FIELDSET>

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