Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Solo Group
/
sipkd
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 54c89328
authored
May 03, 2018
by
agungb
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
merapihkan tampilan list.pt
1 parent
8838e6bc
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
120 additions
and
25 deletions
views/templates/base.pt
views/templates/bendahara/list.pt
views/templates/home.pt
views/templates/skp/list.pt
views/templates/tbp/list.pt
views/templates/base.pt
View file @
54c8932
...
...
@@ -3,7 +3,7 @@
<ul
metal:fill-slot=
"navs"
>
<li
tal:attributes=
"class request.path == '/sipkd' and 'active'"
><a
href=
"/sipkd"
>
Home
</a></li>
<li>
<a
href=
"#"
><i
class=
"fa fa-lg fa-fw fa-
shield
"
></i>
<span
class=
"menu-item-parent"
>
Pendapatan
</span></a>
<a
href=
"#"
><i
class=
"fa fa-lg fa-fw fa-
angle-right
"
></i>
<span
class=
"menu-item-parent"
>
Pendapatan
</span></a>
<ul>
<li><a
href=
"/sipkd/skp"
>
SKP
</a></li>
<li><a
href=
"/sipkd/tbp"
>
TBP
</a></li>
...
...
@@ -11,7 +11,7 @@
</ul>
</li>
<li>
<a
href=
"#"
><i
class=
"fa fa-lg fa-fw fa-
shield
"
></i>
<span
class=
"menu-item-parent"
>
Referensi
</span></a>
<a
href=
"#"
><i
class=
"fa fa-lg fa-fw fa-
angle-right
"
></i>
<span
class=
"menu-item-parent"
>
Referensi
</span></a>
<ul>
<li><a
href=
"/sipkd/rek4"
>
Rekening Pendapatan
</a></li>
<li><a
href=
"/sipkd/bendahara"
>
Bendahara
</a></li>
...
...
views/templates/bendahara/list.pt
View file @
54c8932
<html
metal:use-macro=
"load: ../base.pt"
>
<div
metal:fill-slot=
"content"
>
<h4>
${request.title}
</h4>
<div
class=
"jarviswidget jarviswidget-color-blueLight"
>
<!-- jarviswidget -->
<header
role=
"heading"
>
<h2>
<i
class=
"fa fa-fw fa-table"
></i>
${request.title}
</h2>
</header>
<div
role=
"content"
>
<div
class=
"widget-body"
>
<!-- widget-body -->
<div
class=
"dataTables_wrapper form-inline no-footer"
>
<table
id=
"table1"
class=
"table table-bordered table-hover table-condensed dt-responsive"
>
<thead>
<tr>
...
...
@@ -15,6 +25,10 @@
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div
metal:fill-slot=
"scripts"
>
<script>
...
...
views/templates/home.pt
View file @
54c8932
...
...
@@ -4,22 +4,73 @@
<link
href=
"/static/css/theme.css"
rel=
"stylesheet"
>
<!-- Main component for a primary marketing message or call to action -->
<div
class=
"well"
>
<h1>
Integrasi SIPKD - Pajak Daerah
</h1>
<p><img
src=
"/static/img/logo.png"
class=
"img-float img-thumbnail"
/>
Selamat datang di aplikasi
<code>
Integrasi SIPKD - Pajak Daerah
</code>
apliki ini di desikan untuk
memproses data yang berasal dari aplikasi pajak daerah (PBB, BPHTB dan PADL) sehingga data dari setiap
aplikasi tersebut dapat terintegrasi dengan aplikasi keuangan daerah (SIPKD)
<p>
Aplikasi ini dibangun dengan menggunakan platform open source yang terdiri dari:
</p>
<ul>
<li>
Web Framework
<a
href=
"http://pylonsproject.org/"
>
Pyramid
</a>
</li>
<li>
Template
<a
href=
"https://pypi.python.org/pypi/ziggurat-foundations"
>
Ziggurat Foundations
</a></li>
<li>
Template
<a
href=
"http://docs.pylonsproject.org/projects/pyramid-chameleon/en/latest/"
>
Chameleon
</a></li>
<li>
Form Generator
<a
href=
"http://docs.pylonsproject.org/projects/deform/"
>
Deform
</a></li>
<li>
CSS Framework
<a
href=
"http://getbootstrap.com"
>
Bootstrap
</a></li>
<li>
Database
<a
href=
"http://postgresql.org"
>
Postgres SQL
</a></li>
</ul>
</div>
<!--well-->
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<h1
class=
"alert alert-info"
>
Integrasi SIPKD - Pajak Daerah
</h1>
</div>
</div>
<div
class=
"row"
>
<div
id=
"myCarousel-2"
class=
"carousel slide"
>
<div
class=
"carousel-inner"
>
<!-- Slide 1 -->
<div
class=
"item active"
>
<div
class=
"col-md-8"
>
<img
src=
"/static/img/slide-home-3.jpg"
alt=
""
style=
"max-width: 100%;"
>
</div>
<div
class=
"col-md-4"
>
<h3>
Tentang Kami
</h3>
<p>
Kami adalah perusahaan yang bergerak di bidang pembuatan perangkat lunak.
</p>
<p>
Kami telah berpengalaman merancang dan membuat aplikasi keuangan yang telah digunakan oleh pemerintah daerah.
</p>
</div>
</div>
<!-- Slide 2 -->
<div
class=
"item"
>
<div
class=
"col-md-8"
>
<img
src=
"/static/img/slide-home-1.jpg"
alt=
""
style=
"max-width: 100%;"
>
</div>
<div
class=
"col-md-4"
>
<h3>
Spesifikasi Keahlian
</h3>
<p>
Aplikasi yang kami buat dirancang menggunakan platform open source yang terdiri dari:
</p>
<ul>
<li>
Web Framework
<a
href=
"http://pylonsproject.org/"
>
Pyramid
</a>
</li>
<li>
Template
<a
href=
"https://pypi.python.org/pypi/ziggurat-foundations"
>
Ziggurat Foundations
</a></li>
<li>
Template
<a
href=
"http://docs.pylonsproject.org/projects/pyramid-chameleon/en/latest/"
>
Chameleon
</a></li>
<li>
Form Generator
<a
href=
"http://docs.pylonsproject.org/projects/deform/"
>
Deform
</a></li>
<li>
CSS Framework
<a
href=
"http://getbootstrap.com"
>
Bootstrap
</a></li>
<li>
Database
<a
href=
"http://postgresql.org"
>
Postgres SQL
</a></li>
</ul>
</div>
</div>
<!-- Slide 3 -->
<div
class=
"item"
>
<div
class=
"col-md-8"
>
<img
src=
"/static/img/slide-home-2.jpg"
alt=
""
style=
"max-width: 100%;"
>
</div>
<div
class=
"col-md-4"
>
<h3>
Produk dan Jasa
</h3>
<p>
Perusahaan kami berpengalaman dalam pembuatan:
</p>
<ul>
<li>
Sistem Informasi BPHTB
</li>
<li>
Sistem Informasi Pajak Asli Daerah Non PBB BPHTB
</li>
<li>
Aplikasi Payment Online System PBB (POS PBB)
</li>
<li>
Aplikasi Integrasi Pembayaran dengan Perbankan
</li>
<li>
Pembuatan dan Management Jaringan
</li>
</ul>
</div>
</div>
</div>
<a
class=
"left carousel-control"
href=
"#myCarousel-2"
data-slide=
"prev"
style=
"background: none;"
>
<span
class=
"glyphicon glyphicon-chevron-left"
></span>
</a>
<a
class=
"right carousel-control"
href=
"#myCarousel-2"
data-slide=
"next"
style=
"background: none;"
>
<span
class=
"glyphicon glyphicon-chevron-right"
></span>
</a>
</div>
</div>
</div>
</div>
</html>
views/templates/skp/list.pt
View file @
54c8932
<html
metal:use-macro=
"load: ../base.pt"
>
<div
metal:fill-slot=
"content"
>
<h4>
${request.title}
</h4>
<form
id=
"form"
method=
"POST"
enctype=
"multipart/form-data"
accept-charset=
"utf-8"
class=
"form-horizontal"
>
<div
class=
"jarviswidget jarviswidget-color-blueLight"
>
<!-- jarviswidget -->
<header
role=
"heading"
>
<h2>
<i
class=
"fa fa-fw fa-table"
></i>
${request.title}
</h2>
</header>
<div
role=
"content"
>
<div
class=
"widget-body"
>
<!-- widget-body -->
<div
class=
"dataTables_wrapper form-inline no-footer"
>
<div
class=
"dt-toolbar"
style=
"padding: 0; margin-bottom: 20px; background: #fff; border-bottom: none;"
>
<!-- dt-toolbar -->
<form
id=
"form"
method=
"POST"
enctype=
"multipart/form-data"
accept-charset=
"utf-8"
class=
"form-horizontal"
>
<fieldset
class=
"deformFormFieldset"
>
<!--Tanggal-->
<div
id=
"item-tanggal_fltr"
>
...
...
@@ -33,6 +42,7 @@
</div>
</fieldset>
</form>
</div>
<table
id=
"table1"
class=
"table table-bordered table-hover table-condensed dt-responsive"
>
<thead>
<tr>
...
...
@@ -49,6 +59,11 @@
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div
metal:fill-slot=
"scripts"
>
<script>
...
...
views/templates/tbp/list.pt
View file @
54c8932
<html
metal:use-macro=
"load: ../base.pt"
>
<div
metal:fill-slot=
"content"
>
<h4>
${request.title}
</h4>
<div
class=
"jarviswidget jarviswidget-color-blueLight"
>
<!-- jarviswidget -->
<header
role=
"heading"
>
<h2>
<i
class=
"fa fa-fw fa-table"
></i>
${request.title}
</h2>
</header>
<div
role=
"content"
>
<div
class=
"widget-body"
>
<!-- widget-body -->
<div
class=
"dataTables_wrapper form-inline no-footer"
>
<div
class=
"dt-toolbar"
style=
"padding: 0; margin-bottom: 20px; background: #fff; border-bottom: none;"
>
<!-- dt-toolbar -->
<form
id=
"form"
method=
"POST"
enctype=
"multipart/form-data"
accept-charset=
"utf-8"
class=
"form-horizontal"
>
<fieldset
class=
"deformFormFieldset"
>
...
...
@@ -33,6 +44,7 @@
</div>
</fieldset>
</form>
</div>
<table
id=
"table1"
class=
"table table-bordered table-hover table-condensed dt-responsive"
>
<thead>
<tr>
...
...
@@ -49,7 +61,10 @@
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
<div
metal:fill-slot=
"scripts"
>
<script>
$
(
document
).
ready
(
function
()
{
...
...
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