mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
issue 427, display select widget form when use faceoff
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9634 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5432fb3bda
commit
10ddc990b3
2 changed files with 23 additions and 2 deletions
|
|
@ -7,13 +7,13 @@
|
|||
<ul>
|
||||
<li>
|
||||
<p class="q"><label for="skin">{$lang->skin}</label></p>
|
||||
<a class="a">
|
||||
<p class="a">
|
||||
<select name="skin" id="skin" style="width:280px">
|
||||
<option value="">{$lang->select}</option>
|
||||
<option loop="$skin_list => $skin_name, $skin" value="{$skin_name}">{$skin->title} ({$skin_name})</option>
|
||||
</select>
|
||||
<input type="button" value="{$lang->cmd_select}" />
|
||||
</a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p class="q"><label for="colorset">{$lang->colorset}</label></p>
|
||||
|
|
|
|||
|
|
@ -12,6 +12,26 @@
|
|||
});
|
||||
</script>
|
||||
|
||||
<div cond="$type=='faceoff'" class="x" style="padding: 0 10px;">
|
||||
<form class="form">
|
||||
<input type="hidden" name="module" value="widget" />
|
||||
<input type="hidden" name="type" value="faceoff" />
|
||||
<input type="hidden" name="act" value="dispWidgetGenerateCodeInPage" />
|
||||
<input type="hidden" name="error_return_url" value="" />
|
||||
|
||||
<h2 class="h2">{$lang->widget}</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<p class="a">
|
||||
<select name="selected_widget">
|
||||
<option loop="$widget_list => $list_widget_info" value="{$list_widget_info->widget}">{$list_widget_info->title}</option>
|
||||
</select>
|
||||
<input type="submit" value="{$lang->cmd_select}" />
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</form>
|
||||
</div>
|
||||
<div class="x" style="padding: 0 10px;">
|
||||
<h2 class="h2">{$widget_info->title}</h2>
|
||||
<p>{$widget_info->description}</p>
|
||||
|
|
@ -28,6 +48,7 @@
|
|||
<input type="hidden" name="widget_padding_top" value="" />
|
||||
<input type="hidden" name="widget_padding_bottom" value="" />
|
||||
<input type="hidden" name="selected_widget" value="{$widget_info->widget}" />
|
||||
|
||||
<include target="widget_generate_code.include.html" />
|
||||
|
||||
<div class="btnArea">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue