rhymix/modules/editor/components/cc_license/tpl/popup.html
2009-03-06 05:33:56 +00:00

42 lines
1.9 KiB
HTML
Executable file

<!--%import("popup.js")-->
<!--%import("../lang")-->
<div id="popHeader">
<h3 class="xeAdmin">{$component_info->title} ver. {$component_info->version}</h3>
</div>
<form action="./" method="get" onSubmit="return false" id="fo">
<div id="popBody">
<table cellspacing="0" class="rowTable">
<col width="120" />
<col />
<tr>
<th scope="row"><div>{$lang->ccl_use_mark}</div></th>
<td>
<select name="ccl_use_mark"><option value="Y" selected="selected">{$lang->use}</option><option value="N">{$lang->notuse}</option></select>
<p>{$lang->about_ccl_use_mark}</p>
</td>
</tr>
<tr>
<th scope="row"><div>{$lang->ccl_allow_commercial}</div></th>
<td>
<select name="ccl_allow_commercial"><option value="Y">{$lang->ccl_allow}</option><option value="N" selected="selected">{$lang->ccl_disallow}</option></select>
<p>{$lang->about_ccl_allow_commercial}</p>
</td>
</tr>
<tr>
<th scope="row"><div>{$lang->ccl_allow_modification}</div></th>
<td>
<select name="ccl_allow_modification"><option value="Y">{$lang->ccl_allow}</option><option value="N">{$lang->ccl_disallow}</option><option value="SA" selected="selected">{$lang->ccl_sa}</option></select>
<p>{$lang->about_ccl_allow_modification}</p>
</td>
</tr>
</table>
</div>
<div id="popFooter">
<a href="#" onclick="insertCode()" class="button black strong"><span>{$lang->cmd_insert}</span></a>
<a href="#" onclick="winopen('./?module=editor&amp;act=dispEditorComponentInfo&amp;component_name={$component_info->component_name}','ComponentInfo','left=10,top=10,width=10,height=10,resizable=no,scrollbars=no,toolbars=no');return false;" class="button"><span>{$lang->about_component}</span></a>
</div>
</form>