Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
retypos-server
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eterfund
retypos-server
Commits
183e2dd1
Commit
183e2dd1
authored
Jun 08, 2017
by
George Popoff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo and remove typos.config including
parent
b5f32b6a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
sites.php
cp/application/views/admins/sites.php
+4
-4
header.php
cp/application/views/header.php
+0
-1
No files found.
cp/application/views/admins/sites.php
View file @
183e2dd1
...
...
@@ -13,8 +13,8 @@
<script
type=
"text/javascript"
>
jQuery
(
"#table_sites"
).
jqGrid
({
// Привязка плагина к таблице
url
:
'
<?=
$base_ur
?>
admins/sites/get_list_sites'
,
// Скрипт - обработчик ваших запросов
editurl
:
'
<?=
$base_ur
?>
admins/sites/panel_sites'
,
url
:
'
<?=
$base_ur
l
?>
admins/sites/get_list_sites'
,
// Скрипт - обработчик ваших запросов
editurl
:
'
<?=
$base_ur
l
?>
admins/sites/panel_sites'
,
datatype
:
"json"
,
// Формат скрипта-обработчика
colNames
:[
'Номер'
,
'Сайт'
,
'Дата регистрации'
],
colModel
:[
...
...
@@ -30,8 +30,8 @@ jQuery("#table_sites").jqGrid({ // Привязка плагина к табли
pager_id
=
"p_"
+
subgrid_table_id
;
$
(
"#"
+
subgrid_id
).
html
(
"<table id='"
+
subgrid_table_id
+
"' class='scroll'></table><div id='"
+
pager_id
+
"' class='scroll'></div>"
);
jQuery
(
"#"
+
subgrid_table_id
).
jqGrid
({
url
:
'
<?=
$base_ur
?>
admins/sites/get_list_users?id='
+
row_id
,
editurl
:
'
<?=
$base_ur
?>
admins/sites/panel_users?id='
+
row_id
+
'&id_site='
+
row_id
,
url
:
'
<?=
$base_ur
l
?>
admins/sites/get_list_users?id='
+
row_id
,
editurl
:
'
<?=
$base_ur
l
?>
admins/sites/panel_users?id='
+
row_id
+
'&id_site='
+
row_id
,
datatype
:
"json"
,
colNames
:
[
'Номер'
,
'Логин'
,
'Тип'
,
'Email'
,
'Имя'
,
'Отчество'
,
'Фамилия'
,
'Статус аккаунта'
,
'Подписка'
,
'Дата установки'
],
colModel
:
[
...
...
cp/application/views/header.php
View file @
183e2dd1
...
...
@@ -4,7 +4,6 @@
<meta
charset=
"utf-8"
/>
<title>
TYPOS@ETERSOFT - Сервис опечаток
</title>
<!--Скрипты и стили-->
<script
src=
"
<?=
$base_url
;
?>
javascript/typos.config.js"
type=
"text/javascript"
></script>
<script
src=
"
<?=
$base_url
;
?>
javascript/jquery/jquery-1.7.2.min.js"
type=
"text/javascript"
></script>
<script
src=
"
<?=
$base_url
;
?>
javascript/jquery_plugins/jquery-ui/1.8.23.custom/js/jquery-ui-1.8.23.custom.min.js"
type=
"text/javascript"
></script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment