示例#1
0
文件: edit.php 项目: Kufirc/Gazelle
 />
					<label for="autosubscribe">Enable automatic thread subscriptions</label>
				</td>
			</tr>
			<tr id="notif_unseeded_tr">
				<td class="label tooltip" title="Enabling this will send you a PM alert before your uploads are deleted for being unseeded."><strong>Unseeded torrent alerts</strong></td>
				<td>
					<input type="checkbox" name="unseededalerts" id="unseededalerts"<?php 
echo checked($UnseededAlerts);
?>
 />
					<label for="unseededalerts">Enable unseeded torrent alerts</label>
				</td>
			</tr>
			<?php 
NotificationsManagerView::render_settings(NotificationsManager::get_settings($UserID));
?>
		</table>
		<table cellpadding="6" cellspacing="1" border="0" width="100%" class="layout border user_options" id="personal_settings">
			<tr class="colhead_dark">
				<td colspan="2">
					<strong>Personal Settings</strong>
				</td>
			</tr>
			<tr id="pers_avatar_tr">
				<td class="label tooltip_interactive" title="Please link to an avatar which follows the &lt;a href=&quot;rules.php&quot;&gt;site rules&lt;/a&gt;. The avatar width should be 150 pixels and will be resized if necessary." data-title-plain="Please link to an avatar which follows the site rules. The avatar width should be 150 pixels and will be resized if necessary."><strong>Avatar URL</strong></td>
				<td>
					<input type="text" size="50" name="avatar" id="avatar" value="<?php 
echo display_str($Avatar);
?>
" />