Improve VPS reinstall template

feature/node-rewrite
Sven Slootweg 12 years ago
parent 055f4d8966
commit 7ba17d37d5

@ -1,6 +1,8 @@
<h1>Reinstall your VPS</h1>
<%foreach template in templates>
<h2><%?template[name]></h2>
<p><%?template[description]></p>
<div class="template-option">
<input type="radio" id="tpl_<%?template[id]>" name="template" value="<%?template[id]>"><label class="template-name" for="tpl_<%?template[id]>"><%?template[name]></label>
<div class="template-description"><%?template[description]></div>
</div>
<%/foreach>

Loading…
Cancel
Save