Sha256: 0fa07a00f233b69a0d4f8bada08e03cfa219f7294c6c7e8febf6a6669bd2179f
Contents?: true
Size: 1.47 KB
Versions: 2
Compression:
Stored size: 1.47 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> <title>Hello World</title> <style> div#field{ border:1px solid black; float:left; margin:0.5em; padding:0.5em; } div#hand{ width: 300px; height: 300px; border:1px solid black; margin:0.5em; padding:0.5em; float: left; } div#hand_header{ border-bottom: 1px solid black; } div#hand_control{ text-align: right; } div.ticket{ width: 100px; border: 1px solid black; padding: 0.3em; } </style> </head> <body> <div id="field"> <div id="top">かならず</div> <div id="bottom">できれば</div> <div id="right">いますぐ</div> <div id="left">そのうち</div> <div id="origin"><a href='#'>★</a></div> </div> <div id="hand"> <div id="hand_header"> <span id="hand_title"></span> <input type="button" id="hand_title_submit" value="OK" style="display:none;"> </div> <div id="hand_control"> <a href="#" id="hand_edit">edit</a> <a href="#" id="hand_delete">delete</a> </div> <div id="hand_desc"></div> </div> <div id="bs-console"></div> <div style="clear:both"> <a href="track">過去のチケット</a> </div> <script src="biwascheme/lib/biwascheme.js"> (load "scm/main.scm") </script> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yhara-tickets-0.1.0.1 | view/index.xhtml |
yhara-tickets-0.1.0 | view/index.xhtml |