Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
opensipkd-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 78940534
authored
Dec 08, 2025
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update user CSV to include registered_date and add _form_include.pt for datepick…
…er and timepicker scripts
1 parent
bcdc44cc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
opensipkd/base/scripts/data/users.csv
opensipkd/base/views/templates/_form_include.pt
opensipkd/base/views/templates/base5.pt
opensipkd/base/scripts/data/users.csv
View file @
7894053
email,status,user_name
email,status,user_name,registered_date
admin@local.host,1,admin
admin@local.host,1,admin,
guest@local.host,1,guest
guest@local.host,1,guest,
,,,
\ No newline at end of file
\ No newline at end of file
opensipkd/base/views/templates/_form_include.pt
0 → 100644
View file @
7894053
<link href="${home}/static/v3/js/plugin/bootstrap-datepicker/css/bootstrap-datepicker.min.css"
rel="stylesheet">
<script src="${home}/static/v3/js/plugin/bootstrap-datepicker/js/bootstrap-datepicker.min.js"></script>
<script src="${home}/static/v3/js/plugin/bootstrap-timepicker/bootstrap-timepicker.min.js"></script>
opensipkd/base/views/templates/base5.pt
View file @
7894053
...
@@ -44,8 +44,7 @@
...
@@ -44,8 +44,7 @@
tal:condition=
"css_resource[:4]!='http'"
>
tal:condition=
"css_resource[:4]!='http'"
>
<link
rel=
"stylesheet"
href=
"${css_resource}"
type=
"text/css"
tal:condition=
"css_resource[:4]=='http'"
>
<link
rel=
"stylesheet"
href=
"${css_resource}"
type=
"text/css"
tal:condition=
"css_resource[:4]=='http'"
>
</tal:loop>
</tal:loop>
<!--? <link href="${home}/static/v3/js/plugin/bootstrap-datepicker/css/bootstrap-datepicker.min.css"-->
<!--? rel="stylesheet">-->
<link
href=
"${home}/deform_static/css/form.css"
rel=
"stylesheet"
>
<link
href=
"${home}/deform_static/css/form.css"
rel=
"stylesheet"
>
<!--? <link href="${home}/static/v3/css/select2.min.css" rel="stylesheet" type="text/css">-->
<!--? <link href="${home}/static/v3/css/select2.min.css" rel="stylesheet" type="text/css">-->
<metal:css
define-slot=
"css_files"
></metal:css>
<metal:css
define-slot=
"css_files"
></metal:css>
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment