|
Server IP : 10.2.73.233 / Your IP : 216.73.216.59 Web Server : Apache/2.4.59 (Debian) System : Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64 User : www-data ( 33) PHP Version : 5.6.40-64+0~20230107.71+debian10~1.gbp673146 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/ifk/web/protected/Layouts/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<com:THead Title="Panel Administracyjny">
<com:TMetaTag HttpEquiv="Content-Type" Content="text/html; charset=utf-8" />
<link rel="shortcut icon" type="image/x-icon" href="themes/front/gfx/favicon.ico">
</com:THead>
<body>
<com:TForm>
<input type="hidden" name="MAX_FILE_SIZE" id="MAX_FILE_SIZE" value="10485760" />
<div id="container">
<div id="header">
<div style="float:right"><br/><com:TButton Text="Wyloguj" ValidationGroup="logout" onClick="adminLogout" Visible="<%= !$this->User->isGuest %>"/></div>
</div>
<com:TPanel Id="Menu1" CssClass="menu" Visible="<%= $this->User->getRole() == 0 %>"><br/>
<a href="<%= $this->Service->constructUrl('Admin.UserEdit', array('uid'=>$this->User->id)) %>">Mój profil</a>
<a href="<%= $this->Service->constructUrl('Admin.UserBrowse') %>">Lista użytkowników</a>
<a href="<%= $this->Service->constructUrl('Admin.UserPapers', array('uid'=>-1)) %>">Wszystkie publikacje</a>
<a href="<%= $this->Service->constructUrl('Admin.NewsItems') %>">Aktualności</a>
<a href="<%= $this->Service->constructUrl('Admin.ContentBrowse') %>">Zawartość tekstowa</a>
<a href="<%= $this->Service->constructUrl('Admin.ClassCatalog') %>">Katalog zajęć</a>
<a href="<%= $this->Service->constructUrl('Admin.ClassSchedule') %>">Plany zajęć</a>
<a href="<%= $this->Service->constructUrl('Admin.RightBoxesList') %>">Kafelki</a>
<a href="<%= $this->Service->constructUrl('Admin.PasswordChange', array('uid'=>$this->User->id)) %>">Zmień swoje hasło</a>
<br/>
</com:TPanel>
<com:TPanel Id="Menu2" CssClass="menu" Visible="<%= $this->User->getRole() == 2 %>"><br/>
<a href="<%= $this->Service->constructUrl('Admin.UserEdit', array('uid'=>$this->User->id)) %>">Mój profil</a>
<a href="<%= $this->Service->constructUrl('Admin.PasswordChange', array('uid'=>$this->User->id)) %>">Zmień swoje hasło</a>
<br/>
</com:TPanel>
<div id="body">
<com:TActivePanel ID="statusPanel" >
<com:TPanel ID="successPanel" Style.CSSClass='statusPanel_success' Visible="false" EnableViewState="false">
<com:TLiteral ID="successMessage"/>
<com:TClientScript>
function fadeout(){
new Effect.Opacity("<%= $this->successPanel->getClientID()%>", {duration:3.0, from:1.0, to:0.0});
}
Event.observe(window, 'load', function() {
var fade=setTimeout("fadeout()",3000);
});
</com:TClientScript>
</com:TPanel>
<com:TPanel ID="errorPanel" Style.CSSClass='statusPanel_error' Visible="false" EnableViewState="false">
<com:TLiteral ID="errorMessage"/>
</com:TPanel>
<com:TPanel ID="warningPanel" Style.CSSClass='statusPanel_warning' Visible="false" EnableViewState="false">
<com:TLiteral ID="warningMessage"/>
<com:TClientScript>
function fadeout(){
new Effect.Opacity("<%= $this->warningPanel->getClientID()%>", {duration:3.0, from:1.0, to:0.0});
}
Event.observe(window, 'load', function() {
var fade=setTimeout("fadeout()",3000);
});
</com:TClientScript>
</com:TPanel>
<com:TPanel ID="infoPanel" Style.CSSClass='statusPanel_info' Visible="false" EnableViewState="false">
<com:TLiteral ID="infoMessage"/>
<com:TClientScript>
function fadeout(){
new Effect.Opacity("<%= $this->infoPanel->getClientID()%>", {duration:3.0, from:1.0, to:0.0});
}
Event.observe(window, 'load', function() {
var fade=setTimeout("fadeout()",3000);
});
</com:TClientScript>
</com:TPanel>
</com:TActivePanel>
<com:TContentPlaceHolder ID="content"/>
<br clear="both"/>
</div>
</div>
</com:TForm>
</body>
</html>