Sha256: 3699f2924d410abfd53a102a3f92e38143ef8fecb9132ae4d22c46f36c31008c
Contents?: true
Size: 925 Bytes
Versions: 8
Compression:
Stored size: 925 Bytes
Contents
<html> <head> <title>Portlet title</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta> <base href="<%= @netloc -%>/images/portlet_test_bench/" /> </head> <body> <div id="image_absolute_url"> <img alt="" title="absolute" src="<%= @netloc -%>/images/portlet_test_bench/rails.png" /> </div> <div id="image_absolute_path"> <img alt="" title="relative" src="/images/portlet_test_bench/rails.png" /> </div> <div id="image_relative_path"> <img alt="" title="base" src="rails.png" /> </div> <div id="anchor_absolute_url"> <a href="<%= @netloc -%>/caterpillar/test_bench">Absolute url</a> </div> <div id="anchor_absolute_path"> <a href="/caterpillar/test_bench">Absolute path</a> </div> <div id="anchor_relative_path"> <a href="../../caterpillar/test_bench">Relative path</a> </div> </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems