Пример #1
0
				<?php 
echo I18N("h", "If your Internet Service Provider only allows one specific device to connect to the internet, please press the \"Clone MAC Address\" button below to clone your computer's MAC address to the router.");
?>
				<?php 
echo I18N("h", "This will enable your Internet Service Provider to recognize your router.");
?>
</h6>
			<table border="0" cellspacing="0" cellpadding="0" class="gradient_form_content">
			<tr>
				<td width="106" nowrap="nowrap" class="td_right"><strong><?php 
echo I18N("h", "MAC address");
?>
 :</strong></td>
				<td width="674">
					<?php 
drawinputmac("macaddr");
?>
 (<?php 
echo I18N("h", "Optional");
?>
)
					<?php 
drawlabel("macaddr");
?>
<br />
					<input type="button" value="<?php 
echo I18N("h", "Clone MAC Address");
?>
" onclick="PAGE.OnClickCloneMAC();"
						title="<?php 
echo I18N("h", "You can use this button to automatically copy the MAC address to your device.");
Пример #2
0
<!-- Begin of WAN Wizard: CONFIG DHCP -->
		<div id="wan_config_dhcp" class="rc_gradient_bd h_initial" style="display:none;">
			<h6><?php 
echo I18N("h", "Some ISP may only allow one specific device in your home connecting to the internet.") . ' ' . I18N("h", "Clone MAC address allows your ISP to recognize your router.");
?>
</h6>
			<div class="gradient_form_content">
				<table border="0" cellspacing="0" cellpadding="0" class="gradient_form_content">
				<tr>
					<td width="106" nowrap="nowrap" class="td_right"><strong><?php 
echo I18N("h", "MAC address");
?>
 :</strong></td>
					<td width="674">
						<?php 
drawinputmac("macclone");
?>
 (<?php 
echo I18N("h", "optional");
?>
)
						<?php 
drawlabel("macclone");
?>
<br />
						<button id="button" title="<?php 
echo I18N("h", "You can use this button to automatically copy the MAC address to your device.");
?>
"
							onclick="PAGE.OnClickMacClone();"><?php 
echo I18N("h", "Clone MAC Address");