begin of multilang support
[brisk.git] / web / briskin5 / index.php
index 1a08604..6e353cf 100644 (file)
@@ -24,6 +24,8 @@
  *
  */
 
+/* MLANG: le img dell'asta */
+
 require_once("../Obj/brisk.phh");
 require_once("../Obj/proxyscan.phh");
 
@@ -51,6 +53,7 @@ header('Content-type: text/html; charset="utf-8"',true);
 <body>
 <SCRIPT type="text/javascript">
    var sess;
+   var g_lang = "<?php echo "$G_lang"; ?>";
    var stat = "table";
    var subst = "none";
    var table_pos = "";
@@ -214,12 +217,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>