[Rumble-jp-dev] melee

Back to archive index

KOJIMA Hiroyoshi kojim****@robok*****
2003年 4月 4日 (金) 16:14:41 JST


小島です。ごぶさたしてます。
就職活動が急に忙しくなり、ずっと手つかずになってました。
ごめんなさい。

ついでにマシンのOSも新しくしました。かなり悩んだ末[momonga linux]になりました。
いまマシンの環境構築中です。
#さらにメールアドレスも変更となりました。

On Fri, 04 Apr 2003 15:10:22 +0900
"shinichiro.h" <g9404****@mail*****> wrote:

> 浜地です。
> 
> 以前言っていた、
> ユーザ一覧画面のまだ成績を持っていないロボットしか
> 所有していない人の代表ロボットを表示させる、
> ユーザ詳細画面の 1on1 と Melee の両結果を表示する、
> の二つのことをやりました。
> 
> 次の作業は…どうしよう…タスク表眺めると難しげなのが並んでいますね…
> 
> > ユーザ詳細画面では現状一つのロボットにつき
> > 1on1 と Melee のそれぞれが表示されていて、
> > これはまあ、問題無いと思いますが、
> > リーグが 1on1 か Melee かを表示した方が良さそうです。
> 
> あと、これは保留しています。
> これは小島さんのリーグ詳細画面に合わせようかと思います。

上のページについてです
 webapp/season_result.jsp の最後の方に付け加えようと思って作っていましたが
OS乗り換えでうやむやになっていました。(個人的理由で申し訳ないです)

具体的には
season_result.jsp の最後のあたりに以下のように書きます。
hoge hogeのところはまだです。

<%-- add by kojima--%>
<table cols="2" border="1" cellspacing="0" cellpadding="0">
<tr><td>League Type</td><td>hoge</td><tr>

<tr><td>Season Count</td><td><bean:write name="seasonResultForm" property="condition.seasonCount"/></td><tr>

<tr><td>Opponents per division</td><td><bean:write name="seasonResultForm" property="condition.divisionOpponents"/></td><tr>

<tr><td>Battle type</td><td>hoge</td><tr>

<tr><td>Rounds per grouping</td><td><bean:write name="seasonResultForm" property="condition.groupingOpponents"/></td><tr>

<tr><td>Adjacent Ranks</td><td><bean:write name="seasonResultForm" property="condition.adjacentRanks"/></td><tr>

<tr><td>Cooling Rate</td><td><bean:write name="seasonResultForm" property="condition.coolingRate"/></td><tr>

<tr><td>Inactivity Time</td><td><bean:write name="seasonResultForm" property="condition.inactivityTime"/></td><tr>

<tr><td>Field Width</td><td><bean:write name="seasonResultForm" property="condition.fieldWidth"/></td><tr>

<tr><td>Field Height</td><td><bean:write name="seasonResultForm" property="condition.fieldHeight"/></td><tr>

<tr><td>First Season Mode</td><td> <bean:write name="seasonResultForm" property="condition.firstSeasonMode"/></td><tr>
<tr><td>Start Time</td><td>hoge</td><tr>
</table>
</table>
<%-- end kojima --%>

さっさとコミットしたかったいのですが、システムがまだ動いていないのでコミットしておりません。



Rumble-jp-dev メーリングリストの案内
Back to archive index