You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
353 B
Smarty
9 lines
353 B
Smarty
<h1>Reinstall your VPS</h1>
|
|
|
|
<%foreach template in templates>
|
|
<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>
|