検索ページ
refs → templates (book) → foundBefore "検索結果画面の体裁(上半分)"
<?doctype?>
<html>
<head>
<title>「<?bookName?>」での検索結果</title>
<?endHead?></head>
<body<?colorScheme?>>
<?beforeButtons?><?showButtons?><?afterButtons?>
<h2>検索結果</h2>
<hr>
refs → templates (book) → foundMatch "見つかったときの画面"
<table border=0 cellpadding=3 cellspacing=3>
<tr>
<td align=left valign=middle><?emoteHappy?></td>
<td align=left valign=middle><b>条件を満たすページが見つかりました。</b></td>
</tr>
</table>
refs → templates (book) → foundNoMatch "見つからなかったときの画面"
<table border=0 cellpadding=3 cellspacing=3>
<tr>
<td align=left valign=middle><?emoteSad?></td>
<td align=left valign=middle><b>条件を満たすページが見つかりません。</b></td>
</tr>
</table>
refs → templates (book) → foundAfter "検索結果画面の体裁(下半分)"
<hr><br>
<form action="<?toSearch?>">
<table border=0 cellpadding=0 cellspacing=0>
<tr><td colspan=2><input type="text" size=31 value="<?searchString?>" name="search">
<input type="submit" value="検索"><br> </td></tr>
<tr><td><input type="radio" name="casesensitive" value="true"<?caseTrue?>> 大文字小文字を区別する <br>
<input type="radio" name="casesensitive" value="false"<?caseFalse?>> 大文字小文字を区別しない </td>
<td><input type="radio" name="and" value="true"<?andTrue?>> キーワードおよびフレーズ(例: "I am a phrase")をもれなく含むページ<br>
<input type="radio" name="and" value="false"<?andFalse?>> キーワードもしくはフレーズを、ひとつでも含むページ</td></tr>
</table>
</form>
<?endBody?></body>
</html>
refs → templates (page) → searchListing "検索結果リスト表示体裁"
<li><a href="<?toDefault?>"><?name?></a> <font color=gray size=-1>最終更新: <?date?>, <?time?> <<?user?>></font>
refs → templates (book) → search "検索画面の体裁"
<?doctype?>
<html>
<head>
<title>「<?bookName?>」での検索</title>
<?endHead?></head>
<body<?colorScheme?>>
<?beforeButtons?><?showButtons?><?afterButtons?>
<h2>検索</h2>
<form action="<?toSearch?>">
<table border=0 cellpadding=0 cellspacing=0>
<tr><td colspan=2><input type="text" size=31 name="search">
<input type="submit" value="検索"><br> </td></tr>
<tr><td><input type="radio" name="casesensitive" value="true"<?caseTrue?>> 大文字小文字を区別する <br>
<input type="radio" name="casesensitive" value="false"<?caseFalse?>> 大文字小文字を区別しない </td>
<td><input type="radio" name="and" value="true"<?andTrue?>> キーワードおよびフレーズ(例: "I am a phrase")をもれなく含むページ<br>
<input type="radio" name="and" value="false"<?andFalse?>> キーワードもしくはフレーズを、ひとつでも含むページ</td></tr>
</table>
</form>
<?endBody?></body>
</html>
このページを編集 (3790 bytes)
|
以下の 1 ページから参照されています。 |
This page has been visited 2413 times.