Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
goodsshare_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
goodmorning
goodsshare
goodsshare_www_encrypt
Commits
e7df0d82
Commit
e7df0d82
authored
Apr 14, 2021
by
platyhouse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- encrypted
parent
6764e1bb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
45 additions
and
0 deletions
+45
-0
modules/ptymobileapp/ptymobileapp.api.common.controller.php
modules/ptymobileapp/ptymobileapp.api.common.controller.php
+0
-0
modules/ptyshop/ptyshop.config.admin.controller.php
modules/ptyshop/ptyshop.config.admin.controller.php
+0
-0
modules/ptyshop/ptyshop.config.index.admin.view.html
modules/ptyshop/ptyshop.config.index.admin.view.html
+45
-0
modules/ptyshop/ptyshop.plugin.admin.controller.php
modules/ptyshop/ptyshop.plugin.admin.controller.php
+0
-0
No files found.
modules/ptymobileapp/ptymobileapp.api.common.controller.php
View file @
e7df0d82
No preview for this file type
modules/ptyshop/ptyshop.config.admin.controller.php
0 → 100644
View file @
e7df0d82
File added
modules/ptyshop/ptyshop.config.index.admin.view.html
0 → 100644
View file @
e7df0d82
<?php
namespace platyFramework;
/**
* View 파일 입니다
*
* @var ptyFormModel $form
* @var ptyTableItemModel $item
*/
?>
<section
class=
"content-header"
>
<h1>
<?= $title ?>
<small>
<?= $title_desc ?>
</small>
</h1>
<ol
class=
"breadcrumb"
>
<li><a
href=
"<?= $this->request->appUrl ?>"
><i
class=
"fa fa-dashboard"
></i>
Home
</a>
</li>
</ol>
</section>
<form
class=
"form-horizontal"
method=
"post"
action=
"<?= $postUrl ?>"
enctype=
"multipart/form-data"
>
<section
class=
"content"
>
<div
class=
"box box-primary"
>
<div
class=
"box-header with-border"
>
<h3
class=
"box-title"
>
기본 정보
</h3>
<div
class=
"box-tools pull-right"
>
<button
type=
"button"
class=
"btn btn-box-tool"
data-widget=
"collapse"
><i
class=
"fa fa-minus"
></i>
</button>
</div>
</div>
<div
class=
"box-body pad"
>
<input
type=
"hidden"
name=
"id"
value=
"<?= $item->id ?>"
>
<?= $form->getInput("사업자 번호", "businessNumber", "placeholder='123-456-789'", "설정 > 하단에 노출됩니다"); ?>
<?= $form->getInput("통신 판매업 번호", "commBusinessNumber", "placeholder=''", "설정 > 하단에 노출됩니다"); ?>
<?= $form->getInput("고객문의 전화 번호", "askPhoneNumber"); ?>
</div>
<div
class=
"box-footer"
>
<button
type=
"button"
class=
"btn btn-default ptyGoBack pull-right"
>
취소
</button>
<button
type=
"submit"
class=
"btn btn-info pull-left"
>
저장
</button>
</div>
</div>
</section>
</form>
<script
src=
"<?= $this->request->moduleUrl ?>/ptyadmin/resources/AdminLTE-2.4.5/bower_components/ckeditor/ckeditor.js"
></script>
\ No newline at end of file
modules/ptyshop/ptyshop.plugin.admin.controller.php
View file @
e7df0d82
No preview for this file type
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