about summary refs log tree commit diff stats
path: root/data/maps/the_ancient/rooms/Inside.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-09-11 22:55:48 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-09-11 22:55:48 -0400
commit31aec8d20d03108f49ebadfc1971ccc27ebd702e (patch)
tree0adc94a2b9263193ab2059394b7f9e5a58f0e940 /data/maps/the_ancient/rooms/Inside.txtpb
parentd6b740a0cc00547516e43d34c10e50ad8f2f1b72 (diff)
downloadlingo2-archipelago-31aec8d20d03108f49ebadfc1971ccc27ebd702e.tar.gz
lingo2-archipelago-31aec8d20d03108f49ebadfc1971ccc27ebd702e.tar.bz2
lingo2-archipelago-31aec8d20d03108f49ebadfc1971ccc27ebd702e.zip
[Client] Prevent hotel panels from warping away
Diffstat (limited to 'data/maps/the_ancient/rooms/Inside.txtpb')
0 files changed, 0 insertions, 0 deletions
: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; 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 */
<H2>Manage Posts</H2>

<TABLE WIDTH="100%" CLASS="webmail">
	<TR>
		<TH>Post Title</TH>
		<TH>Post Author</TH>
		<TH>Actions</TH>
	</TR>

	<!--BEGIN POST-->
	<TR>
		<TD><!--POST.TITLE--></TD>
		<TD><!--POST.AUTHOR--></TD>

		<TD>
			<A HREF="/admin/editPost.php?id=<!--POST.ID-->"><IMG SRC="/theme/images/icons/page_edit.png" ALT="Edit"></A>
			<A HREF="/admin/deletePost.php?id=<!--POST.ID-->"><IMG SRC="/theme/images/icons/page_delete.png" ALT="Delete"></A>
			<A HREF="/blog/<!--POST.CODED-->/"><IMG SRC="/theme/images/icons/page_go.png" ALT="View"></A>
		</TD>
	</TR>
	<!--END POST-->
</TABLE>

<A HREF="/admin/">Back to Admin Panel</A>