- This version:
- https://www.w3.org/TR/2017/CR-websub-20170411/
- Latest published version:
- https://www.w3.org/TR/websub/
- Latest editor's draft:
- https://w3c.github.io/websub/ Test suite:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"shippingDetails": [ | |
{ | |
"@type": "OfferShippingDetails", | |
"shippingRate": { | |
"@type": "MonetaryAmount", | |
"value": "610", | |
"currency": "JPY" | |
}, | |
"shippingDestination": { | |
"@type": "DefinedRegion", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media screen and (max-width:480px){/* 480pxまではスマホ表示。ここは760pxでも良いと思います */ | |
*{ max-width: 100%; } /* 手抜きのおまじない */ | |
html,body{ | |
width: 100vw; /* bodyの横幅を画面横幅に指定 */ | |
max-width: 100vw; /* bodyの最大横幅も画面横幅に指定 */ | |
overflow-x: hidden; /* 横にはみ出す部分を非表示に設定 */ | |
font-size: 4vw ; /* お好みで基本文字サイズを設定 */ | |
} | |
#header, | |
#container, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--{printXMLDeclaration}--><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<!--{* | |
* This file is part of EC-CUBE | |
* | |
* Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved. | |
* | |
* http://www.lockon.co.jp/ | |
* | |
* This program is free software; you can redistribute it and/or | |
* modify it under the terms of the GNU General Public License |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ECCUBE_USER_DATA_ROUTE=user_data |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ECCUBE_LOCALE=en #言語設定 | |
ECCUBE_TIMEZONE=Asia/Tokyo #タイムゾーン | |
ECCUBE_CURRENCY=USD #利用する通貨 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Application\Job; | |
use Concrete\Core\Cache\Cache; | |
use Config; | |
use Job as AbstractJob; | |
use Core; | |
use Database; | |
use PermissionKey; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//application/bootstrap/app.php | |
/** | |
* ---------------------------------------------------------------------------- | |
* # Custom Application Handler | |
* | |
* You can do a lot of things in this file. | |
* | |
* ## Set a theme by route: | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
application | |
-controllers | |
--controller.php |
NewerOlder