Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
appju_www_encrypt
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
storyshare
appju_www_encrypt
Commits
fe78ce30
Commit
fe78ce30
authored
Feb 02, 2021
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- encrypted
parent
2eccdfb2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
0 deletions
+20
-0
modules/ptyboard/ptyboard.api.common.controller.php
modules/ptyboard/ptyboard.api.common.controller.php
+0
-0
modules/ptyboard/ptyboard.items.common.model.php
modules/ptyboard/ptyboard.items.common.model.php
+0
-0
modules/ptyboard/ptyboard.items.edit.admin.view.html
modules/ptyboard/ptyboard.items.edit.admin.view.html
+20
-0
No files found.
modules/ptyboard/ptyboard.api.common.controller.php
View file @
fe78ce30
No preview for this file type
modules/ptyboard/ptyboard.items.common.model.php
View file @
fe78ce30
No preview for this file type
modules/ptyboard/ptyboard.items.edit.admin.view.html
View file @
fe78ce30
...
@@ -94,6 +94,26 @@ namespace platyFramework;
...
@@ -94,6 +94,26 @@ namespace platyFramework;
</div>
</div>
</div>
</div>
<div
class=
"box box-info"
>
<div
class=
"box-header with-border"
>
<h3
class=
"box-title"
>
이미지 슬라이드 설정 기능
</h3>
</div>
<div
class=
"box-body"
>
<div
class=
'col-md-12'
>
<?= $form->getFile("이미지1", "slideImage1", "", "", ""); ?>
<?= $form->getFile("이미지2", "slideImage2", "", "", ""); ?>
<?= $form->getFile("이미지3", "slideImage3", "", "", ""); ?>
<?= $form->getFile("이미지4", "slideImage4", "", "", ""); ?>
<?= $form->getFile("이미지5", "slideImage5", "", "", ""); ?>
</div>
</div>
<div
class=
"box-footer"
>
<button
type=
"submit"
class=
"btn btn-primary"
>
저장
</button>
<button
type=
"button"
class=
"btn btn-default ptyGoBack pull-right"
>
취소
</button>
</div>
</div>
<div
class=
"box box-info"
>
<div
class=
"box box-info"
>
<div
class=
"box-header with-border"
>
<div
class=
"box-header with-border"
>
<h3
class=
"box-title"
>
잠금화면 내용
</h3>
<h3
class=
"box-title"
>
잠금화면 내용
</h3>
...
...
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