mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
PHRAS-2216 #comment Refacto Help -About #time 3h
This commit is contained in:
BIN
resources/www/common/images/GPLv3_Logo.png
Normal file
BIN
resources/www/common/images/GPLv3_Logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
BIN
resources/www/common/images/logo_phraseanet.png
Normal file
BIN
resources/www/common/images/logo_phraseanet.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
@@ -94,7 +94,7 @@ var commonModule = (function ($, p4) {
|
||||
.empty()
|
||||
.append(el.attr('infos'))
|
||||
.dialog({
|
||||
|
||||
title: 'About',
|
||||
autoOpen: false,
|
||||
closeOnEscape: true,
|
||||
resizable: false,
|
||||
@@ -106,7 +106,7 @@ var commonModule = (function ($, p4) {
|
||||
backgroundColor: '#000',
|
||||
opacity: 0.7
|
||||
}
|
||||
}).dialog('open').css({'overflow-x': 'auto', 'overflow-y': 'auto'});
|
||||
}).dialog('open').css({'overflow-x': 'auto', 'overflow-y': 'hidden', 'padding': '0'});
|
||||
}
|
||||
|
||||
|
||||
|
@@ -107,3 +107,60 @@ $mainMenuLinkBackgroundHoverColor: transparent;
|
||||
margin-left: -12px;
|
||||
}
|
||||
|
||||
.phraseanet_logo {
|
||||
background: url(../images/logo_phraseanet.png) no-repeat center center /contain;
|
||||
height: 75px;
|
||||
width: 230px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.phraseanet_version {
|
||||
font-size: 15px;
|
||||
font-family: Roboto;
|
||||
font-weight: 500;
|
||||
color: #b7b7b7;
|
||||
padding-left: 58px;
|
||||
a {
|
||||
color: #b7b7b7;
|
||||
&:hover {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.phraseanet_about_top {
|
||||
background: #4e4e4e;
|
||||
padding: 30px 20px;
|
||||
}
|
||||
.phraseanet_about_bottom {
|
||||
padding: 25px 20px;
|
||||
min-height: 150px;
|
||||
background: #c8c8c8;
|
||||
a {
|
||||
font-family: Roboto;
|
||||
line-height: 1.2;
|
||||
font-size: 15px!important;
|
||||
font-weight: 500;
|
||||
color: #000000!important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
}
|
||||
.phraseanet_gpl {
|
||||
img {
|
||||
position: absolute;
|
||||
width: 84px;
|
||||
}
|
||||
span {
|
||||
padding-top: 26px;
|
||||
display: inline-block;
|
||||
padding-left: 100px;
|
||||
padding-bottom: 20px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@@ -252,7 +252,7 @@
|
||||
{% endif %}
|
||||
<div title="" class="context-menu-item menu3-custom-item">
|
||||
<div style="" class="context-menu-item-inner infoDialog"
|
||||
infos="<div><span style='font-size:18px;'>PHRASEANET</span> {{ app['phraseanet.version'].getName() }} (V{{ app['phraseanet.version'].getNumber() }})</div><div></div><br/><div><a href='http://www.gnu.org/licenses/gpl.html' target='_blank'><img src='http://www.gnu.org/graphics/gplv3-88x31.png' style='vertical-align:middle;'/><span>License GNU GPL v3</span></a></div><br/><div><a href='http://www.phraseanet.com/' target='_blank'> © Copyright Alchemy 2005-{{ "now"|date("Y") }}</a><p style='margin-top: 10px' ><a href='../../gitlog.txt' target='_blank'>gitlog</a></p></div>">{{ 'phraseanet:: a propos' | trans }}</div>
|
||||
infos="<div class='phraseanet_about'><div class='phraseanet_about_top'><span class='phraseanet_logo'></span><div class='phraseanet_version'> {{ app['phraseanet.version'].getName() }} (V{{ app['phraseanet.version'].getNumber() }}) <a href='../../gitlog.txt' target='_blank'>gitlog</a></div></div><div class='phraseanet_about_bottom'><div class='phraseanet_gpl'><a href='http://www.gnu.org/licenses/gpl.html' target='_blank'><img src='/assets/common/images/GPLv3_Logo.png' width='380' /><span>License GNU GPL v3</span></a></div><p class='phraseanet_copyright'><a href='http://www.phraseanet.com/' target='_blank'> © Copyright Alchemy 2005-{{ "now"|date("Y") }}</a></p></div></div>">{{ 'phraseanet:: a propos' | trans }}</div>
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user