Просмотр файла templates/admin_settings_google_map.tpl

Размер файла: 1.52Kb
<blockquote>
In this section you can generate XML file in Google Site Map format. After generation file will
be places in WWW root directory, you can use URL below to submit it to Google:
<br><br>
<input type="text" size="50" value="{$SITE_URL}/sitemap.xml" onClick="this.select();">
<br>
<a target="_blank" href="{$SITE_URL}/sitemap.xml">{$SITE_URL}/sitemap.xml</a>

<br><br>
<b>New map file generation</b>
<form action="{$smarty.server.PHP_SELF}" method="post">
<table>
	<tr>
		<td>Static pages:</td>
		<td><input style="border:0;" type="checkbox" name="gen_static" value="1" {if $gen_static eq 1}checked{/if}></td>
	</tr>
	<tr>
		<td>National curriculum:</td>
		<td><input style="border:0;" type="checkbox" name="gen_cat" value="1" {if $gen_cat eq 1}checked{/if}></td>
	</tr>
	<tr>
		<td>Worksheets:</td>
		<td><input style="border:0;" type="checkbox" name="gen_worksheets" value="1" {if $gen_worksheets eq 1}checked{/if}></td>
	</tr>
	<tr>
		<td>Search queries:</td>
		<td><input style="border:0;" type="checkbox" name="gen_search" value="1" {if $gen_search eq 1}checked{/if}></td>
	</tr>
	<tr>
		<td>Search queries urls amount:</td>
		<td><input type="text" name="s_urls_amount" value="{$s_urls_amount}" size="5"></td>
	</tr>
	<tr>
		<td colspan="2">This links(each from new line):
		<br>
		<textarea name="links" cols="70" rows="5">{$links}</textarea>
		</td>
	</tr>
	<tr>
		<td colspan="2" align="center">
		<input type="submit" name="subm" value="Generate">
		</td>
	</tr>
</table>
</form>
</blockquote>