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 20b1755e
authored
Mar 03, 2023
by
aagusti
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
perbaikan home
1 parent
3337b16e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
opensipkd/base/views/templates/home.pt
opensipkd/base/views/templates/home.pt
View file @
20b1755
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
<div
class=
"col-sm-12 padding-thin"
>
<div
class=
"col-sm-12 padding-thin"
>
<div
class=
"box appname"
>
<div
class=
"box appname"
>
<div
class=
"col-sm-3 padding-medium"
align=
"center"
>
<div
class=
"col-sm-3 padding-medium"
align=
"center"
>
<img
src=
"${home}${logo}"
alt=
""
>
<img
src=
"${home}
/
${logo}"
alt=
""
>
</div>
</div>
<div
class=
"col-sm-9 padding-high"
>
<div
class=
"col-sm-9 padding-high"
>
<span
class=
"about-appname"
>
${request.app_name}
</span><br>
<span
class=
"about-appname"
>
${request.app_name}
</span><br>
...
@@ -53,14 +53,14 @@
...
@@ -53,14 +53,14 @@
<div
class=
"col-sm-12 no-padding"
align=
"center"
>
<div
class=
"col-sm-12 no-padding"
align=
"center"
>
<div
tal:repeat=
"modul modules"
class=
"col-sm-3 col-xs-6 module padding-thin"
>
<div
tal:repeat=
"modul modules"
class=
"col-sm-3 col-xs-6 module padding-thin"
>
<a
tal:condition=
"modul.find('://')<0"
<a
tal:condition=
"modul.find('://')<0"
href=
"${home}${modul}"
icon=
"${modul.replace('/','_')}"
class=
"box"
>
href=
"${home}
/
${modul}"
icon=
"${modul.replace('/','_')}"
class=
"box"
>
<img
alt=
""
class=
"icon-modul"
src=
"${home}static/icon/${modul.replace('/','_')}.png"
>
<img
alt=
""
class=
"icon-modul"
src=
"${home}
/
static/icon/${modul.replace('/','_')}.png"
>
<span>
${modules[modul]}
</span>
<span>
${modules[modul]}
</span>
</a>
</a>
<a
tal:condition=
"modul.find('://')>-1"
target=
"_blank"
<a
tal:condition=
"modul.find('://')>-1"
target=
"_blank"
href=
"${modul}"
class=
"box"
>
href=
"${modul}"
class=
"box"
>
<img
alt=
""
class=
"icon-modul"
<img
alt=
""
class=
"icon-modul"
src=
"${home}static/icon/${modul.replace('://','').replace('https','').replace('http','')}.png"
>
src=
"${home}
/
static/icon/${modul.replace('://','').replace('https','').replace('http','')}.png"
>
<span>
${modules[modul]}
</span>
<span>
${modules[modul]}
</span>
</a>
</a>
</div>
</div>
...
@@ -74,21 +74,21 @@
...
@@ -74,21 +74,21 @@
<div
class=
"modal-content"
>
<div
class=
"modal-content"
>
<div
class=
"modal-body"
>
<div
class=
"modal-body"
>
<h1>
ABOUT
<span
class=
"bold"
>
OPENSIPKD
</span></h1>
<h1>
ABOUT
<span
class=
"bold"
>
OPENSIPKD
</span></h1>
<img
src=
"${home}static/img/slide-home-3.jpg"
alt=
""
>
<img
src=
"${home}
/
static/img/slide-home-3.jpg"
alt=
""
>
Kami adalah perusahaan yang bergerak di bidang perancangan dan pembuatan aplikasi keuangan yang telah digunakan oleh Pemerintah Daerah.
<br>
Kami adalah perusahaan yang bergerak di bidang perancangan dan pembuatan aplikasi keuangan yang telah digunakan oleh Pemerintah Daerah.
<br>
Aplikasi ini dibangun dengan menggunakan platform Open Source yang terdiri dari :
Aplikasi ini dibangun dengan menggunakan platform Open Source yang terdiri dari :
<div
class=
"clearfix"
style=
"margin-top:20px"
></div>
<div
class=
"clearfix"
style=
"margin-top:20px"
></div>
<div
class=
"col-sm-6"
>
<div
class=
"col-sm-6"
>
<img
class=
"powered"
src=
"${home}static/img/python.png"
alt=
""
>
<a
href=
"https://www.python.org/"
>
Python
</a><br>
<img
class=
"powered"
src=
"${home}
/
static/img/python.png"
alt=
""
>
<a
href=
"https://www.python.org/"
>
Python
</a><br>
<img
class=
"powered"
src=
"${home}static/img/pyramid.png"
alt=
""
>
<a
href=
"http://pylonsproject.org/"
>
Pyramid
</a><br>
<img
class=
"powered"
src=
"${home}
/
static/img/pyramid.png"
alt=
""
>
<a
href=
"http://pylonsproject.org/"
>
Pyramid
</a><br>
<a
href=
"https://pypi.python.org/pypi/ziggurat-foundations"
>
Ziggurat Foundations
</a><br>
<a
href=
"https://pypi.python.org/pypi/ziggurat-foundations"
>
Ziggurat Foundations
</a><br>
<a
href=
"http://docs.pylonsproject.org/projects/pyramid-chameleon/en/latest/"
>
Chameleon
</a><br>
<a
href=
"http://docs.pylonsproject.org/projects/pyramid-chameleon/en/latest/"
>
Chameleon
</a><br>
<a
href=
"http://docs.pylonsproject.org/projects/deform/"
>
Deform
</a>
<a
href=
"http://docs.pylonsproject.org/projects/deform/"
>
Deform
</a>
</div>
</div>
<div
class=
"col-sm-6"
>
<div
class=
"col-sm-6"
>
<img
class=
"powered"
src=
"${home}static/img/bootstrap.png"
alt=
""
>
<a
href=
"http://getbootstrap.com"
>
Bootstrap
</a><br>
<img
class=
"powered"
src=
"${home}
/
static/img/bootstrap.png"
alt=
""
>
<a
href=
"http://getbootstrap.com"
>
Bootstrap
</a><br>
<img
class=
"powered"
src=
"${home}static/img/smartadmin.png"
alt=
""
>
<a
href=
"https://github.com/kalichaudhary/SmartAdmin"
>
Smart Admin
</a><br>
<img
class=
"powered"
src=
"${home}
/
static/img/smartadmin.png"
alt=
""
>
<a
href=
"https://github.com/kalichaudhary/SmartAdmin"
>
Smart Admin
</a><br>
<img
class=
"powered"
src=
"${home}static/img/postgree.png"
alt=
""
>
<a
href=
"http://postgresql.org"
>
Postgres SQL
</a>
<img
class=
"powered"
src=
"${home}
/
static/img/postgree.png"
alt=
""
>
<a
href=
"http://postgresql.org"
>
Postgres SQL
</a>
</div>
</div>
<div
class=
"clearfix"
></div>
<div
class=
"clearfix"
></div>
</div>
</div>
...
@@ -101,11 +101,11 @@ $( ".module a" ).each(function() {
...
@@ -101,11 +101,11 @@ $( ".module a" ).each(function() {
var
modul
=
$
(
this
);
var
modul
=
$
(
this
);
var
modulenm
=
modul
.
attr
(
'icon'
);
var
modulenm
=
modul
.
attr
(
'icon'
);
$
.
ajax
({
$
.
ajax
({
url
:
'${home}static/icon/'
+
modulenm
+
'.png'
,
url
:
'${home}
/
static/icon/'
+
modulenm
+
'.png'
,
type
:
'HEAD'
,
type
:
'HEAD'
,
error
:
function
()
error
:
function
()
{
{
modul
.
find
(
'img.icon-modul'
).
attr
(
'src'
,
'${home}static/icon/default.png'
);
modul
.
find
(
'img.icon-modul'
).
attr
(
'src'
,
'${home}
/
static/icon/default.png'
);
},
},
});
});
});
});
...
...
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