File: basic_commands.html

package info (click to toggle)
webcit 902-dfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,888 kB
  • ctags: 3,854
  • sloc: ansic: 34,145; sh: 4,455; makefile: 352; xml: 91; sed: 9
file content (21 lines) | stat: -rw-r--r-- 1,505 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- start of first column -->
<ul class="adminitems col1">
	<li><a href="knrooms?template=knrooms?SortBy=byfloorroom?SortOrder=1"><?_("List known rooms")></a><span><?_("Where can I go from here?")></span></li>
	<li><a href="gotonext"><?_("Goto next room")></a><span><?_("...with <em>unread</em> messages")></span></li>
	<li><a href="skip"><?_("Skip to next room")></a><span><?_("(come back here later)")></span></li>
	<??("COND:UNGOTO", 1)><li><a href="ungoto"><?_("Ungoto")></a><span>(<?_("oops! Back to ")><?ROOM:UNGOTO>)</span></li><??("X", 1)>
</ul>
<!-- start of second column -->
<ul class="adminitems col2">
	<li><a href="readnew"><?_("Read new messages")></a><span><?_("...in this room")></span></li>
	<li><a href="readfwd"><?_("Read all messages")></a><span><?_("...old <em>and</em> new")></span></li>
	<li><a href="display_enter"><?_("Enter a message")></a><span><?_("(post in this room)")></span></li>
	<?!("COND:THISROOM:FLAG:QR", 2, #"QR_VISDIR")><li><a href="do_template?template=files"><?_("File library")></a><span><?_("(List files available for download)")></span></li><??("X", 2)>
</ul>
<!-- start of third column -->
<ul class="adminitems lastcol">
	<li><a href="summary"><?_("Summary page")></a><span><?_("Summary of my account")></span></li>
	<li><a href="do_template?template=user_list"><?_("User list")></a><span><?_("(all registered users)")></span></li>
	<li><a href="termquit" target="_top"><?_("Log off")></a><span><?_("Bye!")></span></li>
</ul>
<div style="clear:both"></div>