21 lines
974 B
PHP
21 lines
974 B
PHP
<?php
|
|
/****************************************************************************
|
|
For license information see doc/license.txt
|
|
|
|
Unicode Reminder メモ
|
|
****************************************************************************/
|
|
?>
|
|
|
|
<div class="content2-pagetitle"><img src="resource2/ocstyle/images/cacheicon/traditional.gif" style="align: left; margin-right: 10px;" width="32" height="32" alt="{t}Search result{/t}" />{t}Selection of city{/t} - {t}Total of {resultscount} cities matched{/t}</div>
|
|
|
|
|
|
<p>{t}For the search criterion no clear result was found. Please choose the correct location.{/t}</p>
|
|
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
|
<tr><td colspan="2" style="margin-bottom:1px;">{pages}</td></tr>
|
|
</table>
|
|
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
|
{locations}
|
|
</table>
|
|
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
|
<tr><td colspan="2" style="margin-top:1px;">{pages}</td></tr>
|
|
</table>
|