43 lines
1.3 KiB
Smarty
43 lines
1.3 KiB
Smarty
{extends "../window.tpl"}
|
|
|
|
{block title}
|
|
Import
|
|
{/block}
|
|
|
|
{block tabs}
|
|
{windowTab id='flap0' label="Import z Heureka Feedu"}
|
|
{/block}
|
|
|
|
{block tabsContent}
|
|
<div id="flap0" class="tab-pane fade active in boxStatic box" label="Import">
|
|
<div class="form-group">
|
|
<div class="col-md-2 control-label"><label>URL XML souboru</label></div>
|
|
<div class="col-md-3"><input type="text" name="feedUrl" class="form-control input-sm" value="http://" />
|
|
</div>
|
|
</div>
|
|
|
|
<div class="form-group">
|
|
<div class="col-md-2 control-label">
|
|
<label>XSLT soubor</label>
|
|
</div>
|
|
<div class="col-md-4">
|
|
<input type="file" class="filestyle" name="xsltFile" data-iconName="glyphicon-folder-open" data-buttonText="Přidat soubor"/>
|
|
Pokud feed neodpovídá standardu, aplikujte XSLT transformaci pro před-úpravu feedu.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{/block}
|
|
|
|
{block buttonsLeft}
|
|
|
|
{/block}
|
|
|
|
{block buttonsRight}
|
|
<div class="col-md-2 col-md-offset-8">
|
|
<input type="submit" name="Submit" class="btn btn-primary btn-block" value="Vyzkoušet">
|
|
</div>
|
|
<div class="col-md-2">
|
|
<input type="submit" name="execute" class="btn btn-primary btn-block" value="Importovat">
|
|
</div>
|
|
{/block}
|