Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Project
/
eis_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 5e48962b
authored
Aug 24, 2017
by
aa.gusti
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
kinerja
1 parent
ad063815
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
views/templates/base-eis.pt
views/templates/kinerja.pt
views/templates/base-eis.pt
View file @
5e48962
...
@@ -42,11 +42,11 @@
...
@@ -42,11 +42,11 @@
display
:
block
;
display
:
block
;
margin-top
:
5px
;
margin-top
:
5px
;
padding-top
:
10px
;
padding-top
:
10px
;
font-size
:
20
px
;
font-size
:
15
px
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
rgb
(
255
,
255
,
255
);
color
:
rgb
(
255
,
255
,
255
);
background-color
:
rgb
(
128
,
196
,
28
);
background-color
:
rgb
(
128
,
196
,
28
);
height
:
5
0px
;
height
:
4
0px
;
border-bottom
:
2px
solid
#000000
;
border-bottom
:
2px
solid
#000000
;
}
}
.table-title-right
{
.table-title-right
{
...
@@ -57,9 +57,9 @@
...
@@ -57,9 +57,9 @@
.table-body
,
.table-body-right
,
.table-body-event
,
.table-body-event-right
,
.table-body
,
.table-body-right
,
.table-body-event
,
.table-body-event-right
,
.sub-total
,
.sub-total-right
{
.sub-total
,
.sub-total-right
{
padding-top
:
10px
;
padding-top
:
10px
;
font-size
:
20
px
;
font-size
:
15
px
;
font-weight
:
bold
;
font-weight
:
bold
;
height
:
5
0px
;
height
:
4
0px
;
background-color
:
rgb
(
175
,
175
,
175
);
background-color
:
rgb
(
175
,
175
,
175
);
border-bottom
:
2px
solid
#000000
;
border-bottom
:
2px
solid
#000000
;
}
}
...
...
views/templates/kinerja.pt
View file @
5e48962
...
@@ -18,11 +18,11 @@
...
@@ -18,11 +18,11 @@
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-md-5 table-title
bg-success
"
><b>
URAIAN
</b></div>
<div
class=
"col-md-5 table-title"
><b>
URAIAN
</b></div>
<div
class=
"col-md-2 table-title
bg-success "
style=
"text-align:right;
"
>
ANGGARAN
</div>
<div
class=
"col-md-2 table-title
-right
"
>
ANGGARAN
</div>
<div
class=
"col-md-2 table-title
bg-success "
style=
"text-align:right;"
><right><b>
REALISASI
</b></right>
</div>
<div
class=
"col-md-2 table-title
-right"
>
REALISASI
</div>
<div
class=
"col-md-2 table-title
bg-success "
style=
"text-align:right;"
><right><b>
SALDO
</b></right>
</div>
<div
class=
"col-md-2 table-title
-right"
>
SALDO
</div>
<div
class=
"col-md-1 table-title
bg-success "
style=
"text-align:right;"
><right><b>
(%)
</b></right>
</div>
<div
class=
"col-md-1 table-title
-right"
>
(%)
</div>
</div>
</div>
<div
class=
"row"
tal:repeat=
"row ar_rows"
>
<div
class=
"row"
tal:repeat=
"row ar_rows"
>
...
@@ -31,13 +31,13 @@
...
@@ -31,13 +31,13 @@
${row.nama}
${row.nama}
</div>
</div>
<div
class=
"col-md-2 table-body-right"
>
<div
class=
"col-md-2 table-body-right"
>
${
row.anggaran
}
${
thousand(row.anggaran,0)
}
</div>
</div>
<div
class=
"col-md-2 table-body-right"
>
<div
class=
"col-md-2 table-body-right"
>
${
row.realisasi
}
${
thousand(row.realisasi,0)
}
</div>
</div>
<div
class=
"col-md-2 table-body-right"
>
<div
class=
"col-md-2 table-body-right"
>
${
row.anggaran - row.realisasi
}
${
thousand(row.anggaran - row.realisasi,0)
}
</div>
</div>
<div
class=
"col-md-1 table-body-right"
>
<div
class=
"col-md-1 table-body-right"
>
<tal:block
tal:condition=
"row.anggaran==0"
>
<tal:block
tal:condition=
"row.anggaran==0"
>
...
...
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