Файл: adultscript-2.0.3-pro/files/admin/templates/default/pornstar_export_xml.tpl.php
Строк: 30
<?php defined('_VALID') or die('Restricted Access!'); ?>
<?php echo $this->fetch('errors'); ?>
<?php echo $this->fetch('messages'); ?>
<?php echo $this->fetch('warnings'); ?>
<div id="container" class="clearfix">
<div id="page">
<?php echo $this->fetch('pornstar_menu'); ?>
<div class="content clearfix">
<form id="pornstar-export-xml-form" method="post" action="<?php echo ADMIN_URL; ?>/index.php?q=pornstar/export/xml">
<fieldset>
<legend>Export Options</legend>
<div class="required">
<label for="method">Method: </label>
<select name="method" id="method">
<option value="display"<?php if ($this->method == 'display'): echo ' selected="selected"'; endif; ?>>Display</option>
<option value="download"<?php if ($this->method == 'download'): echo ' selected="selected"'; endif; ?>>Download</option>
</select>
</div>
</fieldset>
<div class="submit">
<input name="submit-export" type="submit" id="submit-export" class="button butDef" value=" Export to XML " />
</div>
</form>
</div>
</div>
</div>