mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 23:59:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1712 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3d089fb60e
commit
92f6887fc7
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
<th scope="col" class="category">
|
<th scope="col" class="category">
|
||||||
<form action="./" method="get">
|
<form action="./" method="get">
|
||||||
<select name="category" onchange="doChangeCategory(this, '{getUrl('category','')}')" >
|
<select name="category" onchange="doChangeCategory(this, '{getUrl('category','')}')" >
|
||||||
<option selected="selected">{$lang->category}</option>
|
<option value="" selected="selected">{$lang->category}</option>
|
||||||
<!--@foreach($category_list as $val)-->
|
<!--@foreach($category_list as $val)-->
|
||||||
<option value="{$val->category_srl}" <!--@if($category==$val->category_srl)-->selected="true"<!--@end-->>{$val->title} <!--@if($val->document_count)-->({$val->document_count})<!--@end--></option>
|
<option value="{$val->category_srl}" <!--@if($category==$val->category_srl)-->selected="true"<!--@end-->>{$val->title} <!--@if($val->document_count)-->({$val->document_count})<!--@end--></option>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue