MLANG label to sign contents
[brisk.git] / web / briskin5 / index.php
index 1a08604..4284e6f 100644 (file)
@@ -24,6 +24,8 @@
  *
  */
 
+/* MLANG: le img dell'asta */
+
 require_once("../Obj/brisk.phh");
 require_once("../Obj/proxyscan.phh");
 
@@ -214,12 +216,25 @@ Hai vinto l'asta.<br> Scegli il seme:
 <img id="callerimg" src="img/noimg.png" class="callerimg">
 </div>
 <div class="table_commands">
+<table>
+<tr>
+<td style="text-align: center;"><input type="button" class="button" name="xinfo"  value="Info." onclick="act_tableinfo();"></td>
+<td style="text-align: center;"><input type="button" class="button" name="xreload"  value="Reload." onclick="act_reload();"></td>
+</tr><tr>
+<td style="text-align: center;"><img id="exitlock" class="button" style="visibility: hidden; border: 0px; display: inline; position: relative;" onclick="act_exitlock();"></td>
+<td style="text-align: center;"><input type="button" class="button" name="xout"  value="Out." onclick="safelogout();"></td>
+</tr>
+</table>
+</div>
+<!--
+<div class="table_commands">
 <input type="button" class="button" name="xinfo"  value="Info." onclick="act_tableinfo();">
 <input type="button" class="button" name="xreload"  value="Reload." onclick="act_reload();">
 <div style="vertical-align: top;">
 <img id="exitlock" class="button" style="visibility: hidden; border: 0px; display: inline; position: relative;" onclick="act_exitlock();"><input type="button" class="button" name="xout"  value="Out." onclick="safelogout();">
 </div>
 </div>
+-->
 
 </div>