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
| $ bundle install --path vendor/bundle | |
| Fetching gem metadata from https://rubygems.org/....... | |
| Resolving dependencies... | |
| Using rake 10.3.2 | |
| Using addressable 2.3.6 | |
| Installing pkg-config 1.1.6 (was 1.1.5) | |
| Installing glib2 2.2.3 (was 2.2.0) | |
| Installing atk 2.2.3 (was 2.2.0) | |
| Installing cairo 1.14.0 (was 1.12.9) | |
| Using safe_yaml 1.0.4 |
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
| <html lang="<%template_language>"> | |
| <head> | |
| <meta charset="<%template_charset>"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="author" content="<%author_name>" /> | |
| <meta name="description" content="<%introduction>" /> | |
| <title><%blog_name><!--permanent_area--> |<%sub_title><!--/permanent_area--><!--date_area--> |<!--/date_area--><!--category_area--> |<!--/category_area--><!--not_permanent_area--><%sub_title><!--/not_permanent_area--></title> | |
| <!-- Latest compiled and minified CSS --> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" charset="<%template_charset>" /> |
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
| <!-- navbar--> | |
| <div class="navbar navbar-custom navbar-fixed-top"> | |
| <div class="container"> | |
| <div class="navbar-header"> | |
| <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse"> | |
| <span class="icon-bar"></span> | |
| <span class="icon-bar"></span> | |
| <span class="icon-bar"></span> | |
| </button> | |
| </div> |
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
| /*navbar*/ | |
| .nav li a:hover, | |
| .nav li a:focus { | |
| text-decoration: none; | |
| background-color: #eeeeee; | |
| } | |
| .nav li.disabled a { | |
| color: #999999; | |
| } | |
| .nav li.disabled a:hover, |
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
| <!-- navbar--> | |
| <div class="navbar navbar-default navbar-fixed-top"> | |
| <div class="container"> | |
| <div class="navbar-header"> | |
| <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse"> | |
| <span class="icon-bar"></span> | |
| <span class="icon-bar"></span> | |
| <span class="icon-bar"></span> | |
| </button> | |
| </div> |
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
| .dropdown-menu { | |
| font-size: 12px; | |
| } | |
| .navbar{ | |
| box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3); | |
| } |
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
| <!-- navbar--> | |
| <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> | |
| <div class="container"> | |
| <div class="navbar-header"> | |
| <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse"> | |
| <span class="icon-bar"></span> | |
| <span class="icon-bar"></span> | |
| <span class="icon-bar"></span> | |
| </button> | |
| </div> |
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
| /*navbar*/ | |
| .navbar{ | |
| border-color: #080808; | |
| box-shadow: 0px 2px 3px; | |
| } | |
| .dropdown-menu { | |
| font-size: 12px; | |
| } |
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
| <script type="text/javascript"> | |
| function yoshinoya(){alert('アラート表示内容'); | |
| </script> |
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
| <script type="text/javascript"> | |
| function kopipe(){ | |
| if (ikisaki.value == 0){ | |
| document.getElementById("kekka").innerHTML = "行き先0"; | |
| } else if (ikisaki.value == 1) { | |
| document.getElementById("kekka").innerHTML = "行き先1"; | |
| } else if (ikisaki.value == 2){ | |
| document.getElementById("kekka").innerHTML = "行き先2 "; | |
| } else if (ikisaki.value == 3){ | |
| document.getElementById("kekka").innerHTML = "行き先3"; |