mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
Connect everything as secure as possible.
1. 관리자 메뉴 도구의 레이아웃 설치 페이지에서 섬네일 이미지 주소 올바르게 표시 되도록 수정. 2. 페이지 곳곳에 표시된 주소 중 HTTPS 접속이 가능한 사이트의 주소를 업데이트. 3. 주소가 변경된 사이트들의 주소를 업데이트.
This commit is contained in:
parent
b3074d1c41
commit
3dc1b5d804
14 changed files with 39 additions and 39 deletions
|
|
@ -84,7 +84,7 @@
|
|||
<h2>{$lang->msg_php_warning_title}</h2>
|
||||
<p>{$lang->msg_php_warning_notice}</p>
|
||||
<p>{$lang->msg_php_warning_now_version} : <strong>{phpversion()}</strong></p>
|
||||
<p><a href="http://php.net/downloads.php" target="_blank">{$lang->msg_php_warning_latest_version_check}</a></p>
|
||||
<p><a href="https://secure.php.net/downloads.php" target="_blank">{$lang->msg_php_warning_latest_version_check}</a></p>
|
||||
<ul>{$lang->msg_php_warning_notice_explain}</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<h2>안전하지 않은 PHP 버전 경고</h2>
|
||||
<p>이 서버는 안전하지 않은 PHP 버전을 사용하고 있으며, PHP를 최신 안정 버전으로의 업그레이드를 권장합니다.</p>
|
||||
<p>이 서버의 PHP 버전 : <strong>{phpversion()}</strong></p>
|
||||
<p><a href="http://php.net/downloads.php" target="_blank">PHP 최신 안정버전 확인하기</a></p>
|
||||
<p><a href="https://secure.php.net/downloads.php" target="_blank">PHP 최신 안정버전 확인하기</a></p>
|
||||
|
||||
<ul>
|
||||
<li>매우 심각한 PHP 보안 문제 및 공격에 노출될 수 있습니다.</li>
|
||||
|
|
|
|||
|
|
@ -63,9 +63,9 @@
|
|||
</span>
|
||||
<a class="document_{$oDocument->document_srl} action" href="#popup_menu_area" onclick="return false">{$lang->cmd_document_do}</a>
|
||||
<ul class="sns">
|
||||
<li class="twitter link"><a href="http://twitter.com/">Twitter</a></li>
|
||||
<li class="facebook link"><a href="http://facebook.com/">Facebook</a></li>
|
||||
<li class="delicious link"><a href="http://delicious.com/">Delicious</a></li>
|
||||
<li class="twitter link"><a href="https://twitter.com/">Twitter</a></li>
|
||||
<li class="facebook link"><a href="https://www.facebook.com/">Facebook</a></li>
|
||||
<li class="delicious link"><a href="https://delicious.com/">Delicious</a></li>
|
||||
</ul>
|
||||
<script>
|
||||
var sTitle = '{str_ireplace(array('<script', '</script'), array("<scr'+'ipt", "</scr'+'ipt"), addslashes($oDocument->getTitleText()))}';
|
||||
|
|
|
|||
|
|
@ -54,13 +54,13 @@
|
|||
<div class="sns">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="http://facebook.com/" class="facebook tooltip"><i class="xi-facebook"></i></a>
|
||||
<a href="https://www.facebook.com/" class="facebook tooltip"><i class="xi-facebook"></i></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" class="google"><i class="xi-google-plus"></i></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://twitter.com/" class="twitter"> <i class="xi-twitter"></i></a>
|
||||
<a href="https://twitter.com/" class="twitter"> <i class="xi-twitter"></i></a>
|
||||
</li>
|
||||
</ul>
|
||||
<script>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<section class="get_started">
|
||||
<div class="fixedwidth">
|
||||
<div class="tit"><h1>GET STARTED</h1></div>
|
||||
<p class="cont">XEIcon 사용과 설치 방법은 매우 간단합니다. 자세한 사용방법을 <a href="http://xpressengine.github.io/XEIcon/">XEIcon 공식사이트</a>에서 확인해보세요!</p>
|
||||
<p class="cont">XEIcon 사용과 설치 방법은 매우 간단합니다. 자세한 사용방법을 <a href="https://xpressengine.github.io/XEIcon/">XEIcon 공식사이트</a>에서 확인해보세요!</p>
|
||||
<ul>
|
||||
<li>
|
||||
<h2>최신버전 다운로드</h2>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<em><i class="x_icon-ban-circle x_icon-white"></i> {$lang->disable}</em>
|
||||
<p>{sprintf($lang->install_checklist_desc[$key], __XE_MIN_PHP_VERSION__)}</p>
|
||||
<p cond="$key == 'php_version' && $phpversion_warning === true">
|
||||
{sprintf($lang->install_checklist_desc['php_version_warning'], __XE_RECOMMEND_PHP_VERSION__)} <a href="http://php.net/supported-versions.php" target="_blank">[{$lang->more}]</a>
|
||||
{sprintf($lang->install_checklist_desc['php_version_warning'], __XE_RECOMMEND_PHP_VERSION__)} <a href="https://secure.php.net/supported-versions.php" target="_blank">[{$lang->more}]</a>
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
:
|
||||
<em>{$lang->enable}</em>
|
||||
<p cond="$key == 'php_version' && $phpversion_warning === true">
|
||||
{sprintf($lang->install_checklist_desc['php_version_warning'], __XE_RECOMMEND_PHP_VERSION__)} <a href="http://php.net/supported-versions.php" target="_blank">[{$lang->more}]</a>
|
||||
{sprintf($lang->install_checklist_desc['php_version_warning'], __XE_RECOMMEND_PHP_VERSION__)} <a href="https://secure.php.net/supported-versions.php" target="_blank">[{$lang->more}]</a>
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
<!--@if($layout_info->copyright_text)-->
|
||||
{$layout_info->copyright_text}
|
||||
<!--@else-->
|
||||
Copyright © <a href="http://www.xpressengine.com" onclick="window.open(this.href);return false;"><abbr title="Xpress Engine">XE</abbr>.</a> All Rights Reserved.
|
||||
Copyright © <a href="https://www.xpressengine.com" onclick="window.open(this.href);return false;"><abbr title="Xpress Engine">XE</abbr>.</a> All Rights Reserved.
|
||||
<!--@end-->
|
||||
</address>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -611,7 +611,7 @@
|
|||
<script id="tmpl_downloadableItem" type="text/x-jquery-tmpl">
|
||||
|
||||
<div class="item ${IsInstalled} ${IsUpToDate}">
|
||||
<img src="http://${ScreenShotURL}" alt="">
|
||||
<img src="https://${ScreenShotURL}" alt="">
|
||||
<h2><a target="_blank" href="${URL}">${MenuType}</a></h2>
|
||||
<p>${MenuTypeDesc}</p>
|
||||
<p><i class="starRating score${Score}"><i></i></i> <b class="x_badge">${Score}/${TotalVotes}</b> {$lang->package_update}: <time title="${LastUpdatedWithTime}">${LastUpdated}</time> <i>|</i> {$lang->package_downloaded_count}: ${TotalDownloads}</p>
|
||||
|
|
@ -1857,7 +1857,7 @@ jQuery(function($){
|
|||
if(this !== ev.target) return;
|
||||
|
||||
clearInputs($('#add_menu'));
|
||||
$('#add_menu .x_active ._linkUrl').val('http://');
|
||||
$('#add_menu .x_active ._linkUrl').val('http://');
|
||||
});
|
||||
$('#add_menu ._save').bind("click", function(){
|
||||
var sMenuName = $('#add_menu ._menuName').val();
|
||||
|
|
@ -1884,7 +1884,7 @@ jQuery(function($){
|
|||
|
||||
if(nSelectedTabIdx === 0){
|
||||
sUrl = $('#add_menu .x_active ._linkUrl').val();
|
||||
if(!sUrl || sUrl === "http://"){
|
||||
if(!sUrl || sUrl === "http://" || sUrl === "https://"){
|
||||
$.xeMsgBox.alert('URL is required');
|
||||
return;
|
||||
}
|
||||
|
|
@ -2525,7 +2525,7 @@ jQuery(function($){
|
|||
sIsInstalled = "";
|
||||
}
|
||||
|
||||
var sScreenshot = item.item_screenshot_url.replace(/^http:\/\//, "");
|
||||
var sScreenshot = item.item_screenshot_url.replace(/^https:\/\//, "");
|
||||
$node = $.tmpl( "downloadableItem", {
|
||||
MenuType: item.title,
|
||||
MenuTypeDesc: item.package_description,
|
||||
|
|
@ -3248,7 +3248,7 @@ jQuery(function($){
|
|||
<li class="${Selected}">
|
||||
<label><input type="radio" name="layout_item" title="${Title}"> ${Title}</label>
|
||||
<button type="button" class="item" title="클릭하면 레이아웃이 적용됩니다.">
|
||||
<img src="http://${ScreenShotURL}">
|
||||
<img src="https://${ScreenShotURL}">
|
||||
</button>
|
||||
<ul>
|
||||
<li><a href="#layoutSetup">설정 <i class="x_icon-circle-arrow-right"></i></a></li>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<id>{$info->id}</id>
|
||||
<link rel="alternate" type="text/html" hreflang="{$info->language}" href="{$info->link}"/>
|
||||
<link rel="self" type="application/atom+xml" href="{$info->id}"/>
|
||||
<generator uri="http://www.xpressengine.com/">XpressEngine</generator>
|
||||
<generator uri="https://www.xpressengine.com/">XpressEngine</generator>
|
||||
<!--@foreach($document_list as $oDocument)--> <entry>
|
||||
<title><![CDATA[{$oDocument->getTitleText()}]]></title>
|
||||
<id>{$oDocument->getPermanentUrl()}</id>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue