Ignore:
Timestamp:
12/19/10 19:15:43 (13 years ago)
Author:
atzm
Message:

modify mime-type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pycgibattler/trunk/20character.tmpl

    • Property svn:mime-type set to text/plain; charset=utf-8
    r60 r61  
    1111        <h2> 
    1212          <span class="date"> 
    13             [$time.strftime('%Y/%m/%d %H:%M:%S', time.localtime($e.mtime))] 登録 
     13            [$time.strftime('%Y/%m/%d %H:%M:%S', time.localtime($e.mtime))] 登録 
    1414          </span> 
    1515        </h2> 
    1616        <div class="body"> 
    1717          <div class="section"> 
    18             <h3><span class="sanchor">■</span> 名前</h3> 
     18            <h3><span class="sanchor">■</span> 名前</h3> 
    1919            <p><a href="http://www.google.co.jp/images?q=$urllib.quote_plus('"' + $e.warrior.name() + '"')">$e.warrior.name()</a></p> 
    2020 
    21             <h3><span class="sanchor">■</span> ステヌタス</h3> 
     21            <h3><span class="sanchor">■</span> ステータス</h3> 
    2222            <table class="stat"> 
    2323              <tr> 
    2424                <th>HP</th> 
    2525                <th>SP</th> 
    26                 <th>攻撃力</th> 
    27                 <th>集䞭力</th> 
    28                 <th>防埡力</th> 
    29                 <th>玠早さ</th> 
    30                 <th>運</th> 
     26                <th>攻撃力</th> 
     27                <th>集中力</th> 
     28                <th>防御力</th> 
     29                <th>素早さ</th> 
     30                <th></th> 
    3131              </tr> 
    3232              <tr> 
     
    4141            </table> 
    4242 
    43             <h3><span class="sanchor">■</span> å¿ 
    44 æ®ºæŠ€</h3> 
     43            <h3><span class="sanchor">■</span> 必殺技</h3> 
    4544            <table class="stat"> 
    4645              <tr> 
    47                 <th>名前</th> 
    48                 <th>タむプ</th> 
    49                 <th>レベル</th> 
    50                 <th>消費 SP</th> 
     46                <th>名前</th> 
     47                <th>タイプ</th> 
     48                <th>レベル</th> 
     49                <th>消費 SP</th> 
    5150              </tr> 
    5251  #for $skill in $e.skills 
     
    6059            </table> 
    6160 
    62             <h3><span class="sanchor">■</span> コヌド</h3> 
     61            <h3><span class="sanchor">■</span> コード</h3> 
    6362            <pre style="max-height: 25em; overflow: auto;">$xml.sax.saxutils.escape($e.code)</pre> 
    6463          </div> 
     
    6867 
    6968      <div class="footer"> 
    70         コヌドの著䜜暩はそれぞれの著䜜耠
    71 ã«åž°å±žã—たす 
     69        コードの著作権はそれぞれの著作者に帰属します. 
    7270      </div> 
    7371 
Note: See TracChangeset for help on using the changeset viewer.