Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
sora
/
achievement
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
63ed67f6
authored
Mar 01, 2020
by
Orine Matsui
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
ページIDふりなおし
parent
92469305
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
29 additions
and
6 deletions
achievement-official.conohawing.com/assets/include/header.php
achievement-official.conohawing.com/common_previous/css/top.css
achievement-official.conohawing.com/news/info/details/20200217/index.php
achievement-official.conohawing.com/news/info/details/20200221/index.php
achievement-official.conohawing.com/news/info/details/20200226/index.php
achievement-official.conohawing.com/news/info/details/20200227/index.php
achievement-official.conohawing.com/news/info/details/20200302/index.php
achievement-official.conohawing.com/news/info/index.php
achievement-official.conohawing.com/assets/include/header.php
View file @
63ed67f6
...
...
@@ -119,6 +119,11 @@
<link
rel=
"stylesheet"
href=
"/common_previous/css/indivisual-base.css"
>
<?php
}
?>
<?php
if
(
$pageid
==
"news"
||
$pageid
==
"news-info"
||
$pageid
==
"news-20200302"
||
$pageid
==
"news-20200227"
||
$pageid
==
"news-20200226"
||
$pageid
==
"news-20200221"
||
$pageid
==
"news-20200217"
)
{
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/trainer.css"
>
<link
rel=
"stylesheet"
href=
"/common_previous/css/indivisual-base.css"
>
<?php
}
?>
<?php
if
(
$pageid
==
"company-access"
)
{
?>
<link
rel=
"stylesheet"
href=
"/common_previous/css/trainer.css"
>
<script
src=
"/common_previous/js/lib/jquery.matchHeight-min.js"
></script>
...
...
achievement-official.conohawing.com/common_previous/css/top.css
View file @
63ed67f6
...
...
@@ -322,6 +322,24 @@ body {
min-height
:
200px
}
@media
screen
and
(
min-width
:
1400px
)
{
.c-list1
{
padding
:
37px
0
36px
285px
;
}
}
@media
screen
and
(
max-width
:
767px
)
{
.c-list1
{
padding
:
84px
10px
30px
15px
;
min-height
:
100px
}
}
@media
screen
and
(
max-width
:
767px
)
{
.c-list1
{
padding
:
84px
10px
30px
15px
;
...
...
achievement-official.conohawing.com/news/info/details/20200217/index.php
View file @
63ed67f6
<?php
$pageid
=
"news"
;
?>
<?php
$pageid
=
"news
-20200217
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<div
class=
"p-news"
>
<section
class=
"c-mainvisual"
>
...
...
achievement-official.conohawing.com/news/info/details/20200221/index.php
View file @
63ed67f6
<?php
$pageid
=
"news"
;
?>
<?php
$pageid
=
"news
-20200221
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<div
class=
"p-news"
>
<section
class=
"c-mainvisual"
>
...
...
achievement-official.conohawing.com/news/info/details/20200226/index.php
View file @
63ed67f6
<?php
$pageid
=
"news"
;
?>
<?php
$pageid
=
"news
-20200226
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<div
class=
"p-news"
>
<section
class=
"c-mainvisual"
>
...
...
achievement-official.conohawing.com/news/info/details/20200227/index.php
View file @
63ed67f6
<?php
$pageid
=
"news"
;
?>
<?php
$pageid
=
"news
-20200227
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<div
class=
"p-news"
>
<section
class=
"c-mainvisual"
>
...
...
achievement-official.conohawing.com/news/info/details/20200302/index.php
View file @
63ed67f6
<?php
$pageid
=
"news"
;
?>
<?php
$pageid
=
"news
-20200302
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<div
class=
"p-news"
>
<section
class=
"c-mainvisual"
>
...
...
achievement-official.conohawing.com/news/info/index.php
View file @
63ed67f6
<?php
$pageid
=
"news"
;
?>
<?php
$pageid
=
"news
-info
"
;
?>
<?php
include
(
$_SERVER
[
'DOCUMENT_ROOT'
]
.
'/assets/include/header.php'
);
?>
<div
class=
"p-news"
>
<section
class=
"c-mainvisual"
>
...
...
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