about summary refs log tree commit diff stats
path: root/data/maps/the_great/rooms/Pillar Room.txtpb
blob: 648b7b42b2dbcfd947d839f6a101db6da58080d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-
name: "Pillar Room"
panel_display_name: "Pillar Room"
panels {
  name: "EYE"
  path: "Panels/Impressive/entry_2"
  clue: "eye"
  answer: "you"
  symbols: SUN
  symbols: ZERO
}
panels {
  name: "HAVE"
  path: "Panels/Impressive/entry_3"
  clue: "have"
  answer: "have"
}
panels {
  name: "FOUR"
  path: "Panels/Impressive/entry_4"
  clue: "four"
  answer: "for"
  symbols: ZERO
}
panels {
  name: "CAUGHT"
  path: "Panels/Impressive/entry_5"
  clue: "caught"
  answer: "got"
  symbols: ZERO
}
panels {
  name: "TEN"
  path: "Panels/Impressive/entry_6"
  clue: "ten"
  answer: "ten"
}
>($getfc); $getfc3 = mysql_fetch_array($getfc2); if (!is_null($getseasons3['last_comic_id'])) { $getlc = "SELECT * FROM comics WHERE comic_id = " . $getseasons3['last_comic_id']; $getlc2 = mysql_query($getlc); $getlc3 = mysql_fetch_array($getlc2); $count = $getseasons3['last_comic_id'] - ($getseasons3['first_comic_id']-1); } else { $getcnt = "SELECT COUNT(*) FROM comics WHERE comic_id >= " . $getseasons3['first_comic_id']; $getcnt2 = mysql_query($getcnt); $getcnt3 = mysql_fetch_array($getcnt2); $count = $getcnt3[0]; } ?> <TR> <TD><A HREF="/season<?php echo($getseasons3['season_id']); ?>.htm"><?php echo($getseasons3['season_id']); ?></A></TD> <TD><A HREF="/comic<?php echo($getfc3['comic_id']); ?>.htm"><?php echo($getfc3['title']); ?></A><BR />(<?php echo(date('F j Y',strtotime(get_meta($getfc3['id'], 'pubDate')))); ?>)</TD> <TD><?php if (!is_null($getseasons3['last_comic_id'])) { ?><A HREF="/comic<?php echo($getlc3['comic_id']); ?>.htm"><?php echo($getlc3['title']); ?></A><BR />(<?php echo(date('F j Y',strtotime(get_meta($getlc3['id'], 'pubDate')))); ?>)<?php } else { ?><EM>N/A</EM><?php } ?></TD> <TD><?php echo($count); ?></TD> </TR> <?php } ?> </TABLE>