MP hell MP hell MP hell MP hell
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
<?xml version='1.0' encoding='UTF-8' ?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:h="http://xmlns.jcp.org/jsf/html">
|
||||
<h:head>
|
||||
<title>Failure</title>
|
||||
</h:head>
|
||||
<h:body>
|
||||
<h1 class="title">Failure</h1>
|
||||
<h3>Insufficient balance. Go away, cheapskate.</h3>
|
||||
<ul>
|
||||
<li><b>Cheap Items</b>
|
||||
<ol>
|
||||
<li>#{purchases.cheapItems[0]}</li>
|
||||
<li>#{purchases.cheapItems[1]}</li>
|
||||
<li>#{purchases.cheapItems[2]}</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li><b>Medium Items</b>
|
||||
<ol>
|
||||
<li>#{purchases.mediumItems[0]}</li>
|
||||
<li>#{purchases.mediumItems[1]}</li>
|
||||
<li>#{purchases.mediumItems[2]}</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li><b>Valuable Items</b>
|
||||
<ul>
|
||||
<li>Low: #{purchases.valuableItems["low"]}</li>
|
||||
<li>Medium: #{purchases.valuableItems["medium"]}</li>
|
||||
<li>High: #{purchases.valuableItems["high"]}</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</h:body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user