Skip to content

Commit

Permalink
sirka sloupcu
Browse files Browse the repository at this point in the history
  • Loading branch information
janpadrta committed Mar 25, 2012
1 parent 9a7d072 commit c9f587a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
6 changes: 3 additions & 3 deletions app/views/eods/zobraz_eod.html.erb
Expand Up @@ -17,9 +17,9 @@
<table class="tab1"> <table class="tab1">
<tr> <tr>
<td class="tdpl" rowspan="2" style="width:120px; background-image: url(<%= %>)"></td> <td class="tdpl" rowspan="2" style="width:120px; background-image: url(<%= %>)"></td>
<th> Přepočet</th> <th style="width:120px"> Přepočet</th>
<th> Poplatky</th> <th style="width:120px"> Poplatky</th>
<th> Celkový zisk</th> <th style="width:120px"> Celkový zisk</th>
<th class="r"> Ve skladech</th> <th class="r"> Ve skladech</th>
</tr> </tr>
<tr> <tr>
Expand Down
11 changes: 6 additions & 5 deletions app/views/houses/sprava_rod.html.erb
@@ -1,7 +1,7 @@
<% title "Velkorod #{@house.name}" %> <% title "Velkorod #{@house.name}" %>
<table class="tab1"> <table class="tab1">
<tr> <tr>
<td class="tdpl" rowspan="2" style="width:170px"> <td class="tdpl" rowspan="2" style="width:160px">
<li><h2>Národní sklad</h2> <li><h2>Národní sklad</h2>
<li><b>Národ: </b><%= @house.name %> <li><b>Národ: </b><%= @house.name %>
<li><b>Vůdce: </b><%= link_to @vudce.nick, @vudce if @vudce%> <li><b>Vůdce: </b><%= link_to @vudce.nick, @vudce if @vudce%>
Expand All @@ -12,9 +12,9 @@
<li><input type="button" value="Poslat" class="ok"> <li><input type="button" value="Poslat" class="ok">
</td> </td>


<th>Stav skladu</th> <th style="width:120px">Stav skladu</th>
<th>Zaslat hráči</th> <th style="width:120px">Zaslat hráči</th>
<th>Zaslat Malorodu</th> <th style="width:120px">Zaslat Malorodu</th>
<th class="r">Zaslat Velkorodu</th> <th class="r">Zaslat Velkorodu</th>
</tr> </tr>


Expand Down Expand Up @@ -51,7 +51,8 @@
<li><%= img_material %><input type="text" size="3" title="Zadejte množství"> <li><%= img_material %><input type="text" size="3" title="Zadejte množství">
<li><%= img_melanz %><input type="text" size="3" title="Zadejte množství"> <li><%= img_melanz %><input type="text" size="3" title="Zadejte množství">
<li><%= img_zkusenosti %><input type="text" size="3" title="Zadejte množství"> <li><%= img_zkusenosti %><input type="text" size="3" title="Zadejte množství">
<li> <select class="vyber" name="Vyberte Velkorod"> <li>
<select class="vyber" name="Vyberte Velkorod">
<option value="p1">Atreides</option> <option value="p1">Atreides</option>
<option value="p1">Corrino</option> <option value="p1">Corrino</option>
<option value="p1">Ekaz</option> <option value="p1">Ekaz</option>
Expand Down

0 comments on commit c9f587a

Please sign in to comment.