git-svn-id: http://xe-core.googlecode.com/svn/trunk@1492 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-05-29 04:43:41 +00:00
parent 6221f0a444
commit 65ad92a1f8
7 changed files with 24 additions and 10 deletions

View file

@ -16,7 +16,7 @@
</tr>
<tr>
<th>{$lang->blog_name}</th>
<td><a href="{$val->url}">{$val->blog_name}</a></td>
<td><a href="#" onclick="winopen('{$val->url}');return false;">{$val->blog_name}</a></td>
</tr>
<tr>
<th>{$lang->excerpt}</th>

View file

@ -125,5 +125,7 @@ function completeDeleteTrackback(ret_obj) {
function doChangeCategory(sel_obj, url) {
var category_srl = sel_obj.options[sel_obj.selectedIndex].value;
if(!category_srl) location.href=url;
else location.href=url+'&category='+category_srl;
else {
location.href = location.href.setQuery('category',category_srl);
}
}

View file

@ -103,7 +103,7 @@
</select>
<input type="text" name="search_keyword" value="{htmlspecialchars($search_keyword)}" />
<input type="submit" value="{$lang->cmd_search}" />
<input type="button" value="{$lang->cmd_cancel}" onclick="location.href='{getUrl('search_target','','search_keyword','','page','1','document_srl','')}'"/>
<input type="button" value="{$lang->cmd_cancel}" onclick="location.href='{getUrl('','mid',$mid)}';return false;"/>
</form>
</div>

View file

@ -23,7 +23,7 @@
</tr>
<tr>
<th>{$lang->blog_name}</th>
<td><a href="{$val->url}">{$val->blog_name}</a></td>
<td><a href="#" onclick="winopen('{$val->url}');return false;">{$val->blog_name}</a></td>
</tr>
<tr>
<th>{$lang->excerpt}</th>