clipbucket/upload/plugins/pakplayer/admin/pakplayer.html

17 lines
574 B
HTML
Raw Normal View History

<h2>Pakplayer License</h2><br />
<div>
<form name="subs_config" action="" method="post">
<table width="100%" border="0" cellpadding="2" cellspacing="0" class="block">
<tr>
<td width="301" valign="top"><strong>Please enter your license here</strong></td>
<td width="813" valign="top"><input name="pak_license" type="text" id="pak_license" value="{$configs.pak_license}" /></td>
</tr>
<tr>
<td valign="top"><input type="submit" name="update" id="update" value="Update" class="button" /></td>
<td valign="top">&nbsp;</td>
</tr>
</table>
</form>
</div>