| Дата: Суббота, 12.12.2015, 02:44 | Сообщение # 1 |
Группа: Администраторы
Сообщений: 1530
| На одном из сайтов внезапно пропала форма входа на сайт и даже страница /index/1 перестала работать.
Я так понял, что шаблоне перестала работать конструкция $LOGIN_FORM$, так что форму входа надо стало прописывать вручную в виде html.
Зашел на один из моих рабочих сайтов и скопировал html формы входа оттуда, после чего все заработало!
Ниже рабочий html старой формы входа на юкоз сайт
-------------------------------------------------------------------- <?if($USERNAME$="Гость")?> <!--enter form--> <table border="0" cellpadding="0" cellspacing="0" width="216"> <tbody><tr><td style="color:#FFFFFF;background:url('/.s/t/981/7.gif') #1577A6;" align="center" height="29"><b><!-- <bt> --><!--<s5158>-->Форма входа<!--</s>--><!-- </bt> --></b></td></tr> <tr><td style="background:url('/.s/t/981/8.gif');padding:5px;"><!-- <bc> --><script type="text/javascript"> sendFrm549718=function(){ var o=$('#frmLg549718')[0],pos=_uGetOffset(o),o2=$('#blk549718')[0]; document.body.insertBefore(o2,document.body.firstChild); $(o2).css({top:(pos['top'])+'px',left:(pos['left'])+'px',width:o.offsetWidth+'px',height:o.offsetHeight+'px',display:''};).html('<div align="left" style="padding:5px;"><div class="myWinLoad"></div></div>'); _uPostForm('frmLg549718',{type:'POST',url:'/index/sub/',error:function() { $('#blk549718').html('<div align="left" style="padding:10px;"><div class="myWinLoadSF" title="Невозможно выполнить запрос, попробуйте позже"></div></div>'); _uWnd.alert('<div class="myWinError">Невозможно выполнить запрос, попробуйте позже</div>','',{w:250,h:90,tm:3000,pad:'15px'};); setTimeout("$('#blk549718').css('display','none');",'1500');}};); } </script> <div id="blk549718" style="border:1px solid #CCCCCC;position:absolute;z-index:82;background:url('http://s31.ucoz.net/img/fr/g.gif');display:none;"></div><form id="frmLg549718" action="/index/sub/" method="post" style="margin:0" onsubmit="sendFrm549718();return false;">
<table border="0" cellpadding="0" cellspacing="1" width="100%">
<tbody><tr><td nowrap="nowrap" width="20%">Логин:</td><td><input class="loginField" name="user" value="" size="20" style="width:100%;" maxlength="50" type="text"></td></tr> <tr><td>Пароль:</td><td><input class="loginField" name="password" size="20" style="width:100%" maxlength="15" type="password"></td></tr> </tbody></table> <table border="0" cellpadding="0" cellspacing="1" width="100%"> <tbody><tr><td nowrap=""><input id="remsitePage1" name="rem" value="1" checked="checked" type="checkbox"><label for="remsitePage1">запомнить</label> </td><td align="right" valign="top"><input class="loginButton" name="sbm" value="Вход" type="submit"></td></tr> <tr><td colspan="2"><div style="font-size:7pt;text-align:center;"><a href="javascript://" rel="nofollow" onclick="new _uWnd('Prm','Напоминание пароля',300,130,{autosize:1,closeonesc:1},{url:'/index/5'};);return false;">Забыл пароль</a> | <a href="/index/3">Регистрация</a></div></td></tr> </tbody></table>
<input name="a" value="2" type="hidden"><input name="ajax" value="1" type="hidden"><input name="rnd" value="718" type="hidden"></form><!-- </bc> --></td></tr> <tr><td><img src="/.s/t/981/9.gif" border="0"></td></tr> </tbody></table> <?endif?> <!--/enter form-->
|
|
| |