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> | |
| <head> | |
| <title>ox</title> | |
| <style type="text/css"> | |
| #app { | |
| width: 90px; | |
| } | |
| .cell { | |
| border: 1px solid #000; | |
| float: left; |
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> | |
| <head> | |
| <title>Bulk Checking</title> | |
| <script src="main.js"></script> | |
| <link rel="stylesheet" href="main.css" /> | |
| </head> | |
| <body> | |
| <div class="check-all-alert hidden"></div> | |
| <div> | |
| <h3>選択された件数:<span class="checked-count">0</span></h3> |
OlderNewer