rhymix/tests/_data/template/v2result2.php
2023-10-17 02:26:06 +09:00

56 lines
1.3 KiB
PHP

<script>
top.location.reload();
</script>
{{ $foo }}
<form action="/rhymix/" method="post">
<input type="hidden" name="_rx_csrf_token" value="" />
<input type="text" required="required">
<input type="text" value="Rhy" required="required" />
</form>
<div class="foobar">
<p>Hello FOOFOOFOO</p>
<p>RHY|MIX|IS|DA|BEST!</p>
</div>
<div>
<img src="/rhymix/tests/_data/template/bar/rhymix.svg" alt="unit tests are cool" />
<span ></span>
</div>
<div>
<img src="/rhymix/tests/_data/template/bar/rhymix.svg" alt="unit tests are cool" />
<span ></span>
</div>
<div>
<img src="/rhymix/tests/_data/template/bar/rhymix.svg" alt="unit tests are cool" />
<span class="is"></span>
</div>
<div>
<img src="/rhymix/tests/_data/template/bar/rhymix.svg" alt="unit tests are cool" />
<span class="da"></span>
</div>
<div>
<img src="/rhymix/tests/_data/template/bar/rhymix.svg" alt="unit tests are cool" />
<span class="BEST!"></span>
</div>
<div>Rhy</div>
<div>miX</div>
<div>is</div>
<div>da</div>
<div>BEST!</div>
<div>Empty</div>
<p>The full class name is Rhymix\Framework\Push, Rhymix\Framework\Push really.</p>
<div class="barContainer" data-bar="[&quot;Rhy&quot;,&quot;miX&quot;,&quot;is&quot;,&quot;da&quot;,&quot;BEST!&quot;]"></div>
<script type="text/javascript">
const bar = ["Rhy","miX","is","da","BEST!"];
</script>