| 1 |
<div class="wrap"> |
| 2 |
<div class="frmicon icon32"><br/></div> |
| 3 |
<h2><?php _e('Build New Form', 'formidable') ?></h2> |
| 4 |
|
| 5 |
<div class="clear"></div> |
| 6 |
<div id="menu-management" class="nav-menus-php frm-menu-boxes"> |
| 7 |
<div class="menu-edit"> |
| 8 |
<div id="nav-menu-header"><div class="major-publishing-actions" style="padding:8px 0;"> |
| 9 |
<div style="font-size:15px;background:transparent;" class="search"><?php _e('Pre-Built Form', 'formidable') ?></div> |
| 10 |
</div></div> |
| 11 |
|
| 12 |
<form method="get"> |
| 13 |
<div id="post-body"> |
| 14 |
<p><?php _e('Select a template to generate your form.', 'formidable'); ?></p> |
| 15 |
<input type="hidden" name="frm_action" value="duplicate" /> |
| 16 |
<input type="hidden" name="page" value="formidable" /> |
| 17 |
<select name="id"> |
| 18 |
<?php foreach ($all_templates as $temp){ ?> |
| 19 |
<option value="<?php echo $temp->id ?>"><?php echo FrmAppHelper::truncate($temp->name, 40) ?></option> |
| 20 |
<?php } ?> |
| 21 |
</select><br/> |
| 22 |
</div> |
| 23 |
<div id="nav-menu-footer"> |
| 24 |
<div class="major-publishing-actions"><input type="submit" class="button-primary" value="<?php _e('Create', 'formidable') ?>" /></div> |
| 25 |
|
| 26 |
<div class="clear"></div> |
| 27 |
</div> |
| 28 |
</form> |
| 29 |
</div> |
| 30 |
</div> |
| 31 |
|
| 32 |
<div id="menu-management" class="nav-menus-php frm-menu-boxes"> |
| 33 |
<div class="menu-edit"> |
| 34 |
<div id="nav-menu-header"><div class="major-publishing-actions" style="padding:8px 0;"> |
| 35 |
<div style="font-size:15px;background:transparent;" class="search"><?php _e('Blank Form', 'formidable') ?></div> |
| 36 |
</div></div> |
| 37 |
|
| 38 |
<form method="get"> |
| 39 |
<div id="post-body"> |
| 40 |
<p style="padding-bottom:26px;"><?php _e('Start with a blank form and build anything.', 'formidable'); ?></p> |
| 41 |
<input type="hidden" name="frm_action" value="new" /> |
| 42 |
<input type="hidden" name="page" value="formidable" /> |
| 43 |
</div> |
| 44 |
<div id="nav-menu-footer"> |
| 45 |
<div class="major-publishing-actions"><input type="submit" class="button-primary" value="<?php _e('Create', 'formidable') ?>" /></div> |
| 46 |
|
| 47 |
<div class="clear"></div> |
| 48 |
</div> |
| 49 |
</form> |
| 50 |
</div> |
| 51 |
|
| 52 |
<div class="clear"></div> |
| 53 |
</div> |
| 54 |
|
| 55 |
<div class="clear"></div> |
| 56 |
</div> |